We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86744c7 commit ddcd1f7Copy full SHA for ddcd1f7
1 file changed
tests/integration/api_network_test.py
@@ -232,6 +232,7 @@ def test_create_with_ipv4_address(self):
232
@requires_api_version('1.22')
233
def test_create_with_ipv6_address(self):
234
net_name, net_id = self.create_network(
235
+ enable_ipv6=True,
236
ipam=IPAMConfig(
237
driver='default',
238
pool_configs=[IPAMPool(subnet="2001:389::/64")],
0 commit comments