kuryr-libnetwork/kuryr/tests
Taku Fukushima db80d0ef4a Add IPv4Data and IPv6Data to the schema for the network
This patch adds the newly introduced properties, IPv4Data and IPv6Data,
in the request against /NetworkDriver.CreateNetwork. This patch covers
only the schema change to validate the request against
/NetworkDriver.CreateNetwork, and the actual logic to use the passed data
and create subnets is not implemented in this patch. It will be added in
the following patches.

Change-Id: I4e5cf7a0c8ea97c39e5450846818806408467352
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
Closes-Bug: #1514668
2015-11-20 12:36:00 +09:00
..
__init__.py Initial template commit 2015-07-15 10:00:44 +03:00
base.py Implement /NetworkDriver.Leave 2015-11-04 17:16:18 +09:00
test_config.py Check subnetpool extension support 2015-11-10 15:23:13 +05:30
test_join.py Merge "Use assertIn and assertNotIn" 2015-11-04 12:07:34 +00:00
test_kuryr_endpoint.py Use assertIn and assertNotIn 2015-10-26 20:59:18 +01:00
test_kuryr_network.py Add IPv4Data and IPv6Data to the schema for the network 2015-11-20 12:36:00 +09:00
test_kuryr.py Add IPv4Data and IPv6Data to the schema for the network 2015-11-20 12:36:00 +09:00
test_leave.py Implement /NetworkDriver.Leave 2015-11-04 17:16:18 +09:00
test_utils.py Use assertIn and assertNotIn 2015-10-26 20:59:18 +01:00