summaryrefslogtreecommitdiff
path: root/functional/tests/identity/v2
Commit message (Collapse)AuthorAgeFilesLines
* add functional tests for identity v2Guojian Shao2015-07-173-0/+125
| | | | | | | add tests for endpoint and service. Change-Id: Iec80106d6e4c310cea1c5af262d145ac1f56525e Implements: blueprint identity-functional-tests
* add functional tests for identity v2Guojian Shao2015-07-107-88/+462
| | | | | | | | | split test_identity.py into test_user.py, test_project, etc. To make functional tests run repeatedly without raising duplicated error, clean up resources before exiting each test case. Change-Id: I8f31ccbd70f1cccdab8b3720aac179e2e399486d Implements: blueprint identity-functional-tests
* Remove unique class names because they are scopedTerryHowe2015-04-271-2/+2
| | | | | | | Remove unique class names because they are module scoped. Also, add cleanup of the tmp file in the object test. Change-Id: I8107a02b13ff87793ba1e56e0f0ad26890f24369
* Re-organize functional testsSteve Martinelli2015-04-172-0/+114
The tests should be further divded by project version, similar to the structure of the unit tests. Change-Id: Ied3a4204983cdd253c5602a60968c066038d88f2