tempest/tempest/api/identity/v2
Yaroslav Lobankov cbcb611173 Adding a note to 'test_update_user_password' test for Keystone V2
A note with time.sleep(1) were added for consistency like it is done
for the corresponding tests in [1]. Also, a few typos were fixed and
weird self.assertEqual(...)

    subject_token = resp['x-subject-token']
    ...
    self.assertEqual(resp['x-subject-token'], subject_token)

was deleted.

[1] https://review.openstack.org/#/c/275497/

Change-Id: I9cdd49a5361e21205a470da21d5cf69ce5b464bf
2016-03-09 20:48:51 -06:00
..
__init__.py Non-admin token tests for Keystone API 2015-03-25 21:28:35 +00:00
test_api_discovery.py Apply a naming rule of GET to v2 keystone clients 2015-11-09 13:31:00 +00:00
test_ec2_credentials.py Use tempest.lib code in tempest 2016-02-24 10:43:59 -05:00
test_tenants.py Use tempest.lib code in tempest 2016-02-24 10:43:59 -05:00
test_tokens.py Expanded assertion in test_create_token for keystone v2, v3 2015-07-07 12:02:30 +03:00
test_users.py Adding a note to 'test_update_user_password' test for Keystone V2 2016-03-09 20:48:51 -06:00