diff --git a/test/case/infix_services/services_basic/Readme.adoc b/test/case/infix_services/services_basic/Readme.adoc index 4c6063a9..84139779 100644 --- a/test/case/infix_services/services_basic/Readme.adoc +++ b/test/case/infix_services/services_basic/Readme.adoc @@ -17,7 +17,7 @@ endif::testgroup[] endif::topdoc[] ==== Test sequence . Set up topology and attach to target DUT -. Set IPv4 address 10.0.0.10/24 on target:data and disable MDNS and LLDP +. Set IPv4 address 10.0.0.10/24 on target:data and disable mDNS and LLDP . Enable mDNS and LLDP and toggle target:data DOWN and UP to trigger service . Verify on host:data there are packets from 10.0.0.10:5354 (mDNS) . Verify on host:data there are LLDP packets sent from 10.0.0.10 diff --git a/test/case/infix_services/services_basic/test.py b/test/case/infix_services/services_basic/test.py index c0413373..50808323 100755 --- a/test/case/infix_services/services_basic/test.py +++ b/test/case/infix_services/services_basic/test.py @@ -71,7 +71,7 @@ with infamy.Test() as test: env = infamy.Env() target = env.attach("target", "mgmt") - 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"): _, tport = env.ltop.xlate("target", "data") target.put_config_dict("ietf-interfaces", {