Adding tests for IPv6. 17/46817/2
authorspisarski <s.pisarski@cablelabs.com>
Tue, 7 Nov 2017 22:23:15 +0000 (15:23 -0700)
committerspisarski <s.pisarski@cablelabs.com>
Wed, 8 Nov 2017 17:03:44 +0000 (10:03 -0700)
commitc0f1fc7d39c550f6825b4e323358d44e876c1fa5
tree00e4a83a9454818535e67bb0bd77fbb25a6d904d
parent28b07953e9821c32ae86aa3a19ebeb835471149f
Adding tests for IPv6.

Included in patch:
1. Refactor Network domain object to include Subnet objects
2. Removed subnet members from OpenStackNetwork
3. Added exhausive IPv6 tests to neutron_utils_tests.py
4. Added two IPv6 integration tests to create_network_tests.py
5. Added two tests where VM instances have ports with IPv6 addresses
6. Updated docs

JIRA: SNAPS-178

Change-Id: Id3e5448cb431d2acf47029244fe6773f3f29d368
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
12 files changed:
docs/how-to-use/APITests.rst
docs/how-to-use/IntegrationTests.rst
snaps/domain/network.py
snaps/domain/test/network_tests.py
snaps/openstack/create_instance.py
snaps/openstack/create_network.py
snaps/openstack/tests/create_instance_tests.py
snaps/openstack/tests/create_network_tests.py
snaps/openstack/tests/create_stack_tests.py
snaps/openstack/utils/neutron_utils.py
snaps/openstack/utils/tests/neutron_utils_tests.py
snaps/test_suite_builder.py