commit | 0e538bc998bf63057528ee7f43c411d09144a178 | [log] [tgz] |
---|---|---|
author | Jeremy Ronquillo <jeremyr@onlab.us> | Tue Jun 13 15:16:09 2017 -0700 |
committer | Jeremy Ronquillo <jeremyr@onlab.us> | Wed Jun 14 10:59:00 2017 -0700 |
tree | 0c020036fcb441deeedcb3ddcaeaea9099b2c5fc | |
parent | 1dd7931cd8c797dea3608ade437a6274843e318b [diff] |
[ONOS-6623]: Fix parsing of hosts json Change-Id: I7e612bb9a1b8e5e63894b2698ab40db653ad6473
diff --git a/TestON/tests/HA/HAstopNodes/HAstopNodes.py b/TestON/tests/HA/HAstopNodes/HAstopNodes.py index 6b86378..20d2419 100644 --- a/TestON/tests/HA/HAstopNodes/HAstopNodes.py +++ b/TestON/tests/HA/HAstopNodes/HAstopNodes.py
@@ -2465,7 +2465,7 @@ mac = host.get( 'mac' ) assert mac, "mac field could not be found for this host object" - location = host.get( 'location' ) + location = host.get( 'locations' )[ 0 ] assert location, "location field could not be found for this host object" # Trim the protocol identifier off deviceId