mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
test_l3_longevity.py update for ap_test mode
added test_l3_longevity_beta.py to sandbox for script restructuring. Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
1899
py-scripts/sandbox/test_l3_longevity_beta.py
Normal file
1899
py-scripts/sandbox/test_l3_longevity_beta.py
Normal file
File diff suppressed because it is too large
Load Diff
@@ -810,13 +810,13 @@ class L3VariableTime(Realm):
|
||||
# 6G test mode
|
||||
if self.ap_test_mode:
|
||||
# Create the test data as a continuous string
|
||||
ap_stats_6g = "{}{}{}{}{}{}{}".format("root@Docsis-Gateway:~# wl -i wl2 bs_data\n",
|
||||
ap_stats_6g = "{}{}{}{}{}{}".format("root@Docsis-Gateway:~# wl -i wl2 bs_data\n",
|
||||
"Station Address PHY Mbps Data Mbps Air Use Data Use Retries bw mcs Nss ofdma mu-mimo\n",
|
||||
"04:f0:21:82:2f:d6 1016.6 48.9 6.5% 24.4% 16.6% 80 9.7 2 0.0% 0.0%\n",
|
||||
"50:E0:85:84:7A:E7 880.9 52.2 7.7% 26.1% 20.0% 80 8.5 2 0.0% 0.0%\n",
|
||||
"50:E0:85:89:5D:00 840.0 47.6 6.4% 23.8% 2.3% 80 8.0 2 0.0% 0.0%\n",
|
||||
"50:E0:85:87:5B:F4 960.7 51.5 5.9% 25.7% 0.0% 80 9 2 0.0% 0.0%\n",
|
||||
"- note the MAC will match ap_stats.append((overall) - 200.2 26.5% - - \n")
|
||||
"50:E0:85:87:5B:F4 960.7 51.5 5.9% 25.7% 0.0% 80 9 2 0.0% 0.0%\n")
|
||||
#Keep commented for testing "- note the MAC will match ap_stats.append((overall) - 200.2 26.5% - - \n")
|
||||
print("ap_stats 6g{}".format(ap_stats_6g))
|
||||
|
||||
# Create the test data as a continuous string
|
||||
@@ -926,13 +926,13 @@ class L3VariableTime(Realm):
|
||||
# 5G test mode
|
||||
if self.ap_test_mode:
|
||||
# Create the test data as a continuous string
|
||||
ap_stats_5g = "{}{}{}{}{}{}{}".format("root@Docsis-Gateway:~# wl -i wl1 bs_data\n",
|
||||
ap_stats_5g = "{}{}{}{}{}{}".format("root@Docsis-Gateway:~# wl -i wl1 bs_data\n",
|
||||
"Station Address PHY Mbps Data Mbps Air Use Data Use Retries bw mcs Nss ofdma mu-mimo\n",
|
||||
"04:f0:21:82:2f:d6 1016.6 48.9 6.5% 24.4% 16.6% 80 9.7 2 0.0% 0.0%\n",
|
||||
"50:E0:85:84:7A:E7 880.9 52.2 7.7% 26.1% 20.0% 80 8.5 2 0.0% 0.0%\n",
|
||||
"50:E0:85:89:5D:00 840.0 47.6 6.4% 23.8% 2.3% 80 8.0 2 0.0% 0.0%\n",
|
||||
"50:E0:85:87:5B:F4 960.7 51.5 5.9% 25.7% 0.0% 80 9 2 0.0% 0.0%\n",
|
||||
"- note the MAC will match ap_stats.append((overall) - 200.2 26.5% - - \n")
|
||||
"50:E0:85:87:5B:F4 960.7 51.5 5.9% 25.7% 0.0% 80 9 2 0.0% 0.0%\n")
|
||||
#Keep Commented for Testing "- note the MAC will match ap_stats.append((overall) - 200.2 26.5% - - \n")
|
||||
print("ap_stats 5g {}".format(ap_stats_5g))
|
||||
|
||||
# Create the test data as a continuous string
|
||||
|
||||
Reference in New Issue
Block a user