From ecbee6a3cba533dcac26b3148191a6c3760aec8f Mon Sep 17 00:00:00 2001 From: Ilija Lazoroski Date: Fri, 16 Sep 2022 16:36:26 +0200 Subject: [PATCH] BB: Fix tunneling-13 ip address in the test_configuration --- envs/monkey_zoo/blackbox/test_configurations/depth_4_a.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/monkey_zoo/blackbox/test_configurations/depth_4_a.py b/envs/monkey_zoo/blackbox/test_configurations/depth_4_a.py index d4ab4e512..ebd534480 100644 --- a/envs/monkey_zoo/blackbox/test_configurations/depth_4_a.py +++ b/envs/monkey_zoo/blackbox/test_configurations/depth_4_a.py @@ -32,7 +32,7 @@ def _add_subnets(agent_configuration: AgentConfiguration) -> AgentConfiguration: "10.2.2.9", "10.2.1.10", "10.2.0.12", - "10.2.2.13", + "10.2.0.13", ] return add_subnets(agent_configuration, subnets)