1. 696d1a4 Remove variable assignment that appears twice by Rami Vaknin · 12 years ago
  2. 836e478 Move out http response checking from the request by Attila Fazekas · 12 years ago
  3. 4067099 Merge "Derivate most of the RestClient's exception from the failureException" by Jenkins · 12 years ago
  4. e418744 Merge "Move the singleton to a common location" by Jenkins · 12 years ago
  5. 77e2b60 Merge "Add NotImplementedError to the abstract method" by Jenkins · 12 years ago
  6. 9652403 Derivate most of the RestClient's exception from the failureException by Attila Fazekas · 12 years ago
  7. 3e1b674 Move the singleton to a common location by Attila Fazekas · 12 years ago
  8. 0275a0d Handling rate-limit for JSON request- rest_client by rajalakshmi-ganesan · 12 years ago
  9. d236b4e Add NotImplementedError to the abstract method by Attila Fazekas · 12 years ago
  10. cadcb1f Credentials Configuration changes by Attila Fazekas · 12 years ago
  11. d65aec0 Merge "Fix flavors tests so they can be run in parallel" by Jenkins · 12 years ago
  12. 8abacf3 Fix flavors tests so they can be run in parallel by Chris Yeoh · 12 years ago
  13. fc9e333 Fix PEP8 compliance problems by Chris Yeoh · 12 years ago
  14. 7c88eb2 Allows identity endpoint to be specified as URI by Jay Pipes · 12 years ago
  15. cd8eaec Adds setting to disable SSL cert validation by Jay Pipes · 12 years ago
  16. f237ccb Fix T401 and T402 errors by Sean Dague · 12 years ago
  17. 481466b Initial Oslo sync for Tempest. by Matthew Treinish · 12 years ago
  18. a72ee9a Logic in rest_client incorrect "resp.status=413" by rajalakshmi-ganesan · 12 years ago
  19. d6ba4b4 Specify region by name. by K Jonathan Harker · 12 years ago
  20. 8527c8a RestClient: Don't hard code volume service name. by Dan Prince · 12 years ago
  21. e9e24dd Tempest should ignore SSL certificate validation by Jay Pipes · 12 years ago
  22. 4949439 Ensure we check for the right body by Armando Migliaccio · 12 years ago
  23. 492cd36 Merge "Fix typo that causes NameError: global name 'exception' exception" by Jenkins · 12 years ago
  24. 41de64f Fix typo that causes NameError: global name 'exception' exception by Armando Migliaccio · 12 years ago
  25. 05d9fb9 Fix use of except in tempest. by Matthew Treinish · 12 years ago
  26. a83a16e Fix import order to comply with import ordering rules. by Matthew Treinish · 12 years ago
  27. 972ac5b Merge "Empty Body testing according to the RFC2616" by Jenkins · 12 years ago
  28. 5abb253 Start making setup.py similar to other OpenStack Projects by Attila Fazekas · 12 years ago
  29. 72c7a5f Empty Body testing according to the RFC2616 by Attila Fazekas · 12 years ago
  30. 4ef897c Merge "Fix and simplify arbitrary_string. lp#1085048" by Jenkins · 12 years ago
  31. 47737d8 Fix and simplify arbitrary_string. lp#1085048 by Jaroslav Henner · 12 years ago
  32. 7ccda8c Simplify parse_image_id. by Jaroslav Henner · 12 years ago
  33. 426326e Fix issue with 404 logs on wait for delete. by Matthew Treinish · 12 years ago
  34. a23f500 Add start of the EC2/S3 API testing to tempest by Attila Fazekas · 12 years ago
  35. 6c3c780 Added Swift tests: by Larisa Ustalov · 12 years ago
  36. e62b9f0 General cleanup/organization of compute tests by dwalleck · 12 years ago
  37. d246eb4 Merge "Initial add of Swift tests" by Jenkins · 12 years ago
  38. 5d73443 Initial add of Swift tests by dwalleck · 12 years ago
  39. a4b709c Fix 'message' is not defined errors. by Dan Prince · 12 years ago
  40. 76888ee Clean up pep8 E125 violations by Zhongyue Luo · 12 years ago
  41. 30a563f Clean up pep8 E123 and E124 violations by Zhongyue Luo · 12 years ago
  42. e0884a3 Clean up pep8 E127 violations by Zhongyue Luo · 12 years ago
  43. 79d8d36 Clean up pep8 E128 violations by Zhongyue Luo · 12 years ago
  44. e471d6e Clean up pep8 E711 violations by Zhongyue Luo · 13 years ago
  45. 229845a Merge "Adds client API and tests for volume attachments" by Jenkins · 12 years ago
  46. c89003a Merge "Fix ssh.Client retval and deadlock danger LP#1038561" by Jenkins · 12 years ago
  47. 6ec6fc2 make the rand_name value shorter by Ionuț Arțăriși · 12 years ago
  48. a42fe44 Adds client API and tests for volume attachments by Rohit Karajgi · 12 years ago
  49. ab32784 Fix ssh.Client retval and deadlock danger LP#1038561 by Jaroslav Henner · 13 years ago
  50. ba6cb16 Add a RestClient variant that sends and expects XML by Dan Smith · 13 years ago
  51. 98e66dd Addresses lp#1004971 by Daryl Walleck · 13 years ago
  52. 051075a Addition of base Smoke and Whitebox tests by Jay Pipes · 13 years ago
  53. 28e35c5 Remove skips for resolved bugs and fixed some coding errors in tests. by David Kranz · 13 years ago
  54. edba062 Add skip for disabled user test until associated bug is fixed by Jay Pipes · 13 years ago
  55. c18d8c6 Add tests for volume attach and detach by Dan Smith · 13 years ago
  56. 6aceb4a Wait for resource deletion after 202 response. Fixes bug 1007447. by David Kranz · 13 years ago
  57. d2a28af Fixes lp:1002135. Minor re-factor to rest client by Rohit Karajgi · 13 years ago
  58. 6b9b288 Adds instance_utils library and initial SSH tests by Daryl Walleck · 13 years ago
  59. 6b1e154 Fixes bug/902405. Adds users tests and methods to admin client by Rohit Karajgi · 13 years ago
  60. e81e01d Merge " Adds an identity admin client and API tests for keystone roles." by Jenkins · 13 years ago
  61. aeddf63 Moved parse_image_id() to data_utils by Rohit Karajgi · 13 years ago
  62. 8ed39ac Adds an identity admin client and API tests for keystone roles. by chris fattarsi · 13 years ago
  63. 5098fa2 Clients subclass the RestClient to allow attributes to be by chris fattarsi · 13 years ago
  64. 180fed1 Fix and simplify reboot stress test. Add new env stuff. by David Kranz · 13 years ago
  65. 3f981df Refactor configuration setup and document config by Jay Pipes · 13 years ago
  66. 1ae147e Merge "Addresses lp#940832" by Jenkins · 13 years ago
  67. a22f57b Fixes lp#960647 by Daryl Walleck · 13 years ago
  68. ced8eb8 Addresses lp#940832 by Daryl Walleck · 13 years ago
  69. 587385b Addresses lp#942382 - refactor configuration for clarity by Daryl Walleck · 13 years ago
  70. a559897 Redrive rate limited API calls. by Eoghan Glynn · 13 years ago
  71. b90a1a6 Addresses lp#933845 * Changed config to use catalog type instead of catalog name by Daryl Walleck · 13 years ago
  72. 5a23d86 Fix for bug 931712. Make keypair test work. by David Kranz · 13 years ago
  73. 8a707db Addresses LP#917976 * Adds basic logging when exceptions occur by Daryl Walleck · 13 years ago
  74. 2b68e8e Merge "Fixes LP#920812 - KeyError: 'overLimit' on 413 return" by Jenkins · 13 years ago
  75. 745259c Fixes LP #920782 - Malformed request URL by Jay Pipes · 13 years ago
  76. 9b04384 Fixes LP#920812 - KeyError: 'overLimit' on 413 return by Jay Pipes · 13 years ago
  77. 5135bfc Rework exceptions in Tempest by Jay Pipes · 13 years ago
  78. e2d46b4 RestClient to target specific services in Keystone catalog by Adam Gandelman · 13 years ago
  79. f008703 Added filter tests to list images tests, addresses lp bug 900088 by Daryl Walleck · 13 years ago
  80. 7fb1efa Fixed issue with white space after pep8 review by donald-ngo · 13 years ago
  81. 738cd63 General test cleanup by Brian Waldon · 13 years ago
  82. 12d9b29 PEP8 fixes. by Brian Lamar · 13 years ago
  83. ed8bef3 Changes the namespace from storm to tempest, as well as adding addition tests and improvements by Daryl Walleck · 13 years ago