lf_check.py: notes telnet localhost 4001 (server info), localhost:8080/ for GUI info test_l3_longevity update data gathering.

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-06-04 08:51:59 -06:00
parent 8855c36f3e
commit 6fd0ba4fda
2 changed files with 5 additions and 2 deletions

View File

@@ -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.