Skip to content

Commit b1b2102

Browse files
committed
Fix smoke test to run on CI
1 parent e5ecfb1 commit b1b2102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/smoke/test_vpc_conserve_mode.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def setUp(self):
201201
def tearDown(self):
202202
super(TestVPCConserveModeRules, self).tearDown()
203203

204-
@attr(tags=["advanced", "advancedns", "smoke"], required_hardware="true")
204+
@attr(tags=["advanced", "advancedns", "smoke"], required_hardware="false")
205205
def test_01_vpc_conserve_mode_cross_tier_rules_allowed(self):
206206
"""With conserveMode=True, LB rule on VPC Tier 1 and Port Forwarding rule on VPC Tier 2 can
207207
share the same public IP without a NetworkRuleConflictException.
@@ -257,7 +257,7 @@ def test_01_vpc_conserve_mode_cross_tier_rules_allowed(self):
257257
"conserveMode=True, but got exception: %s" % e
258258
)
259259

260-
@attr(tags=["advanced", "advancedns", "smoke"], required_hardware="true")
260+
@attr(tags=["advanced", "advancedns", "smoke"], required_hardware="false")
261261
def test_02_vpc_conserve_mode_reuse_source_nat_ip_address(self):
262262
"""With VPC conserve mode enabled, a NAT rule can be created on a VPC tier (conserve mode enabled)
263263
with a source NAT IP address

0 commit comments

Comments
 (0)