mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 13:23:01 +02:00
test: fix copy-paste from other test
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
committed by
Tobias Waldekranz
parent
e8c3eff52b
commit
d4014816d9
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user