From 1c6b06d3ac01e49676722d8e178cf2b0a3de8bef Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Wed, 21 Jun 2023 13:37:49 +0200 Subject: [PATCH] test/case: minor, fix copy-paste in step description Signed-off-by: Joachim Wiberg --- test/case/infix_interfaces/bridge_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/case/infix_interfaces/bridge_basic.py b/test/case/infix_interfaces/bridge_basic.py index 24b066e6..501adfe1 100755 --- a/test/case/infix_interfaces/bridge_basic.py +++ b/test/case/infix_interfaces/bridge_basic.py @@ -12,7 +12,7 @@ with infamy.Test() as test: env = infamy.Env(infamy.std_topology("1x2")) target = env.attach("target", "mgmt") - with test.step("Configure two bridges linked with a veth pair furthest bridge has IP 10.0.0.2"): + with test.step("Configure single bridge with a single physical port, bridge @ IP 10.0.0.2"): _, tport = env.ltop.xlate("target", "data") target.put_config_dict("ietf-interfaces", {