Commit d7abceb
test_l3.py: Added comment for existing_station_list skip logic
VERIFIED CLI :
1. For running Multicast with real clients
python3 test_l3.py --lfmgr 192.168.207.78 --test_duration 1m --polling_interval 5s --upstream_port eth1 --endp_type mc_udp --side_b_min_bps=10000000 --tos BE --real
2. For running layer 3 traffic with real clients
python3 test_l3.py --lfmgr 192.168.207.78 --test_duration 1m --polling_interval 5s --upstream_port eth1 --endp_type lf_udp --side_b_min_bps=10000000 --tos BE --real
3. For running Multicast with both Existing and Virtual Stations
python3 test_l3.py --lfmgr 192.168.207.78 --endp_type mc_udp --tos BK --upstream_port eth1 --radio 'radio==wiphy1 stations==2 ssid==NETGEAR-2 ssid_pw==Password@123 security==wpa2' --test_duration 1m --polling_interval 5s --side_b_min_bps 102400000 --sta_start_offset 2000 --use_existing_station_list --existing_station_list 1.1.sta0000,1.1.sta00011 parent 470bc53 commit d7abceb
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2122 | 2122 | | |
2123 | 2123 | | |
2124 | 2124 | | |
| 2125 | + | |
| 2126 | + | |
| 2127 | + | |
| 2128 | + | |
2125 | 2129 | | |
2126 | 2130 | | |
2127 | 2131 | | |
| |||
0 commit comments