Skip to content

Commit df3f8e2

Browse files
authored
Merge pull request #3373 from robmry/fix-test_create_with_ipv6_address
test_create_with_ipv6_address: enable IPv6
2 parents 86744c7 + ddcd1f7 commit df3f8e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/api_network_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ def test_create_with_ipv4_address(self):
232232
@requires_api_version('1.22')
233233
def test_create_with_ipv6_address(self):
234234
net_name, net_id = self.create_network(
235+
enable_ipv6=True,
235236
ipam=IPAMConfig(
236237
driver='default',
237238
pool_configs=[IPAMPool(subnet="2001:389::/64")],

0 commit comments

Comments
 (0)