We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08af6dd commit 2ef290dCopy full SHA for 2ef290d
test/integration/smoke/test_network_acl.py
@@ -145,7 +145,7 @@ def test_network_acl(self):
145
# 7) Add Port Forwarding Rule with same Public IP to test conserve mode
146
NATRule.create(
147
self.apiclient,
148
- self.virtual_machine,
+ vm,
149
self.services["natrule"],
150
ipaddressid=public_ip.ipaddress.id,
151
vpcid=vpc.id,
0 commit comments