lf_multi_traffic.py: Run multiple traffic tests in series or parallel.#258
Open
Sidartha-CT wants to merge 1 commit into
Open
lf_multi_traffic.py: Run multiple traffic tests in series or parallel.#258Sidartha-CT wants to merge 1 commit into
Sidartha-CT wants to merge 1 commit into
Conversation
Verified CLI : python3 lf_multi_traffic.py --mgr 192.168.247.77 --upstream_port eth2 --parallel_tests ping_test,qos_test,ftp_test,http_test,mcast_test,vs_test,thput_test --ping_target www.google.com --ping_interval 5 --ping_duration 1 --ping_device_list 1.15,1.11,1.23,1.13,1.25,1.18,1.29,1.28,1.30,1.14 --qos_tos VO,VI,BE,BK --qos_duration 1m --qos_device_list 1.15,1.11,1.23,1.13,1.25,1.18,1.29,1.28,1.30,1.14 --qos_traffic_type lf_tcp --qos_download 10000000 --ftp_duration 1m --ftp_file_size 5MB --ftp_device_list 1.15,1.11,1.23,1.13,1.25,1.18,1.29,1.28,1.30,1.14 --ftp_bands 5G --http_duration 1m --http_file_size 5MB --http_device_list 1.15,1.11,1.23,1.13,1.25,1.18,1.29,1.28,1.30,1.14 --http_bands 5G --mcast_tos VO --mcast_test_duration 1m --mcast_side_b_min_bps 10000000 --mcast_device_list 1.15,1.11,1.23,1.13,1.25,1.18,1.29,1.28,1.30,1.14 --mcast_endp_type mc_udp --vs_url https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8 --vs_media_source hls --vs_media_quality 4k --vs_duration 1m --vs_device_list 1.15,1.11,1.23,1.13,1.25,1.18,1.29,1.28,1.30,1.14 --thput_test_duration 1m --thput_traffic_type lf_udp --thput_device_list 1.15,1.11,1.23,1.13,1.25,1.18,1.29,1.28,1.30,1.14 --thput_upload 10000000 --no_cleanup Signed-off-by: Sidartha-CT <neelapu.sidartha@candelatech.com>
smileyrekiere
approved these changes
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Verified CLI : python3 lf_multi_traffic.py --mgr 192.168.247.77 --upstream_port eth2 --parallel_tests ping_test,qos_test,ftp_test,http_test,mcast_test,vs_test,thput_test --ping_target www.google.com --ping_interval 5 --ping_duration 1 --ping_device_list 1.15,1.11,1.23,1.13,1.25,1.18,1.29,1.28,1.30,1.14 --qos_tos VO,VI,BE,BK --qos_duration 1m --qos_device_list 1.15,1.11,1.23,1.13,1.25,1.18,1.29,1.28,1.30,1.14 --qos_traffic_type lf_tcp --qos_download 10000000 --ftp_duration 1m --ftp_file_size 5MB --ftp_device_list 1.15,1.11,1.23,1.13,1.25,1.18,1.29,1.28,1.30,1.14 --ftp_bands 5G --http_duration 1m --http_file_size 5MB --http_device_list 1.15,1.11,1.23,1.13,1.25,1.18,1.29,1.28,1.30,1.14 --http_bands 5G --mcast_tos VO --mcast_test_duration 1m --mcast_side_b_min_bps 10000000 --mcast_device_list 1.15,1.11,1.23,1.13,1.25,1.18,1.29,1.28,1.30,1.14 --mcast_endp_type mc_udp --vs_url https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8 --vs_media_source hls --vs_media_quality 4k --vs_duration 1m --vs_device_list 1.15,1.11,1.23,1.13,1.25,1.18,1.29,1.28,1.30,1.14 --thput_test_duration 1m --thput_traffic_type lf_udp --thput_device_list 1.15,1.11,1.23,1.13,1.25,1.18,1.29,1.28,1.30,1.14 --thput_upload 10000000 --no_cleanup