1. 89b99a0 Skip test_create_backup by Ken'ichi Ohmichi · 12 years ago
  2. 6034213 Merge "add test for create_backup" by Jenkins · 12 years ago
  3. 39437e2 Add shelve/unshelve test of nova APIs by Ken'ichi Ohmichi · 12 years ago
  4. 30f2f33 Merge "remove skip bug 1233026" by Jenkins · 12 years ago
  5. 75a4ac8 remove skip bug 1233026 by ivan-zhu · 12 years ago
  6. ccc8946 add test for create_backup by ivan-zhu · 12 years ago
  7. d5c9602 Reorganize project feature config options by Matthew Treinish · 12 years ago
  8. f2b0050 add BaseV2ComputeTest as the base class of nova v2 api tests by ivan-zhu · 12 years ago
  9. 2402859 Merge "Move negative action tests to right place" by Jenkins · 12 years ago
  10. 602b76d Merge "skip test_lock_unlock_server" by Jenkins · 12 years ago
  11. da30650 Reduce vm creations in negative tests by Ken'ichi Ohmichi · 12 years ago
  12. d90c010 Move negative action tests to right place by Ken'ichi Ohmichi · 12 years ago
  13. b2776c9 Merge "meta should be metadata in rebuild server" by Jenkins · 12 years ago
  14. 44e0865 skip test_lock_unlock_server by ivan-zhu · 12 years ago
  15. 83181a9 introduces skip_because decorator by Giulio Fidente · 12 years ago
  16. 454b1c5 meta should be metadata in rebuild server by ivan-zhu · 12 years ago
  17. e25232a Merge "Add test for nova API of VM lock/unlock" by Jenkins · 12 years ago
  18. 58c1321 Merge "add server resizing tests" by Jenkins · 12 years ago
  19. 9643e51 Add test for nova API of VM lock/unlock by Zhu Zhu · 12 years ago
  20. 3c44af3 add server resizing tests by Zhi Kun Liu · 12 years ago
  21. 39f9722 Replace OpenStack LLC with OpenStack Foundation by ZhiQiang Fan · 12 years ago
  22. 7399829 Merge "raise assertion error if output is falsy" by Jenkins · 12 years ago
  23. aa902b1 Merge "uniforms skip messages" by Jenkins · 12 years ago
  24. a767b52 raise assertion error if output is falsy by Ionuț Arțăriși · 12 years ago
  25. 6cc3ade uniforms skip messages by Giulio Fidente · 12 years ago
  26. 7f7d452 use assertIsNotNone instead of assertNotEqual(*, None) by Ionuț Arțăriși · 12 years ago
  27. af98d22 Added a test for stop and start a server by Anju Tiwari · 12 years ago
  28. f7f34f9 White space after # in tempest/api files by Attila Fazekas · 12 years ago
  29. 4a2e9af Merge "Using relative path for personality file in rebuild server test." by Jenkins · 12 years ago
  30. 21599a9 Using relative path for personality file in rebuild server test. by Mahesh Panchaksharaiah · 12 years ago
  31. 6631f80 Add tests for server actions by Prem Karat · 12 years ago
  32. ba3985a Removes 'positive' tag from tests. by Giulio Fidente · 12 years ago
  33. e9c7702 Set smoke/gate attributes for tests in "compute" by Giampaolo Lauria · 12 years ago
  34. 1937d09 rename tests -> api by Sean Dague · 12 years ago[Renamed (99%) from tempest/tests/compute/servers/test_server_actions.py]
  35. 770e5a4 Normalize skip bug format. by Matthew Treinish · 12 years ago
  36. 14025cd Fix exception name in test_server_actions by afazekas · 12 years ago
  37. 6f02cef Merge "create_server cleanup" by Jenkins · 12 years ago
  38. 22897e1 create_server cleanup by Sean Dague · 12 years ago
  39. 45c3fbc Move the console tests to the other server actions tests by Attila Fazekas · 12 years ago
  40. 19044d5 Simplify xml-json inheritance in compute by Attila Fazekas · 12 years ago
  41. b05be60 Remove duplicate calls to clear_servers by Andrea Frittoli · 12 years ago
  42. 52d8fda Fixes test_resize_server_(confirm|revert) methods by Tiago Mello · 12 years ago
  43. f475145 Merge "Fix MismatchError error when checking flavor value" by Jenkins · 12 years ago
  44. 9465b0b Convert to use tempest attr implementation 1/2 by Chris Yeoh · 12 years ago
  45. 38c5f59 Fix MismatchError error when checking flavor value by Armando Migliaccio · 12 years ago
  46. 1feeb38 Use testtools as the base testcase class. by ivan-zhu · 12 years ago
  47. e6d8ee1 Revert "Split up XML and JSON testing." by James E. Blair · 12 years ago
  48. 58dec9d Split up XML and JSON testing. by Matthew Treinish · 12 years ago
  49. 3e15ba9 Only create 1 server for server actions tests. by Matthew Treinish · 12 years ago
  50. 0a13afe ensure we wait for server deletes by Sean Dague · 12 years ago
  51. 4dd2c0b convert docstrings to comments by Sean Dague · 12 years ago
  52. 39e48ef Use oslo cfg module for tempest config.py by Matthew Treinish · 12 years ago
  53. 9b669e3 add create_server_with_extras by Sean Dague · 12 years ago
  54. a83a16e Fix import order to comply with import ordering rules. by Matthew Treinish · 12 years ago
  55. e62b9f0 General cleanup/organization of compute tests by dwalleck · 13 years ago[Renamed from tempest/tests/compute/test_server_actions.py]
  56. 79d8d36 Clean up pep8 E128 violations by Zhongyue Luo · 13 years ago
  57. ddf3927 Fix test_rebuild_nonexistent_server by Joe Gordon · 13 years ago
  58. bc3bd24 Add XML support for test_server_actions.py by Dan Smith · 13 years ago
  59. 98e66dd Addresses lp#1004971 by Daryl Walleck · 13 years ago
  60. f97d5fd Tolerate set_admin_password not implemented. by David Kranz · 13 years ago
  61. ed97dca Optimized and reduced the scope of smoke tests by Daryl Walleck · 13 years ago
  62. f38eaac Refactor Tempest to be parallel-test friendly by Jay Pipes · 13 years ago
  63. 9b6129c Skip slow/buggy soft reboot test until bug 1014647 is dealt with. by David Kranz · 13 years ago
  64. 13b479b Step 1 of refactoring compute tests by Jay Pipes · 13 years ago[Renamed (89%) from tempest/tests/test_server_actions.py]
  65. c725196 Addresses lp#948243 - Tempest handles misconfig better by Daryl Walleck · 13 years ago
  66. 764b51b Avoid new bug 963248. by David Kranz · 13 years ago
  67. 587385b Addresses lp#942382 - refactor configuration for clarity by Daryl Walleck · 13 years ago
  68. 57c1a3d test_rebuild_server tolerant of imageRef as URI by Eoghan Glynn · 13 years ago
  69. b43ce8a Resolves lp#941705 by Daryl Walleck · 13 years ago
  70. 5a23d86 Fix for bug 931712. Make keypair test work. by David Kranz · 13 years ago
  71. f1e3f00 Fixes LP#903978 - Write testcases for test_server_actions (boundary) by sapan-kona · 13 years ago
  72. 3bde07f Fixing revert/confirm resize tests by Brian Waldon · 13 years ago
  73. 738cd63 General test cleanup by Brian Waldon · 13 years ago
  74. ed8bef3 Changes the namespace from storm to tempest, as well as adding addition tests and improvements by Daryl Walleck · 13 years ago