summaryrefslogtreecommitdiff
path: root/functional/tests/test_identity.py
Commit message (Collapse)AuthorAgeFilesLines
* Followup for ec2 credentials command fixDean Troyer2014-12-051-0/+46
| | | | | | | | Add functional tests for 'ec2 credentials' commands. Also fix tenant_id in output for create and show. Change-Id: I6ba3249b67408571624709e17f8aa2ac6d80237d
* Fix issue token for v3Steve Martinelli2014-10-111-0/+6
| | | | | | | | Currently the code is broken as it references a part of keystoneclient that does not exist. Change-Id: I7fbc754537fbb4acffb166b5854840acfaef1fb8 Closes-Bug: #1379871
* Create a whole slew of functional tests for identitySteve Martinelli2014-10-011-6/+112
| | | | | | Complete the remaining identity v2 and v3 functional tests Change-Id: I193fd95e58a38caeb66d37c17cde75b983c48ca0
* Add functional tests to oscSteve Martinelli2014-10-011-0/+35
Create a script that kicks off function tests that exercise openstackclient commands against a cloud. If no keystone/openstack process is detected, a devstack instance is spun up and the tests are run against that. There is also a hook added to tox.ini so that we can run these tests easily from a gate job. Change-Id: I3cc8b2b800de7ca74af506d2c7e8ee481fa985f0