Commit graph

82 commits

Author SHA1 Message Date
Yaro Kasear
91599e1ffe Fix variable expansion in TEST_HEADER for correct CSV formatting 2025-05-07 10:41:40 -05:00
Yaro Kasear
594ce01b19 Refactor speedtest command to use a variable for header extraction and simplify server options for improved readability 2025-05-07 10:34:24 -05:00
Yaro Kasear
8f36942576 Add specific server options to speedtest command for improved accuracy 2025-05-07 09:56:46 -05:00
Yaro Kasear
b9e03a6566 Calculate total duration including PING_COUNT for accurate observation duration estimation 2025-05-07 09:21:35 -05:00
Yaro Kasear
ce7284580e Calculate estimated observation duration based on speedtest results for accurate channel hopping intervals 2025-05-07 08:40:12 -05:00
Yaro Kasear
27d64d2bed Enhance channel hopping by adding dynamic hop interval calculation based on observation duration 2025-05-06 09:04:53 -05:00
Yaro Kasear
0effd8a28d Add --no-iperf flag to skip iperf3 tests and improve argument handling 2025-05-05 15:45:43 -05:00
Yaro Kasear
89dd1e030e Fix variable assignment for speedtest duration tracking 2025-05-05 14:39:28 -05:00
Yaro Kasear
df05194b3b Initialize duration variables for speed test metrics 2025-05-05 14:39:03 -05:00
Yaro Kasear
1a9174eb6c Fix syntax error in durations CSV output by adding missing quote 2025-05-05 14:35:35 -05:00
Yaro Kasear
3f5affa6fe Refactor iperf3 logging to remove unnecessary duration logs and improve clarity in warnings 2025-05-05 14:15:20 -05:00
Yaro Kasear
dca9f7eebe Improve warning message for iperf3 timeout to include elapsed time 2025-05-05 11:27:28 -05:00
Yaro Kasear
bc1160d670 Log listener launch arguments for better debugging 2025-05-02 16:18:49 -05:00
Yaro Kasear
e448097581 Refactor argument parsing in runtest.sh to improve clarity and consistency 2025-05-02 16:11:03 -05:00
Yaro Kasear
099ea01a52 Enhance listener output handling in runtest.sh to manage empty and missing sample files 2025-05-02 15:45:53 -05:00
Yaro Kasear
656f067fa5 Add listener sample data to test file output 2025-05-02 15:29:24 -05:00
Yaro Kasear
da5a854ccb Fix attachment logic to check TEST_FILE instead of LISTENER_OUTFILE 2025-05-02 15:22:33 -05:00
Yaro Kasear
015af7f26b Fix listener output file naming in runtest.sh 2025-05-02 15:18:48 -05:00
Yaro Kasear
abdf5bcb61 Remove timeout from listener readiness check in runtest.sh 2025-05-02 15:14:18 -05:00
Yaro Kasear
0b351ee7ca Fix listener sample file logging to reflect correct sample count 2025-05-02 15:10:35 -05:00
Yaro Kasear
c0e15ed39e Fix variable expansion in listener sample file path 2025-05-02 14:44:32 -05:00
Yaro Kasear
3cdcadcb6d Add listener readiness check in runtest.sh 2025-05-02 14:41:50 -05:00
Yaro Kasear
4beafbe674 Fix indentation for logging and sleep commands in runtest.sh 2025-05-02 14:37:21 -05:00
Yaro Kasear
8301dd8744 Remove session logging from runtest.sh and adjust argument display 2025-05-02 14:35:18 -05:00
Yaro Kasear
b80adf89ef Remove duplicate echo statement for displaying passed arguments in runtest.sh 2025-05-02 14:33:48 -05:00
Yaro Kasear
f68acef4bf Add echo statement to display passed arguments in runtest.sh 2025-05-02 14:32:57 -05:00
Yaro Kasear
42cb854f57 Fix logging command in runtest.sh to correctly pass arguments and remove unnecessary blank line 2025-05-02 14:24:29 -05:00
Yaro Kasear
9c56b2ac91 Refactor runtest.sh for improved clarity and reliability 2025-05-02 14:20:26 -05:00
Yaro Kasear
412a63f51d Refactor Kismet control logic in runtest.sh to only start/stop when listener is disabled 2025-05-02 14:20:10 -05:00
Yaro Kasear
a3588f3540 Refactor listener output file handling in runtest.sh for improved clarity and reliability 2025-05-02 13:54:29 -05:00
Yaro Kasear
8ce492a8b9 Add listener output file variable to runtest.sh for improved data capture 2025-05-02 13:53:01 -05:00
Yaro Kasear
7d5fe1fbf5 Add listener functionality to runtest.sh for enhanced data capture 2025-05-02 13:02:52 -05:00
Yaro Kasear
2a227d7222 Add support for --no-enrich flag in runtest.sh to skip data enrichment 2025-04-30 13:50:59 -05:00
Yaro Kasear
150f8fc448 Add default email body for test completion notification in runtest.sh 2025-04-28 14:57:11 -05:00
Yaro Kasear
b810c93e29 Enhance logging in runtest.sh by implementing session logging and ensuring proper script execution flow 2025-04-28 14:22:36 -05:00
Yaro Kasear
8224deaba1 Add script logging and ensure proper exit in runtest.sh 2025-04-28 14:16:35 -05:00
Yaro Kasear
fc162eb90a Fix email attachment syntax in runtest.sh 2025-04-28 14:14:59 -05:00
Yaro Kasear
69c46aff22 Refactor CSV handling in csv_handler.py and update runtest.sh to log SSID metrics file path 2025-04-28 13:52:17 -05:00
Yaro Kasear
68ed848b54 Update email body default in runtest.sh and correct SSID metrics file path in settings.env.default 2025-04-28 13:24:27 -05:00
Yaro Kasear
55b0835dd7 Refactor enrichment module by adding utility functions, enhancing CSV handling, and implementing SSID metrics extraction. Update run_test script to improve logging on speed test failures. 2025-04-24 15:43:36 -05:00
Yaro Kasear
4b9ad6f609 Refactor run_iperf function to handle timeouts and improve error handling 2025-04-24 09:03:49 -05:00
Yaro Kasear
e75b3807f9 Refactor run_iperf function to improve logging and streamline output handling 2025-04-23 12:56:22 -05:00
Yaro Kasear
0818da0351 Refactor get_tx_failed function to remove unnecessary logging and improve performance 2025-04-23 12:41:21 -05:00
Yaro Kasear
5abb99ab86 Add timing logs to key operations in runtest.sh for better performance tracking 2025-04-23 11:57:29 -05:00
Yaro Kasear
5c4cb2606e Refactor run_iperf function and improve test execution logging 2025-04-22 10:17:42 -05:00
Yaro Kasear
e0e6bd6a99 Refactor run_iperf function to parse JSON output and improve error logging 2025-04-22 08:34:34 -05:00
Yaro Kasear
9b8b59e562 Add bandwidth configuration to settings.env.default and update run_iperf function for UDP modeS 2025-04-21 15:54:24 -05:00
Yaro Kasear
434add2694 Refactor loops and improve formatting in runtest.sh for better readability 2025-04-21 14:53:40 -05:00
Yaro Kasear
d92621d2f0 Fix loop termination in runtest.sh to ensure proper execution flow 2025-04-21 14:39:46 -05:00
Yaro Kasear
a97c7eadee Refactor and enhance run_iperf function in runtest.sh for improved error handling and code reuse 2025-04-21 14:31:31 -05:00