Rename 'NumberofBSSIDs' to 'NumberofBSSIDsOnSSID' for clarity in metrics reporting; remove debug flag setting in runtest.sh for cleaner execution.
This commit is contained in:
parent
58abd38c3c
commit
51312b04de
2 changed files with 1 additions and 2 deletions
|
@ -475,7 +475,7 @@ def main():
|
||||||
'UnlinkedDevices': unlinked,
|
'UnlinkedDevices': unlinked,
|
||||||
'CiscoAvgReportedClients': cisco_avg_reported_clients,
|
'CiscoAvgReportedClients': cisco_avg_reported_clients,
|
||||||
'CiscoMaxReportedClients': cisco_max_reported_clients,
|
'CiscoMaxReportedClients': cisco_max_reported_clients,
|
||||||
'NumberofBSSIDs': num_bssids,
|
'NumberofBSSIDsOnSSID': num_bssids,
|
||||||
'AvgSSIDSignal': average_signal,
|
'AvgSSIDSignal': average_signal,
|
||||||
'MaxSSIDSignal': max_ssid_signal,
|
'MaxSSIDSignal': max_ssid_signal,
|
||||||
'NumberofChannelsOnSSID': num_channels_ssid
|
'NumberofChannelsOnSSID': num_channels_ssid
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -x
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue