integration tests: Test IPv4 with new prefix

Signed-off-by: Till Maas <opensource@till.name>
This commit is contained in:
Till Maas 2018-10-30 17:57:14 +01:00
parent 2b6b0526da
commit 2e052aca6c

View File

@ -115,7 +115,7 @@ def test_edit_static_ipv4_address_and_prefix(setup_eth1_ipv4):
'ipv4': {
'enabled': True,
'address': [
{'ip': IPV4_ADDRESS2, 'prefix-length': 24}
{'ip': IPV4_ADDRESS2, 'prefix-length': 30}
]
}
}