This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push: new caaf25b6951 test: fix ci failures on main branch (#7733) caaf25b6951 is described below commit caaf25b6951cec90a44d7a10f0eb4c561fe2e469 Author: Abhishek Kumar <abhishek.mr...@gmail.com> AuthorDate: Wed Jul 12 12:49:28 2023 +0530 test: fix ci failures on main branch (#7733) Signed-off-by: Abhishek Kumar <abhishek.mr...@gmail.com> --- test/integration/smoke/test_kubernetes_clusters.py | 2 +- test/integration/smoke/test_set_sourcenat.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/smoke/test_kubernetes_clusters.py b/test/integration/smoke/test_kubernetes_clusters.py index 2fc1a9c181e..3b453476fd3 100644 --- a/test/integration/smoke/test_kubernetes_clusters.py +++ b/test/integration/smoke/test_kubernetes_clusters.py @@ -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 diff --git a/test/integration/smoke/test_set_sourcenat.py b/test/integration/smoke/test_set_sourcenat.py index 6a3e1ee99cb..e89af9fec31 100644 --- a/test/integration/smoke/test_set_sourcenat.py +++ b/test/integration/smoke/test_set_sourcenat.py @@ -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 )