Skip to content

Commit caaf25b

Browse files
authored
test: fix ci failures on main branch (#7733)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent b1fc279 commit caaf25b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/integration/smoke/test_kubernetes_clusters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ def test_10_vpc_tier_kubernetes_cluster(self):
615615
k8s_cluster = None
616616
return
617617

618-
@attr(tags=["advanced", "smoke"], required_hardware="false")
618+
@attr(tags=["advanced", "smoke"], required_hardware="true")
619619
def test_11_test_unmanaged_cluster_lifecycle(self):
620620
"""Test all operations on unmanaged Kubernetes cluster
621621

test/integration/smoke/test_set_sourcenat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def validate_source_nat(self, network=None, vpc=None, ip=None):
252252
elif vpc:
253253
list_pub_ip_addr_resp = list_publicIP(
254254
self.apiclient,
255-
vpc=vpc.id,
255+
vpcid=vpc.id,
256256
listall=True,
257257
issourcenat=True
258258
)

0 commit comments

Comments
 (0)