1. e9c8ce8 Add missing tests for the image v2 API by Castulo J. Martinez · 9 years ago
  2. 2866e9f Merge "Use assertGreater(len(x), 0) over assertTrue(len(x) > 0)" by Jenkins · 8 years ago
  3. 42e71f5 Merge "Add test_volumes_list functions in test_volumes_list.py." by Jenkins · 8 years ago
  4. 241bbfb Merge "Use common function create_volume to create test volume" by Jenkins · 8 years ago
  5. 707a2cf Merge "Image cleanup is missing in test_create_delete_image" by Jenkins · 8 years ago
  6. 958cd60 Merge "Use random name in network common function" by Jenkins · 8 years ago
  7. b2b7fa7 Merge "Test case with list-instance-actions for deleted server" by Jenkins · 8 years ago
  8. 9faf0d2 Use assertGreater(len(x), 0) over assertTrue(len(x) > 0) by Matt Riedemann · 8 years ago
  9. a6d8c47 Merge "Correct image's random name" by Jenkins · 8 years ago
  10. 628c5bb Merge "Allow for wait in _restore_password" by Jenkins · 8 years ago
  11. 285bdab Don't rely on testtools.tests by Jordan Pittier · 8 years ago
  12. 46dba3e Merge "Set random name in common function create_server" by Jenkins · 8 years ago
  13. f09f635 Merge "Remove unnecessary name definition" by Jenkins · 8 years ago
  14. db621cd Merge "Use Cinder v2 by default in scenario tests" by Jenkins · 8 years ago
  15. 9d81d5c Merge "Fix a typo in test_security_groups.py" by Jenkins · 8 years ago
  16. 49134ed Use common function create_volume to create test volume by zhufl · 8 years ago
  17. 0bed624 Add test_volumes_list functions in test_volumes_list.py. by xianming mao · 8 years ago
  18. d2c40ca Use random name in network common function by zhufl · 8 years ago
  19. 08e4276 Correct image's random name by zhufl · 8 years ago
  20. 7867a6e Set random name in common function create_server by zhufl · 8 years ago
  21. 9cae8ec Remove unnecessary name definition by zhufl · 8 years ago
  22. aa11f58 Merge "Move InvalidConfiguration exception to tempest.lib" by Jenkins · 8 years ago
  23. 0fe3df8 Merge "Use lib version of data_utils in dynamic creds" by Jenkins · 8 years ago
  24. c852643 Merge "Move cred_provider abstract class to tempest lib" by Jenkins · 8 years ago
  25. ef3768b Merge "Remove CONF usage from dynamic_creds module" by Jenkins · 8 years ago
  26. ca689db Fix a typo in test_security_groups.py by melissaml · 8 years ago
  27. 7ee11cc Merge "Remove one-line function in test_volumes_actions" by Jenkins · 8 years ago
  28. 6faded6 Merge "Move volume service clients under tempest.lib" by Jenkins · 8 years ago
  29. e045fd5 Merge "Skip test_volume_backed_live_migration unconditionally" by Jenkins · 8 years ago
  30. 517b24e Merge "Add negative tests for deleting attached volume" by Jenkins · 8 years ago
  31. 5bea3b2 Remove testscenarios denpendency by Tianbiao Qi · 8 years ago
  32. c93fd95 Image cleanup is missing in test_create_delete_image by zhufl · 8 years ago
  33. f545e1c Merge "Reviewing guideline: ask for CRD when new test+feature flag" by Jenkins · 8 years ago
  34. 42eacd0 Merge "Fix a typo in test_networks.py" by Jenkins · 8 years ago
  35. db3acad Merge "Revert an accidental error modification of config item help message" by Jenkins · 8 years ago
  36. 7e75fcb Remove one-line function in test_volumes_actions by zhufl · 8 years ago
  37. d13d1e8 Fix a typo in test_networks.py by melissaml · 8 years ago
  38. f53947e Move volume service clients under tempest.lib by lkuchlan · 8 years ago
  39. ea8796a Skip test_volume_backed_live_migration unconditionally by Matt Riedemann · 8 years ago
  40. 65178d1 Merge "Improve error reporting when workspace not registered" by Jenkins · 8 years ago
  41. 0bad33e Revert an accidental error modification of config item help message by zhufl · 8 years ago
  42. 970a87b Merge "Stop using subprocess for testr init in tempest init" by Jenkins · 8 years ago
  43. 0d370ef Merge "Fix wording for python3.4 section in the readme" by Jenkins · 8 years ago
  44. 1e1f819 Merge "Use common func create_volume in test_volumes_actions" by Jenkins · 8 years ago
  45. 5bcb9e7 Merge "test_images_oneserver - use the addCleanup mechanism" by Jenkins · 8 years ago
  46. 0e417bb Merge "Fix assert for public networks with multiple subnets" by Jenkins · 8 years ago
  47. a0afc53 Merge "Remove unnecessary name definition" by Jenkins · 8 years ago
  48. 0cb0f9b Merge "Remove the NegativeAutoTest Framework" by Jenkins · 8 years ago
  49. 668eed2 Merge "Correct 'list index out of range' error in dhcp agent test" by Jenkins · 8 years ago
  50. 9f9180c Merge "Correct 'list index out of range' in FloatingIPDetailsTestJSON" by Jenkins · 8 years ago
  51. dbe2a59 Merge "Deprecate nova api extensions config option" by Jenkins · 8 years ago
  52. 5078e8b Deprecate nova api extensions config option by Matthew Treinish · 8 years ago
  53. 315aa21 Fix wording for python3.4 section in the readme by Matthew Treinish · 8 years ago
  54. 4ed7b86 Merge "Enable release notes translation" by Jenkins · 8 years ago
  55. 2197962 Stop using subprocess for testr init in tempest init by Matthew Treinish · 8 years ago
  56. 6a090f4 Improve error reporting when workspace not registered by Brant Knudson · 8 years ago
  57. 4217a70 Move InvalidConfiguration exception to tempest.lib by Matthew Treinish · 8 years ago
  58. 0650aed Use lib version of data_utils in dynamic creds by Matthew Treinish · 8 years ago
  59. 00ab6be Move cred_provider abstract class to tempest lib by Matthew Treinish · 8 years ago
  60. 75abbcf Remove CONF usage from dynamic_creds module by Matthew Treinish · 8 years ago
  61. 93e6a03 Merge "waiters.py: raise BackupException defined in tempest/lib" by Jenkins · 8 years ago
  62. 482e3ce Remove the NegativeAutoTest Framework by Jordan Pittier · 8 years ago
  63. ceb2b46 waiters.py: raise BackupException defined in tempest/lib by Xinli Guan · 8 years ago
  64. 52225ec Merge "Fallback to creds provider for fixed IP network if no network_for_ssh" by Jenkins · 8 years ago
  65. 80d8641 Merge "Fix docstrings in Tempest REST client for Ironic" by Jenkins · 8 years ago
  66. f8c405d Merge "Add test list namespace function" by Jenkins · 8 years ago
  67. c3f76be Use Cinder v2 by default in scenario tests by Jordan Pittier · 8 years ago
  68. d9deee8 Merge "Remove unused func _detach" by Jenkins · 8 years ago
  69. 6b3fbaa Merge "Remove redundant assert judgement" by Jenkins · 8 years ago
  70. 1c0fcf7 Merge "Merge very similar code in test_volume_readonly_update" by Jenkins · 8 years ago
  71. de790f8 Merge "Correct a misleading in docstring" by Jenkins · 8 years ago
  72. 1ac2bd6 Merge "Add port parameter to ssh Client" by Jenkins · 8 years ago
  73. d6b084a Merge "Isolate change_server_password to use its own server" by Jenkins · 8 years ago
  74. 9ba5a1e Correct 'list index out of range' in FloatingIPDetailsTestJSON by zhufl · 8 years ago
  75. d004afa Add test list namespace function by Li Wei · 8 years ago
  76. ed978bf Correct 'list index out of range' error in dhcp agent test by zhufl · 8 years ago
  77. 4f1ec14 Merge "Use a common method for is a router interface" by Jenkins · 8 years ago
  78. 1315e18 Isolate change_server_password to use its own server by Emily Hugenbruch · 8 years ago
  79. d6f589e Merge "Remove Sahara tests from Tempest" by Jenkins · 8 years ago
  80. 0a972c6 Merge "Remove over-comment" by Jenkins · 8 years ago
  81. 0981f1f Merge "Add 'code-block' and revise tab" by Jenkins · 8 years ago
  82. c69c1de Merge "Add list the primary tenant" by Jenkins · 8 years ago
  83. 152e4c7 Remove unnecessary name definition by zhufl · 8 years ago
  84. 51ca7b8 Merge "Correct improper assert judgement" by Jenkins · 8 years ago
  85. 55b4cfd Add port parameter to ssh Client by Masayuki Igawa · 9 years ago
  86. 8940344 Use common func create_volume in test_volumes_actions by zhufl · 8 years ago
  87. 95a50e9 Remove unused func _detach by zhufl · 8 years ago
  88. ea84f8e Correct improper assert judgement by zhufl · 8 years ago
  89. 5d1ceb3 Remove redundant assert judgement by zhufl · 8 years ago
  90. f9b4694 Merge very similar code in test_volume_readonly_update by zhufl · 8 years ago
  91. f65b1f8 Remove unnecessary wait-for-volume-available by zhufl · 8 years ago
  92. 88a7e09 Add list the primary tenant by guo yunxian · 8 years ago
  93. 4d547c1 Add negative tests for deleting attached volume by Ken'ichi Ohmichi · 8 years ago
  94. 268cd65 Updated from global requirements by OpenStack Proposal Bot · 8 years ago
  95. d7e08a6 Use a common method for is a router interface by Attila Fazekas · 8 years ago
  96. 9640607 Merge "Add v13.0.0 release note page" by Jenkins · 8 years ago
  97. 16b174c Merge "Rename reno files of 13.0.0" by Jenkins · 8 years ago
  98. 0bf2d7e Rename reno files of 13.0.0 by Ken'ichi Ohmichi · 8 years ago
  99. 64d0989 Fix the 13.0.0 newton release note by Matt Riedemann · 8 years ago
  100. cbbc48c Remove duplicate python-subunit from test-requirements.txt by Matt Riedemann · 8 years ago