diff --git a/py-scripts/test_l3_longevity.py b/py-scripts/test_l3_longevity.py index 6220e0c3..796cc762 100755 --- a/py-scripts/test_l3_longevity.py +++ b/py-scripts/test_l3_longevity.py @@ -666,9 +666,9 @@ class L3VariableTime(Realm): # At end of test if requested store upload and download stats if self.ap_scheduler_stats: # get the (UL) Upload scheduler statistics - self.ap_umsched = self.ap_custom_cmd('wl -i wl1 dump umsched') + self.ap_umsched += self.ap_custom_cmd('wl -i wl1 dump umsched') # get the (DL) Download schduler staticstics - self.ap_msched = self.ap_custom_cmd('wl -i wl1 dump msched') + self.ap_msched += self.ap_custom_cmd('wl -i wl1 dump msched') # Stop connections. diff --git a/py-scripts/tools/lf_check.py b/py-scripts/tools/lf_check.py index f51f756f..f3585336 100755 --- a/py-scripts/tools/lf_check.py +++ b/py-scripts/tools/lf_check.py @@ -17,6 +17,9 @@ Before using lf_check.py 1. copy lf_check_config_template.ini to the lf_check_config.ini 2. update lf_check_config.ini to enable (TRUE) tests to be run in the TEST_DICTIONARY , the TEST_DICTIONARY needs to be passed in +TO DO NOTES: +6/4/2021 : add server (telnet localhost 4001) build info, GUI build shaw, and Kernel version to the output. + ''' import datetime import pprint