mirror of https://github.com/apache/cloudstack.git
test: fix ci failures on main branch (#7733)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
b1fc279872
commit
caaf25b695
|
|
@ -615,7 +615,7 @@ class TestKubernetesCluster(cloudstackTestCase):
|
|||
k8s_cluster = None
|
||||
return
|
||||
|
||||
@attr(tags=["advanced", "smoke"], required_hardware="false")
|
||||
@attr(tags=["advanced", "smoke"], required_hardware="true")
|
||||
def test_11_test_unmanaged_cluster_lifecycle(self):
|
||||
"""Test all operations on unmanaged Kubernetes cluster
|
||||
|
||||
|
|
|
|||
|
|
@ -252,7 +252,7 @@ class TestSetSourceNatIp(cloudstackTestCase):
|
|||
elif vpc:
|
||||
list_pub_ip_addr_resp = list_publicIP(
|
||||
self.apiclient,
|
||||
vpc=vpc.id,
|
||||
vpcid=vpc.id,
|
||||
listall=True,
|
||||
issourcenat=True
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue