mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
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:
0
py-scripts/eth_check.py
Normal file
0
py-scripts/eth_check.py
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user