From 9cf27470781b7119ba8c514b6aa375a90c8d7ecd Mon Sep 17 00:00:00 2001 From: nvazquez Date: Mon, 2 Mar 2026 09:45:13 -0300 Subject: [PATCH] Smoke test required hardware false --- test/integration/smoke/test_domain_vpc_offerings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_domain_vpc_offerings.py b/test/integration/smoke/test_domain_vpc_offerings.py index 3dde5612c22..9570d35c618 100644 --- a/test/integration/smoke/test_domain_vpc_offerings.py +++ b/test/integration/smoke/test_domain_vpc_offerings.py @@ -418,7 +418,7 @@ class TestDomainsVpcOfferings(cloudstackTestCase): "sg", "advancedns", "smoke"], - required_hardware="true") + required_hardware="false") def test_04_validate_vpc_offering_conserve_mode_disabled(self): """Test to create and validate vpc with conserve mode disabled for an existing domain specified vpc offering"""