Skip to content

Commit 86744c7

Browse files
authored
Merge pull request #3372 from robmry/fix-test_connect_with_ipv6_address
test_connect_with_ipv6_address: enable IPv6
2 parents 62bd22d + 1d882c5 commit 86744c7

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
@@ -384,6 +384,7 @@ def test_connect_with_ipv4_address(self):
384384
@requires_api_version('1.22')
385385
def test_connect_with_ipv6_address(self):
386386
net_name, net_id = self.create_network(
387+
enable_ipv6=True,
387388
ipam=IPAMConfig(
388389
driver='default',
389390
pool_configs=[

0 commit comments

Comments
 (0)