1. 0ea2c01 Break wait_for_volume_resource_status when error_extending by zhufl · 6 years ago
  2. 7446709 Remove unused RFCViolation by zhufl · 7 years ago
  3. cd36841 Move test decorators to common by Andrea Frittoli · 7 years ago
  4. b19c55d Migrate the preprov creds module to tempest lib by Matthew Treinish · 7 years ago
  5. 07acf26 Move InvalidServiceTag by Andrea Frittoli · 8 years ago
  6. 52d7b0d Add a generic "wait_for_volume_resource_status" function by lkuchlan · 8 years ago
  7. 1395435 Get server fault if snapshot fails by Matt Riedemann · 8 years ago
  8. ebb15f2 Delete TimeoutException in tempest/exceptions.py by guo yunxian · 8 years ago
  9. 4217a70 Move InvalidConfiguration exception to tempest.lib by Matthew Treinish · 8 years ago
  10. 9eabc33 Migrate backups clients to tempest.lib by David Paterson · 8 years ago
  11. 5ba5d64 Merge "Add server_id in exception ServerUnreachable" by Jenkins · 8 years ago
  12. 99debda Fix typo about message of exception by guo yunxian · 8 years ago
  13. 955f82b Add server_id in exception ServerUnreachable by zhufl · 8 years ago
  14. af4f7cf Cleanup exceptions in tempest by Andrea Frittoli (andreaf) · 9 years ago
  15. 1370baf Remove few refercences left to tempest-lib by Andrea Frittoli (andreaf) · 9 years ago
  16. 374d380 Remove definitions of unused exception classes. by Jordan Pittier · 9 years ago
  17. 1f47cf9 Migrated microversion testing framework to tempest/lib by Ghanshyam · 9 years ago
  18. d2e7a0a Add new exception InvalidAPIVersionRange for microversion by Ghanshyam · 9 years ago
  19. 77f3f90 Add support of schema versioning for microversion by Ghanshyam · 9 years ago
  20. 395c5b5 Makes microversions config option clear about 'None' by Ghanshyam · 9 years ago
  21. 4d237e7 Add the base microversions test part by Ken'ichi Ohmichi · 9 years ago
  22. 940f8c6 Drop fixed_network dependency from CONF by Andrea Frittoli (andreaf) · 9 years ago
  23. 2e2ee19 Fix H404/405 violations for remaining by Ken'ichi Ohmichi · 9 years ago
  24. 367c693 Fix missing value types for log message by ghanshyam · 9 years ago
  25. f77e7dc Handle 'error_restoring' status in wait_for_volume_status by Matt Riedemann · 9 years ago
  26. 6472376 Remove common/ssh.py due to migration to tempest_lib by Andrey Pavlov · 10 years ago
  27. 0fe93ae Merge "Remove auth_version config from get_credentials" by Jenkins · 10 years ago
  28. 29d554f Change tempest Unauthorized exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  29. bfa0760 Change tempest NotFound exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  30. d938876 Change tempest Conflict exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  31. 90c914e Change tempest OverLimit exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  32. 878d5ab Remove auth_version config from get_credentials by Andrea Frittoli · 10 years ago
  33. d5f3b6c Change tempest InvalidContentType exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  34. dd75908 Change tempest UnprocessableEntity exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  35. 9a77c92 Remove unused exceptions by Masayuki Igawa · 10 years ago
  36. ce34d2f Remove UnexpectedResponseCode exception by Masayuki Igawa · 10 years ago
  37. 4ca14f6 Remove RestClientException inheritance by Ken'ichi Ohmichi · 10 years ago
  38. 43a694a Raise a new exception NotImplemented for HTTP501 by Ken'ichi Ohmichi · 10 years ago
  39. c240bcc Change rest client exceptions' inheritances by Ken'ichi Ohmichi · 10 years ago
  40. 53c963a Make InvalidServiceTag inherit from TempestException by Ken'ichi Ohmichi · 10 years ago
  41. 1d14c54 Enable E128 ignore E129 by Matthew Treinish · 11 years ago
  42. aeb5274 Move CommandFailed exception to tempest.exceptions by Matthew Treinish · 10 years ago
  43. 3ce1f8e Merge "Add a lacking message format letter 's'" by Jenkins · 11 years ago
  44. 89ba568 Add a lacking message format letter 's' by Masayuki Igawa · 11 years ago
  45. 57b384b Add a response header validation by Ken'ichi Ohmichi · 11 years ago
  46. 8bdf6e3 Move exceptions back into one place by Matthew Treinish · 11 years ago
  47. 82411ed Implement pluggability for tempest (exceptions) by vponomaryov · 11 years ago
  48. 74b08ad Adds cinder backup functional tests by Giulio Fidente · 11 years ago
  49. a0e786a Cleanup exceptions by Masayuki Igawa · 11 years ago
  50. e8d31a0 Remove vim headers by Masayuki Igawa · 11 years ago
  51. 433994a Handle rest client 500 response if non-json body by Rohan Kanade · 11 years ago
  52. 9dfb907 Fixing ImageKilledException raising by Attila Fazekas · 11 years ago
  53. 195f1d4 Early die if on image gets killed by Attila Fazekas · 11 years ago
  54. c3e510c Changed the exception name by Anju5 · 11 years ago
  55. 39f9722 Replace OpenStack LLC with OpenStack Foundation by ZhiQiang Fan · 11 years ago
  56. 54a4286 Remove wait_for_image_resp_code by Attila Fazekas · 11 years ago
  57. 16c4379 Add @services decorator by Matthew Treinish · 11 years ago
  58. b86cda9 Add tenant isolation for scenario tests by Matthew Treinish · 11 years ago
  59. c60e4e3 A Heat client which does basic stack operations. by Steve Baker · 12 years ago
  60. a9b54c6 Catching new exception while disassociating a disassociated floating ip by Wangpan · 12 years ago
  61. 3d885ef Merge "Add an images client." by Jenkins · 12 years ago
  62. 72ea442 Add an images client. by Matthew Treinish · 12 years ago
  63. 36b1fcf Add a volume from snapshot test case by Attila Fazekas · 12 years ago
  64. 4322bb7 clean the unittest2. by ivan-zhu · 12 years ago
  65. 9652403 Derivate most of the RestClient's exception from the failureException by Attila Fazekas · 12 years ago
  66. f237ccb Fix T401 and T402 errors by Sean Dague · 12 years ago
  67. 93225f6 fix formatting errors to help debugging by Armando Migliaccio · 12 years ago
  68. 72c7a5f Empty Body testing according to the RFC2616 by Attila Fazekas · 12 years ago
  69. a23f500 Add start of the EC2/S3 API testing to tempest by Attila Fazekas · 12 years ago
  70. ab32784 Fix ssh.Client retval and deadlock danger LP#1038561 by Jaroslav Henner · 12 years ago
  71. 051075a Addition of base Smoke and Whitebox tests by Jay Pipes · 13 years ago
  72. edba062 Add skip for disabled user test until associated bug is fixed by Jay Pipes · 13 years ago
  73. 74f6851 Added an AddImageException to exceptions.py and modified images_client to use this exception rather than BuildErrorException. by Katherine Elliott · 13 years ago
  74. 0397115 Merge "Adds instance_utils library and initial SSH tests" by Jenkins · 13 years ago
  75. 6b9b288 Adds instance_utils library and initial SSH tests by Daryl Walleck · 13 years ago
  76. e3bb58f Fixes bug 972673-Incorrect named parameters in BuildErrorException in test_volumes_list by rajalakshmi-ganesan · 13 years ago
  77. ced8eb8 Addresses lp#940832 by Daryl Walleck · 13 years ago
  78. 587385b Addresses lp#942382 - refactor configuration for clarity by Daryl Walleck · 13 years ago
  79. 9b04384 Fixes LP#920812 - KeyError: 'overLimit' on 413 return by Jay Pipes · 13 years ago
  80. 5135bfc Rework exceptions in Tempest by Jay Pipes · 13 years ago
  81. e2d46b4 RestClient to target specific services in Keystone catalog by Adam Gandelman · 13 years ago
  82. f008703 Added filter tests to list images tests, addresses lp bug 900088 by Daryl Walleck · 13 years ago
  83. 738cd63 General test cleanup by Brian Waldon · 13 years ago
  84. 12d9b29 PEP8 fixes. by Brian Lamar · 13 years ago
  85. ed8bef3 Changes the namespace from storm to tempest, as well as adding addition tests and improvements by Daryl Walleck · 13 years ago[Renamed (78%) from storm/exceptions.py]
  86. 7f75763 Fixes LP Bug#899383 - Cleanup config file search by Jay Pipes · 13 years ago
  87. adea1fa Added negative tests for servers by Daryl Walleck · 13 years ago
  88. e5b83d4 Added server details tests. Also re-added several files that somehow missed the initial commit by Daryl Walleck · 13 years ago
  89. 1465d61 Initial import of tests from the Zodiac project. On suggestion from Westmaas, imported tests under the nova directory by Daryl Walleck · 13 years ago