mirror of https://github.com/apache/cloudstack.git
Include definition for vm_3 in assign and load balance test
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit b3aa11ca39)
This commit is contained in:
parent
3cf07118a8
commit
ca7f0df193
|
|
@ -145,6 +145,14 @@ class TestLoadBalance(cloudstackTestCase):
|
|||
domainid=cls.account.domainid,
|
||||
serviceofferingid=cls.service_offering.id
|
||||
)
|
||||
cls.vm_3 = VirtualMachine.create(
|
||||
cls.api_client,
|
||||
cls.services["server"],
|
||||
templateid=template.id,
|
||||
accountid=cls.account.name,
|
||||
domainid=cls.account.domainid,
|
||||
serviceofferingid=cls.service_offering.id
|
||||
)
|
||||
cls.non_src_nat_ip = PublicIPAddress.create(
|
||||
cls.api_client,
|
||||
cls.account.name,
|
||||
|
|
@ -587,4 +595,4 @@ class TestLoadBalance(cloudstackTestCase):
|
|||
hostnames,
|
||||
"Check if ssh succeeded for server3"
|
||||
)
|
||||
return
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in New Issue