From 51312b04de16253495a11ceb8b63f904af0e5d22 Mon Sep 17 00:00:00 2001 From: Yaro Kasear Date: Thu, 17 Apr 2025 13:34:31 -0500 Subject: [PATCH] Rename 'NumberofBSSIDs' to 'NumberofBSSIDsOnSSID' for clarity in metrics reporting; remove debug flag setting in runtest.sh for cleaner execution. --- enrich.py | 2 +- runtest.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/enrich.py b/enrich.py index 5fcc5c6..6c91342 100755 --- a/enrich.py +++ b/enrich.py @@ -475,7 +475,7 @@ def main(): 'UnlinkedDevices': unlinked, 'CiscoAvgReportedClients': cisco_avg_reported_clients, 'CiscoMaxReportedClients': cisco_max_reported_clients, - 'NumberofBSSIDs': num_bssids, + 'NumberofBSSIDsOnSSID': num_bssids, 'AvgSSIDSignal': average_signal, 'MaxSSIDSignal': max_ssid_signal, 'NumberofChannelsOnSSID': num_channels_ssid diff --git a/runtest.sh b/runtest.sh index 6170db8..a672666 100755 --- a/runtest.sh +++ b/runtest.sh @@ -1,6 +1,5 @@ #!/bin/bash -set -x set -euo pipefail IFS=$'\n\t'