regression_test: Print ERROR in status column if stations could not acquire IPs

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-12-14 10:26:26 -08:00
parent e724113a5f
commit 4bba61d9e9
2 changed files with 4 additions and 0 deletions

0
py-scripts/eth_check.py Normal file
View File

View File

@@ -555,6 +555,10 @@ function test() {
then
TEXTCLASS="partial_failure"
TDTEXT="Partial Failure"
elif [[ $TEXT =~ "FAILED" ]]
then
TEXTCLASS="partial_failure"
TDTEXT="ERROR"
else
TEXTCLASS="success"
TDTEXT="Success"