test: fix ci failures on main branch (#7733)

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2023-07-12 12:49:28 +05:30 committed by GitHub
parent b1fc279872
commit caaf25b695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
)