diff options
| author | Zuul <zuul@review.openstack.org> | 2019-03-15 15:52:51 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-03-15 15:52:51 +0000 |
| commit | 17a2c67de92d0d2bc9650aa0f21766cd2595369e (patch) | |
| tree | 9f087a96e9e96729e1f2e603d202f4461154b66d /openstackclient/tests/functional/network/v2/common.py | |
| parent | 25ea59e8d0d1d15ef5d044254dc539e72f6df492 (diff) | |
| parent | 7741347041b078ca4d687597897194d7797d202d (diff) | |
| download | python-openstackclient-17a2c67de92d0d2bc9650aa0f21766cd2595369e.tar.gz | |
Merge "Fix service discovery in functional tests"
Diffstat (limited to 'openstackclient/tests/functional/network/v2/common.py')
| -rw-r--r-- | openstackclient/tests/functional/network/v2/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/functional/network/v2/common.py b/openstackclient/tests/functional/network/v2/common.py index a18bc48f..5243ecd0 100644 --- a/openstackclient/tests/functional/network/v2/common.py +++ b/openstackclient/tests/functional/network/v2/common.py @@ -22,7 +22,7 @@ class NetworkTests(base.TestCase): @classmethod def setUpClass(cls): super(NetworkTests, cls).setUpClass() - cls.haz_network = base.is_service_enabled('network') + cls.haz_network = cls.is_service_enabled('network') class NetworkTagTests(NetworkTests): |
