commit | e9b1fa3be2c22a2f53e47619a0bcbe300a655be6 | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@onlab.us> | Tue Dec 08 15:32:21 2015 -0800 |
committer | Jon Hall <jhall@onlab.us> | Tue Dec 08 15:32:21 2015 -0800 |
tree | 2c720ada862c54931055b396dcfcf47a90566386 | |
parent | 559218ec4a5ffa3d719db6bd387753ebec642b03 [diff] [blame] |
Harden HA tests against bad ONOS output - also update gen partitions files Change-Id: I9fbed42971650aa7feb050aafa66a37b1818804c
diff --git a/TestON/tests/HAstopNodes/dependencies/Counters.py b/TestON/tests/HAstopNodes/dependencies/Counters.py index 455e3e7..f3833eb 100644 --- a/TestON/tests/HAstopNodes/dependencies/Counters.py +++ b/TestON/tests/HAstopNodes/dependencies/Counters.py
@@ -32,6 +32,7 @@ main.log.error( "Could not parse counters response from ONOS" + str( main.activeNodes[i] + 1 ) ) main.log.warn( repr( onosCountersRaw[ i ] ) ) + onosCounters.append( [] ) return main.FALSE testCounters = {}