python-openstackclient/openstackclient/tests/functional/volume/v1
Glenn Van de Water 7741347041 Fix service discovery in functional tests
If a required service is not enabled then we skip the test.
The discovery is done by tests/functional/base.py:is_service_enabled
but this method is broken, credentials are not passed to the
'openstack service show' command so every call will fail and every test
that relies on it will be skipped. This commit fixed that method and
the issues that popped up when re-enabling tests.

Network segment range:
 - issue where we assumed network-segment-range extension is always
   present
 - issue where we compare integers and string representations of numbers

Subnet:
 - issue where we try to deepcopy an uncopyable object in UnsetSubnet

Change-Id: Id3cc907c1ed2a25b49cf6f4a7233e0401a02383a
Story: 2005169
Task: 29908
2019-03-13 16:16:24 +01:00
..
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
common.py Fix service discovery in functional tests 2019-03-13 16:16:24 +01:00
test_qos.py Fix properties format for volume qos in volume v1 2017-02-21 19:34:15 +08:00
test_service.py Enable some off-by-default checks 2017-06-23 16:31:48 +08:00
test_snapshot.py This fix removes an erroneous underscore found within the function named 2019-02-11 18:06:32 +00:00
test_transfer_request.py Fix broken gate jobs 2018-08-07 09:32:00 +00:00
test_volume.py volume functest: ensure snapshots deleted when volume delete 2017-06-06 01:14:20 +00:00
test_volume_type.py Fix volume type functional tests 2018-06-22 10:05:28 -05:00