From d4014816d9f37a0149e771518e80eb633f0f7efd Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 19 Jun 2023 21:34:00 +0200 Subject: [PATCH] test: fix copy-paste from other test Signed-off-by: Joachim Wiberg --- test/case/infix_interfaces/bridge_veth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/case/infix_interfaces/bridge_veth.py b/test/case/infix_interfaces/bridge_veth.py index 70dc9181..1c7e7ccf 100755 --- a/test/case/infix_interfaces/bridge_veth.py +++ b/test/case/infix_interfaces/bridge_veth.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 bridged eth port and veth pair with IP 10.0.0.2"): _, tport = env.ltop.xlate("target", "data") target.put_config_dict("ietf-interfaces", {