mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-20 03:54:50 +00:00
sta_connect2.py : table label updates
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
bd383f9028
commit
e9fca61ed1
@@ -1051,7 +1051,7 @@ CLI Example for kpi.csv, variable tx/rx rates, and pdu size:
|
|||||||
"SSID": args.dut_ssid,
|
"SSID": args.dut_ssid,
|
||||||
}
|
}
|
||||||
|
|
||||||
report.set_table_title("Test Setup Information")
|
report.set_table_title("Device Under Test Information")
|
||||||
report.build_table_title()
|
report.build_table_title()
|
||||||
report.test_setup_table(value="Device under test", test_setup_data=test_setup_info)
|
report.test_setup_table(value="Device under test", test_setup_data=test_setup_info)
|
||||||
|
|
||||||
@@ -1070,9 +1070,9 @@ CLI Example for kpi.csv, variable tx/rx rates, and pdu size:
|
|||||||
"Test Duration": args.runtime_sec,
|
"Test Duration": args.runtime_sec,
|
||||||
}
|
}
|
||||||
|
|
||||||
report.set_table_title("Test basic Information")
|
report.set_table_title("Test Configuration")
|
||||||
report.build_table_title()
|
report.build_table_title()
|
||||||
report.test_setup_table(value="Test Information", test_setup_data=test_input_info)
|
report.test_setup_table(value="Test Configuration", test_setup_data=test_input_info)
|
||||||
|
|
||||||
report.set_table_title("L3 Stations Connect 2 Key Performance Indexes")
|
report.set_table_title("L3 Stations Connect 2 Key Performance Indexes")
|
||||||
report.build_table_title()
|
report.build_table_title()
|
||||||
|
|||||||
Reference in New Issue
Block a user