mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
test: minor, spelling
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user