1. f0462a1 remove smoke tag from admin tests by Sean Dague · 10 years ago
  2. 1b05daa remove gate tag (part 1) by Sean Dague · 10 years ago
  3. 9650847 Remove hyphen from rand_name calls in identity tests by Ken'ichi Ohmichi · 10 years ago
  4. 01472ff Remove migrated utils code by Matthew Treinish · 10 years ago
  5. c429e6a Move identity v2 tests to their own folders by Jamie Lennox · 10 years ago[Renamed from tempest/api/identity/admin/test_users.py]
  6. 7579c1a Add UUIDs to all tempest tests and gate check by Chris Hoge · 10 years ago
  7. c097835 Drop the legacy and un-used _interface by Andrea Frittoli · 10 years ago
  8. b7afa92 Change v2 identity client methods to return one value by David Kranz · 10 years ago
  9. d428519 part 2 of delete xml by Sean Dague · 11 years ago
  10. 7688e74 Migrate identity API tests to resource_* fixtures by Andrea Frittoli · 11 years ago
  11. fb3efa7 Move success response checking to the token client by David Kranz · 11 years ago
  12. e9d2f42 First part of moving success response checking to identity client by David Kranz · 11 years ago
  13. ff5c354 tests the user-password-update for Keystone V2 API by Abhijeet.Jain · 11 years ago
  14. ba7bcf6 Prepare for enabling H302 (identity,volume,etc.) by Masayuki Igawa · 11 years ago
  15. db2c597 Make v2 and v3 identity apis configurable by Matthew Treinish · 11 years ago
  16. 8bbdb16 Multiversion authentication part1 by Andrea Frittoli · 11 years ago
  17. e8d31a0 Remove vim headers by Masayuki Igawa · 11 years ago
  18. 22af34e Remove unused code in user test by huangtianhua · 12 years ago
  19. a2ccca0 Fix to use proper random values by Masayuki Igawa · 12 years ago
  20. fc8db4f add some tests for user api by huangtianhua · 12 years ago
  21. 39f9722 Replace OpenStack LLC with OpenStack Foundation by ZhiQiang Fan · 12 years ago
  22. ea9ad39 Merge "Add keystone user-update test" by Jenkins · 12 years ago
  23. b36b2f1 Add keystone user-update test by Chang Bo Guo · 12 years ago
  24. fc77e93 assertEquals is deprecated, use assertEqual by Chang Bo Guo · 12 years ago
  25. f099f80 Fixes typos in tempest/api by Chang Bo Guo · 12 years ago
  26. 7e42dd3 Merge "Protected matcher import" by Jenkins · 12 years ago
  27. 081464b Remove identity race condition by Adalberto Medeiros · 12 years ago
  28. 4ecef7d Protected matcher import by Attila Fazekas · 12 years ago
  29. f7f34f9 White space after # in tempest/api files by Attila Fazekas · 12 years ago
  30. e191cb1 Use assertIn and assertNotIn instead of assertTrue/assertFalse by Attila Fazekas · 12 years ago
  31. 114b6ae Proposing a change to remove user validation tests by Prem Karat · 12 years ago
  32. 3c3a4b8 Add negative tests label. by Alvaro Lopez Garcia · 12 years ago
  33. 250ba60 Increase to 255 the length of the user name. by Alvaro Lopez Garcia · 12 years ago
  34. ba3985a Removes 'positive' tag from tests. by Giulio Fidente · 12 years ago
  35. e9c7702 Set smoke/gate attributes for tests in "compute" by Giampaolo Lauria · 12 years ago
  36. 1937d09 rename tests -> api by Sean Dague · 12 years ago[Renamed (99%) from tempest/tests/identity/admin/test_users.py]
  37. ea29495 Set smoke/gate attributes for tests in "identity" by Giampaolo Lauria · 12 years ago
  38. b2ca5ca Finish up flake8 conversion. by Monty Taylor · 12 years ago
  39. c17be89 Replace try/except/else with self.assertRaises by donald-ngo · 12 years ago
  40. 770e5a4 Normalize skip bug format. by Matthew Treinish · 12 years ago
  41. 0d0c616 Simplify xml-json inheritance in identity by Attila Fazekas · 12 years ago
  42. 7ed6207 Cleanup of identity/admin/test_users.py by Chris Yeoh · 12 years ago
  43. 01cb279 Convert to use tempest attr implementation 2/2 by Chris Yeoh · 12 years ago
  44. 1feeb38 Use testtools as the base testcase class. by ivan-zhu · 12 years ago
  45. e6d8ee1 Revert "Split up XML and JSON testing." by James E. Blair · 12 years ago
  46. 58dec9d Split up XML and JSON testing. by Matthew Treinish · 12 years ago
  47. 9279f3a Merge "Fix test_authentication_with_invalid_tenant" by Jenkins · 12 years ago
  48. 51753f0 Merge "Fix test_authentication_when_tenant_is_disabled" by Jenkins · 12 years ago
  49. d3b80fa Merge "Remove skips that are no longer necessary" by Jenkins · 12 years ago
  50. 2a9653e Fix test_authentication_with_invalid_tenant by Giampaolo Lauria · 12 years ago
  51. afd7158 Fix test_authentication_when_tenant_is_disabled by Giampaolo Lauria · 12 years ago
  52. 26962f5 Remove skips that are no longer necessary by Giampaolo Lauria · 12 years ago
  53. fa2adf9 ensure setup_test_user has been called before using test_user by ivan-zhu · 12 years ago
  54. 46c4a2b convert docstrings to comments by Sean Dague · 12 years ago
  55. a83a16e Fix import order to comply with import ordering rules. by Matthew Treinish · 13 years ago
  56. e0884a3 Clean up pep8 E127 violations by Zhongyue Luo · 13 years ago
  57. 79d8d36 Clean up pep8 E128 violations by Zhongyue Luo · 13 years ago
  58. 6b8a7b7 Add XML support for test cases under identity admin. by Vincent Hou · 13 years ago
  59. efc8bd7 Fixes bug 902402- Integration Testcases for Keystone - users, Roles, and tenants by rajalakshmi-ganesan · 13 years ago
  60. 28e35c5 Remove skips for resolved bugs and fixed some coding errors in tests. by David Kranz · 13 years ago
  61. edba062 Add skip for disabled user test until associated bug is fixed by Jay Pipes · 13 years ago
  62. f38eaac Refactor Tempest to be parallel-test friendly by Jay Pipes · 13 years ago[Renamed (92%) from tempest/tests/identity/test_users.py]
  63. 6b1e154 Fixes bug/902405. Adds users tests and methods to admin client by Rohit Karajgi · 13 years ago