mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8952 - Make the tests rely on the interface state other than the json file
This commit is contained in:
parent
2a747ca735
commit
38d03576d6
|
|
@ -323,7 +323,7 @@ class TestVPCRedundancy(cloudstackTestCase):
|
|||
self.apiclient.connection.user,
|
||||
self.apiclient.connection.passwd,
|
||||
router.linklocalip,
|
||||
"grep MASTER /etc/cloudstack/cmdline.json",
|
||||
"sh /opt/cloud/bin/checkrouter.sh ",
|
||||
hypervisor=self.hypervisor
|
||||
))
|
||||
else:
|
||||
|
|
@ -336,7 +336,7 @@ class TestVPCRedundancy(cloudstackTestCase):
|
|||
host.user,
|
||||
host.passwd,
|
||||
router.linklocalip,
|
||||
"grep MASTER /etc/cloudstack/cmdline.json"
|
||||
"sh /opt/cloud/bin/checkrouter.sh "
|
||||
))
|
||||
|
||||
except KeyError:
|
||||
|
|
|
|||
Loading…
Reference in New Issue