Update email body default in runtest.sh and correct SSID metrics file path in settings.env.default
This commit is contained in:
parent
5ea493b3f8
commit
68ed848b54
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@ IFS=$'\n\t'
|
|||
|
||||
source settings.env
|
||||
|
||||
EMAIL_BODY=${EMAIL_BODY:-"Test $BOOT_ID completed successfully. Please find the attached files and collect the probe."}
|
||||
|
||||
FAILURE_LOG="${TEST_FILE%.csv}-failures.log"
|
||||
SCRIPT_START=$(date +%s)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ SCRIPT_DIRECTORY="${HOME}/wifi_test"
|
|||
KISMET_LOG_DIR="${HOME}/kismet_logs"
|
||||
TEST_FILE="${HOME}/${BOOT_ID}-speedtest.csv"
|
||||
ENRICHED_FILE="${TEST_FILE%}+rf.csv"
|
||||
SSID_METRICS_FILE="${TEST_FILE%.csv}-ssid-metrics.csv"
|
||||
SSID_METRICS_FILE="${ENRICHED_FILE%.csv}-ssid-metrics.csv"
|
||||
|
||||
NUM_TESTS=1
|
||||
NUM_SAMPLES=5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue