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 af3f0a8 commit b241a4cCopy full SHA for b241a4c
test/integration/component/test_vpc_network.py
@@ -34,7 +34,8 @@
34
LoadBalancerRule,
35
Router,
36
StaticNATRule,
37
- NetworkACL)
+ NetworkACL,
38
+ PublicIPAddress)
39
from marvin.lib.common import (get_zone,
40
get_domain,
41
get_template,
@@ -50,6 +51,7 @@
50
51
52
53
class Services:
54
+
55
"""Test VPC network services
56
"""
57
@@ -185,7 +187,7 @@ def __init__(self):
185
187
"network": {
186
188
"name": "Test Network",
189
"displaytext": "Test Network",
- "netmask": '255.255.255.0',
190
+ "netmask": '255.255.255.0'
191
},
192
"lbrule": {
193
"name": "SSH",
0 commit comments