1. 6b79aff Remove unnecessary setup_clients methods by PrernaDembla · 7 years ago
  2. 9b0f2d2 Remove unnecessary assertIsNotNone check by zhufl · 8 years ago
  3. 78c9139 Remove unnecessary checks already coverd in schema by zhufl · 8 years ago
  4. 757833a Use tempest.lib data_utils - compute by Ken'ichi Ohmichi · 8 years ago
  5. 6c92edf Switch to decorators.idempotent_id on compute.* by Ken'ichi Ohmichi · 8 years ago
  6. 4311dc4 Use single underscore variable in loop iteration(in compute) by zhufl · 8 years ago
  7. 5bcd7ee Add random name in base._create_keypair by zhufl · 8 years ago
  8. 64862f7 Use more specific asserts in tests by Béla Vancsics · 8 years ago
  9. a1f8713 Add tests for Nova microversion v2.2 by ghanshyam · 9 years ago
  10. dee01f2 Return complete response from compute/keypairs_client by ghanshyam · 9 years ago
  11. 78e5a8b Move common functionality to base class by Marc Koderer · 10 years ago
  12. e364bce Make keypairs_client use **kwargs by Ken'ichi Ohmichi · 10 years ago
  13. d39431f Use the prefix-embedded rand_name method by Fei Long Wang · 10 years ago
  14. 0943d9b Apply a naming rule of GET to compute clients([ik]) by Ken'ichi Ohmichi · 10 years ago
  15. 1b05daa remove gate tag (part 1) by Sean Dague · 10 years ago
  16. 4937f56 Remove hyphen from rand_name calls in compute tests by Ken'ichi Ohmichi · 10 years ago
  17. 0a95854 Merge "Remove migrated utils code" by Jenkins · 10 years ago
  18. 60b7309 Split resource_setup for compute tests by Rohan Kanade · 10 years ago
  19. 01472ff Remove migrated utils code by Matthew Treinish · 10 years ago
  20. 7579c1a Add UUIDs to all tempest tests and gate check by Chris Hoge · 10 years ago
  21. 173f0e0 Change keypair client to return one value and update tests by David Kranz · 10 years ago
  22. 9f5adf8 Remove Nova v3 API tests by Ken'ichi Ohmichi · 10 years ago
  23. 2fac831 delete all compute xml tests by Sean Dague · 10 years ago
  24. 50bb80d Migrate computev2 API tests to resource_* fixtures by Andrea Frittoli · 10 years ago
  25. 70a75b3 Inherit V2 keypair API's tests from V3 tests by Ghanshyam · 11 years ago
  26. dfabaf2 Cleanup _interface class variables in compute by Masayuki Igawa · 11 years ago
  27. e8d31a0 Remove vim headers by Masayuki Igawa · 11 years ago
  28. 58d5077 avoid resource leaks in keypairs tests by ivan-zhu · 11 years ago
  29. 6a5dfb2 Moves negative tests from api/compute/keypairs/test_keypairs by Hoisaleshwara Madan V S · 11 years ago
  30. 259c113 Cleanup using about the data_utils module and functions by Masayuki Igawa · 11 years ago
  31. 18dae64 Merge "add BaseV2ComputeTest as the base class of nova v2 api tests" by Jenkins · 11 years ago
  32. f2b0050 add BaseV2ComputeTest as the base class of nova v2 api tests by ivan-zhu · 11 years ago
  33. c3e510c Changed the exception name by Anju5 · 11 years ago
  34. 39f9722 Replace OpenStack LLC with OpenStack Foundation by ZhiQiang Fan · 11 years ago
  35. f099f80 Fixes typos in tempest/api by Chang Bo Guo · 11 years ago
  36. 2732fca moves addCleanup few lines upper to avoid potential leftovers by Giulio Fidente · 11 years ago
  37. 92f7719 removes self.fail as suggested by HACKING.rst by Giulio Fidente · 11 years ago
  38. f7f34f9 White space after # in tempest/api files by Attila Fazekas · 12 years ago
  39. e191cb1 Use assertIn and assertNotIn instead of assertTrue/assertFalse by Attila Fazekas · 12 years ago
  40. ba3985a Removes 'positive' tag from tests. by Giulio Fidente · 12 years ago
  41. e9c7702 Set smoke/gate attributes for tests in "compute" by Giampaolo Lauria · 12 years ago
  42. 1937d09 rename tests -> api by Sean Dague · 12 years ago[Renamed (99%) from tempest/tests/compute/keypairs/test_keypairs.py]
  43. 90ccaac Remove skip decorator from keypairs tests by Mauro S. M. Rodrigues · 12 years ago
  44. e04628e Standardises expected exception layout by Chris Yeoh · 12 years ago
  45. 19044d5 Simplify xml-json inheritance in compute by Attila Fazekas · 12 years ago
  46. 9465b0b Convert to use tempest attr implementation 1/2 by Chris Yeoh · 12 years ago
  47. 1feeb38 Use testtools as the base testcase class. by ivan-zhu · 12 years ago
  48. e6d8ee1 Revert "Split up XML and JSON testing." by James E. Blair · 12 years ago
  49. 58dec9d Split up XML and JSON testing. by Matthew Treinish · 12 years ago
  50. 4dd2c0b convert docstrings to comments by Sean Dague · 12 years ago
  51. 05d9fb9 Fix use of except in tempest. by Matthew Treinish · 12 years ago
  52. a83a16e Fix import order to comply with import ordering rules. by Matthew Treinish · 12 years ago
  53. 084f2c1 Skip tests broken by nova b u g 1086980. by David Kranz · 12 years ago
  54. e62b9f0 General cleanup/organization of compute tests by dwalleck · 12 years ago[Renamed from tempest/tests/compute/test_keypairs.py]
  55. e0884a3 Clean up pep8 E127 violations by Zhongyue Luo · 12 years ago
  56. 79d8d36 Clean up pep8 E128 violations by Zhongyue Luo · 12 years ago
  57. a636f53 Add xml support to keypairs_client and its tests by Mauro S. M. Rodrigues · 12 years ago
  58. ed97dca Optimized and reduced the scope of smoke tests by Daryl Walleck · 13 years ago
  59. f38eaac Refactor Tempest to be parallel-test friendly by Jay Pipes · 13 years ago
  60. 13b479b Step 1 of refactoring compute tests by Jay Pipes · 13 years ago[Renamed (91%) from tempest/tests/test_keypairs.py]
  61. 7aa7f75 Setup Nose multiprocessor config for: by Daryl Walleck · 13 years ago
  62. b74a11a Fixes bug 992149-Some new tests to test_keypairs.py and test_authorization.py by rajalakshmi-ganesan · 13 years ago
  63. 89a6857 fix for bug 992877 by ravikumar venkatesan · 13 years ago
  64. c725196 Addresses lp#948243 - Tempest handles misconfig better by Daryl Walleck · 13 years ago
  65. b4825c3 Added keypairs negative tests, removed unused client objects by Rohit Karajgi · 13 years ago
  66. 3f981df Refactor configuration setup and document config by Jay Pipes · 13 years ago
  67. 587385b Addresses lp#942382 - refactor configuration for clarity by Daryl Walleck · 13 years ago
  68. 5a23d86 Fix for bug 931712. Make keypair test work. by David Kranz · 13 years ago
  69. 2eb350f Added Keypair extension (os-keypairs) client and tests LP#900139 by kavan-patil · 13 years ago