diff --git a/gui/README.txt b/gui/README.txt index 3a4b8ee9..6898d3a3 100644 --- a/gui/README.txt +++ b/gui/README.txt @@ -20,17 +20,21 @@ test_rig: TR-398 test bed Save this text to a file for later use: AP-Auto-ap-auto-32-64-dual.txt -# Save this text using the ../lf_testmod.pl script: +# Save AP-Auto configuration text using the ../lf_testmod.pl script: ../lf_testmod.pl --mgr 192.168.100.156 --action show --test_name AP-Auto-ap-auto-32-64-dual > test_configs/mytest.txt +# Save WiFi-Capacity configuration (saved as 'fb-192' using the ../lf_testmod.pl script: +../lf_testmod.pl --mgr 192.168.100.156 --action show --test_name Wifi-Capacity-fb-192 > test_configs/mytest.txt + +# Save Chamber View scenario: +../lf_testmod.pl --mgr 192.168.100.156 --action show --test_name simpleThput --test_type Network-Connectivity > test_configs/myscenario.txt + + # To load a test file into the LANforge server configuration: ../lf_testmod.pl --mgr 192.168.100.156 --action set --test_name AP-Auto-ben --file test_configs/mytest.txt -# Save print and scenario: -../lf_testmod.pl --mgr 192.168.100.156 --action show --test_name simpleThput --test_type Network-Connectivity > test_configs/myscenario.txt - # Load a scenario into the LANforge server configuration ../lf_testmod.pl --mgr 192.168.100.156 --action set --test_type Network-Connectivity --test_name 64sta --file test_configs/myscenario.txt diff --git a/gui/basic_regression.bash b/gui/basic_regression.bash index 1a467bef..be5ad82e 100755 --- a/gui/basic_regression.bash +++ b/gui/basic_regression.bash @@ -246,3 +246,4 @@ then fi echo "Done with regression test." +echo "Results-Dir: $RSLTS_DIR"