diff options
| author | Kyrylo Romanenko <kromanenko@mirantis.com> | 2016-04-13 19:09:07 +0300 |
|---|---|---|
| committer | Kyrylo Romanenko <kromanenko@mirantis.com> | 2016-04-13 19:09:07 +0300 |
| commit | 573bb6b941199d32e016257f37c649ea804484a3 (patch) | |
| tree | 8f5b075ad84232e39ed7a56bbf501f370ec689c1 /functional/tests/identity | |
| parent | 7b7620ab845e9e40e88c54910f0db4ecbe9c6033 (diff) | |
| download | python-openstackclient-573bb6b941199d32e016257f37c649ea804484a3.tar.gz | |
Use CommandFailed exception from tempest_lib
Remove exceptions.py from functional/common.
Import exception with the same code from the tempest_lib to tests.
Change-Id: Ifaa658209c18dd608836079f57ed18fcf10fb84e
Diffstat (limited to 'functional/tests/identity')
| -rw-r--r-- | functional/tests/identity/v2/test_user.py | 2 | ||||
| -rw-r--r-- | functional/tests/identity/v3/test_domain.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/functional/tests/identity/v2/test_user.py b/functional/tests/identity/v2/test_user.py index 41895e7e..a0c1a46b 100644 --- a/functional/tests/identity/v2/test_user.py +++ b/functional/tests/identity/v2/test_user.py @@ -11,8 +11,8 @@ # under the License. from tempest_lib.common.utils import data_utils +from tempest_lib import exceptions -from functional.common import exceptions from functional.tests.identity.v2 import test_identity diff --git a/functional/tests/identity/v3/test_domain.py b/functional/tests/identity/v3/test_domain.py index a60028b4..221efd6a 100644 --- a/functional/tests/identity/v3/test_domain.py +++ b/functional/tests/identity/v3/test_domain.py @@ -11,8 +11,8 @@ # under the License. from tempest_lib.common.utils import data_utils +from tempest_lib import exceptions -from functional.common import exceptions from functional.tests.identity.v3 import test_identity |
