Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wol testplan] Remove unicast address test in plan #16228

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/testplan/WoL-test-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The test will issue `wol` commands with various parameter combinations on DUT, t
#### Test case #8 - Verify parameters can be set correctly by CLI
1. Make sure interface that receving packet and command line parameter interface are same.
1. Make sure target_mac in payload and command line parameter target_mac are same.
1. Make sure ip address in header and command line parameter ip_address are same. (Test both ipv4 and ipv6 address with broadcase address or unicast address on VLAN interface or port interface, so there should be 8 combinations, maybe we can leverage pytest parametrize mark to realize that.)
1. Make sure ip address in header and command line parameter ip_address are same. (Test both ipv4 and ipv6 address with broadcase address on VLAN interface or port interface, so there should be 4 combinations)
1. Make sure when command line parameter ip_address is empty, ip address in header is default value: 255.255.255.255.
1. Make sure udp port in header and command line parameter udp port are same.
1. Make sure when command line parameter udp_port is empty, udp port in header is default value: 9.
Expand Down
Loading