Skip to content

Commit b241a4c

Browse files
author
Henrique Sato
committed
Restore old tests file
1 parent af3f0a8 commit b241a4c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/integration/component/test_vpc_network.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
LoadBalancerRule,
3535
Router,
3636
StaticNATRule,
37-
NetworkACL)
37+
NetworkACL,
38+
PublicIPAddress)
3839
from marvin.lib.common import (get_zone,
3940
get_domain,
4041
get_template,
@@ -50,6 +51,7 @@
5051

5152

5253
class Services:
54+
5355
"""Test VPC network services
5456
"""
5557

@@ -185,7 +187,7 @@ def __init__(self):
185187
"network": {
186188
"name": "Test Network",
187189
"displaytext": "Test Network",
188-
"netmask": '255.255.255.0',
190+
"netmask": '255.255.255.0'
189191
},
190192
"lbrule": {
191193
"name": "SSH",

0 commit comments

Comments
 (0)