We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301aa51 commit 1148281Copy full SHA for 1148281
test/case/infix_services/services_basic/test.py
@@ -71,7 +71,7 @@ def verify(enabled, sec):
71
env = infamy.Env()
72
target = env.attach("target", "mgmt")
73
74
- with test.step("Set IPv4 address 10.0.0.10/24 on target:data and disable MDNS and LLDP"):
+ with test.step("Set IPv4 address 10.0.0.10/24 on target:data and disable mDNS and LLDP"):
75
_, tport = env.ltop.xlate("target", "data")
76
77
target.put_config_dict("ietf-interfaces", {
0 commit comments