diff options
| author | Guojian Shao <guojian@unitedstack.com> | 2015-07-04 21:40:31 +0800 |
|---|---|---|
| committer | Guojian Shao <guojian@unitedstack.com> | 2015-07-07 15:57:36 +0800 |
| commit | aa3b3c1f0f39e05c242ddfc840774d2d23f91b46 (patch) | |
| tree | 67c426f5f2e1e79fc40d56cd7f1438dd6d96d872 /test-requirements.txt | |
| parent | 60d1417c2f47006c522c6ed1b973ab3bbb84c69f (diff) | |
| download | python-openstackclient-aa3b3c1f0f39e05c242ddfc840774d2d23f91b46.tar.gz | |
add functional tests for identity v3
To make test cases more clearly, split test_identity.py
into test_user.py, test_role, etc. Add more test cases for
user, role, etc. Furthermore, to make functional tests run
repeatedly without raising duplicated error, clean up
resources before exiting each test case.
Change-Id: I1541943ad0b8d4d8d1e72822c159fda243b3d1d7
Implements: blueprint identity-functional-tests
Diffstat (limited to 'test-requirements.txt')
| -rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 4b7ca5b6..950ae373 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,3 +15,4 @@ os-testr>=0.1.0 testrepository>=0.0.18 testtools>=1.4.0 WebOb>=1.2.3 +tempest-lib>=0.6.1 |
