1. bf41e10 Add missing methods to xml admin_client. by Matthew Treinish · 12 years ago
  2. 23d4080 Merge "ensure we wait for server deletes" by Jenkins · 12 years ago
  3. 0f649bd Merge "Update gitignore because of oslo setup.py" by Jenkins · 12 years ago
  4. 45e9bfd Merge "Fix tenant leaking in test_tenants.py" by Jenkins · 12 years ago
  5. 0a13afe ensure we wait for server deletes by Sean Dague · 12 years ago
  6. 631df48 Use real capabilites for volume type instead of fake ones by Zhiteng Huang · 12 years ago
  7. 2e309e6 Update gitignore because of oslo setup.py by Matthew Treinish · 12 years ago
  8. 29843cc Merge "Add tools/tempest_coverage.py script." by Jenkins · 12 years ago
  9. 40ec123 Fix tenant leaking in test_tenants.py by Attila Fazekas · 12 years ago
  10. d8fe182 Merge "Fix parsing of addresses. lp#1074039" by Jenkins · 12 years ago
  11. 9382598 Merge "Fix boto lib config" by Jenkins · 12 years ago
  12. d15705b Add tools/tempest_coverage.py script. by Matthew Treinish · 12 years ago
  13. 59889b7 Merge "Fix T401 and T402 errors" by Jenkins · 12 years ago
  14. 93f19e8 Fix parsing of addresses. lp#1074039 by Jaroslav Henner · 12 years ago
  15. 4701bb0 Merge "fix file injection test to not assume /etc is present" by Jenkins · 12 years ago
  16. f237ccb Fix T401 and T402 errors by Sean Dague · 12 years ago
  17. d18cfe5 tempest error codes should start with T by Sean Dague · 12 years ago
  18. 1ab2e9e Fix boto lib config by Attila Fazekas · 12 years ago
  19. 97449cc add hacking.py rule to prevent docstrings by Sean Dague · 12 years ago
  20. c6081cf fix file injection test to not assume /etc is present by Pádraig Brady · 12 years ago
  21. 64ef48d convert docstrings to comments by Sean Dague · 12 years ago
  22. 46c4a2b convert docstrings to comments by Sean Dague · 12 years ago
  23. 72a0038 convert docstrings to comments by Sean Dague · 12 years ago
  24. 4dd2c0b convert docstrings to comments by Sean Dague · 12 years ago
  25. a4850ca Merge "Fix venv for ./run_tests.sh -p" by Jenkins · 12 years ago
  26. 5c40314 Merge "Add python-quantumclient to pip-requires" by Jenkins · 12 years ago
  27. a1343de Fixes PEP8 error E121 by Zhongyue Luo · 12 years ago
  28. 0cc26b6 Fix venv for ./run_tests.sh -p by Matthew Treinish · 12 years ago
  29. 44f96b1 Merge "Use oslo cfg module for tempest config.py" by Jenkins · 12 years ago
  30. fc0ee88 Merge "Initial Oslo sync for Tempest." by Jenkins · 12 years ago
  31. 39e48ef Use oslo cfg module for tempest config.py by Matthew Treinish · 12 years ago
  32. 481466b Initial Oslo sync for Tempest. by Matthew Treinish · 12 years ago
  33. 3447fa1 Add python-quantumclient to pip-requires by Maru Newby · 12 years ago
  34. 14a6015 add run_tests.sh option to not capture stdout by Sean Dague · 12 years ago
  35. 8dc9cfe Merge "Addition of XML support to test_console_output.py" by Jenkins · 12 years ago
  36. 56c86bf Merge "Tests to check few object actions anonymously" by Jenkins · 12 years ago
  37. d793d69 Addition of XML support to test_console_output.py by rajalakshmi-ganesan · 12 years ago
  38. a72ee9a Logic in rest_client incorrect "resp.status=413" by rajalakshmi-ganesan · 12 years ago
  39. 6ab397b Tests to check few object actions anonymously by harika-vakadi · 12 years ago
  40. 87da0df Merge "Add error handling to smoke test cleanup." by Jenkins · 12 years ago
  41. acf72b4 Merge "Remove unused imports." by Jenkins · 12 years ago
  42. ba69fe2 Merge "Do not limit the max versions in the requirements" by Jenkins · 12 years ago
  43. 3f4c292 Merge "Fix sample conf for compatability with devstack." by Jenkins · 12 years ago
  44. 56aa721 Remove unused imports. by Matthew Treinish · 12 years ago
  45. a3e283d Add error handling to smoke test cleanup. by Maru Newby · 12 years ago
  46. 4812d42 Merge "Negative Cinder tests for Volume Types,extra specs" by Jenkins · 12 years ago
  47. 54be282 Merge "Specify region by name." by Jenkins · 12 years ago
  48. c961155 Do not limit the max versions in the requirements by Attila Fazekas · 12 years ago
  49. b3501ef Negative Cinder tests for Volume Types,extra specs by Rohan Rhishikesh Kanade · 12 years ago
  50. 22ec5d9 Fix sample conf for compatability with devstack. by Maru Newby · 12 years ago
  51. d6ba4b4 Specify region by name. by K Jonathan Harker · 12 years ago
  52. 8e937d7 Fix use of venv in Tempest. by Matthew Treinish · 12 years ago
  53. e7b9be6 Merge "Test to GET public-readable container's object" by Jenkins · 12 years ago
  54. cd825a8 Merge "Test Case to check "swift object expiry"" by Jenkins · 12 years ago
  55. 6fa1ca5 Test Case to check "swift object expiry" by ravikumar-venkatesan · 12 years ago
  56. 0c38121 Merge "Add smoke tests for quantum." by Jenkins · 12 years ago
  57. 4d87cb6 Merge "Add admin credential config for network client." by Jenkins · 12 years ago
  58. fa241d1 Merge "Fix smoke tests to delete resources synchronously." by Jenkins · 12 years ago
  59. 8527c8a RestClient: Don't hard code volume service name. by Dan Prince · 12 years ago
  60. 81f07a0 Add smoke tests for quantum. by Maru Newby · 12 years ago
  61. b72f37c Add admin credential config for network client. by Maru Newby · 12 years ago
  62. 86d51e3 Fix smoke tests to delete resources synchronously. by Maru Newby · 12 years ago
  63. 91ff6d6 Merge "ensure servers are deleted between tests" by Jenkins · 12 years ago
  64. 94bc186 Merge "add create_server_with_extras" by Jenkins · 12 years ago
  65. 1a9ad61 Test to GET public-readable container's object by harika-vakadi · 12 years ago
  66. a7ec96a Merge "Check images by ids, not by count. lp#1088515" by Jenkins · 12 years ago
  67. dd523b1 ensure servers are deleted between tests by Sean Dague · 12 years ago
  68. d54dfa9 Merge "Add num_retries configuration option" by Jenkins · 12 years ago
  69. 9b669e3 add create_server_with_extras by Sean Dague · 12 years ago
  70. e8096fa Merge "Add ability to skip disk_config tests regardless of extension status" by Jenkins · 12 years ago
  71. 25b2c1a Merge "Adds paramiko to pip-requires" by Jenkins · 12 years ago
  72. 72604c5 Check images by ids, not by count. lp#1088515 by Jaroslav Henner · 12 years ago
  73. f7f2d93 Add num_retries configuration option by Attila Fazekas · 12 years ago
  74. e9e24dd Tempest should ignore SSL certificate validation by Jay Pipes · 12 years ago
  75. 1a6425e Adds paramiko to pip-requires by Jay Pipes · 12 years ago
  76. 4949439 Ensure we check for the right body by Armando Migliaccio · 12 years ago
  77. 69ac3cd Merge "Improve pep8 checks to be similar to those in nova" by Jenkins · 12 years ago
  78. 32cb322 Merge "Fix pep8 failures in tests for Volume Types and extra specs" by Jenkins · 12 years ago
  79. b8cc220 Add ability to skip disk_config tests regardless of extension status by Armando Migliaccio · 12 years ago
  80. 463116a Merge "Enable EC2 Create volume from snapshot" by Jenkins · 12 years ago
  81. a754a7f Merge "fix formatting errors to help debugging" by Jenkins · 12 years ago
  82. 492cd36 Merge "Fix typo that causes NameError: global name 'exception' exception" by Jenkins · 12 years ago
  83. 7e1ac59 Merge "Remove tempest.conf.tpl" by Jenkins · 12 years ago
  84. 8b37289 Improve pep8 checks to be similar to those in nova by Matthew Treinish · 12 years ago
  85. c18b60e Fix pep8 failures in tests for Volume Types and extra specs by Matthew Treinish · 12 years ago
  86. 77ec5e4 Merge "Fix pep8 violations in stress tests" by Jenkins · 12 years ago
  87. 6d48987 Merge "Assign TODO to committer." by Jenkins · 12 years ago
  88. 11420ab Merge "Fix use of except in tempest." by Jenkins · 12 years ago
  89. 34afe48 Merge "Fix import order to comply with import ordering rules." by Jenkins · 12 years ago
  90. efd53b9 Merge "Enabling the tests of floating ip script test_floating_ips_actions.py that were skipped due to bug #957706." by Jenkins · 12 years ago
  91. 2c8e28e Merge "Adds Cinder tests for Volume Types and extra specs" by Jenkins · 12 years ago
  92. 93225f6 fix formatting errors to help debugging by Armando Migliaccio · 12 years ago
  93. 41de64f Fix typo that causes NameError: global name 'exception' exception by Armando Migliaccio · 12 years ago
  94. ec6d20f Enable EC2 Create volume from snapshot by Attila Fazekas · 12 years ago
  95. 59f4974 Enabling the tests of floating ip script test_floating_ips_actions.py by nithya-ganesan · 12 years ago
  96. 8d6836b Fix pep8 violations in stress tests by Matthew Treinish · 12 years ago
  97. 73649d2 Assign TODO to committer. by Matthew Treinish · 12 years ago
  98. 05d9fb9 Fix use of except in tempest. by Matthew Treinish · 12 years ago
  99. a83a16e Fix import order to comply with import ordering rules. by Matthew Treinish · 12 years ago
  100. 9bc1a2b Reenable security group related test case by Attila Fazekas · 12 years ago