1. edee650 Bring back Python 2.6 compat (don"t use dict comprehension) by Jordan Pittier · 10 years ago
  2. 6e1ad56 Fixed few typos by PranaliDeore · 10 years ago
  3. d39431f Use the prefix-embedded rand_name method by Fei Long Wang · 10 years ago
  4. 99fff27 Log instance console when ssh fails in EC2 test by melanie witt · 10 years ago
  5. 2ba24d0 Adjust registration of ami image in boto tests by Feodor Tersin · 10 years ago
  6. a498b1d Remove hyphen from rand_name calls in thirdparty tests by Ken'ichi Ohmichi · 10 years ago
  7. 583ce2c Update all Oslo module use by Doug Hellmann · 10 years ago
  8. 01472ff Remove migrated utils code by Matthew Treinish · 10 years ago
  9. cd72ce6 Merge "Replaces hardcoded volume size by configured value" by Jenkins · 10 years ago
  10. a1f5932 Merge "Split resource_setup for thirdparty tests" by Jenkins · 10 years ago
  11. 3d2a21c Replaces hardcoded volume size by configured value by Markus Zoeller · 10 years ago
  12. e252a4a Split resource_setup for thirdparty tests by Emily Hugenbruch · 10 years ago
  13. 7579c1a Add UUIDs to all tempest tests and gate check by Chris Hoge · 10 years ago
  14. 2b6e67c EC2: do not assume order in dictionary by Rushi Agrawal · 11 years ago
  15. f82c545 Use standard assertVolumeStatusWait for volume detachment by Feodor Tersin · 11 years ago
  16. 5b6f403 Merge "Migrate thirdparty tests to resource_* fixtures" by Jenkins · 11 years ago
  17. 29fea35 Migrate thirdparty tests to resource_* fixtures by Andrea Frittoli · 11 years ago
  18. 4338ea6 Revert "Add "reboot_instance" EC2 API test" by Joe Gordon · 11 years ago
  19. 1207398 Add "reboot_instance" EC2 API test by Swami Reddy · 11 years ago
  20. 1ec8815 Have the EC2 instance test to wait for termination by Attila Fazekas · 11 years ago
  21. d0bea62 Exclude volume tags while listing instance tags by Rushi Agrawal · 11 years ago
  22. 3dd988f Merge "Don't include boto tests as part of smoke tests" by Jenkins · 11 years ago
  23. 5716058 Enable E251,E265 rules ignore H402 by Matthew Treinish · 11 years ago
  24. 1e5f364 Don't include boto tests as part of smoke tests by Joe Gordon · 11 years ago
  25. 5fbfdcd remove skip attributes for fixed bug by Andrey Pavlov · 11 years ago
  26. 3b56335 fix test_compute_with_volumes by Sean Dague · 11 years ago
  27. eaa4242 unskip test_integration_1 by Attila Fazekas · 11 years ago
  28. 27dd92e Configure the ec2 zone explicitly by Attila Fazekas · 11 years ago
  29. 224a827 Prepare for enabling H302 rule (thirdparty) by Masayuki Igawa · 11 years ago
  30. d9f9e00 EC2 client token is not reuseable for new instance creation by Attila Fazekas · 11 years ago
  31. b15d8b6 Fixed misspellings in Tempest by Marc Solanas · 11 years ago
  32. d43660d Merge "Enable tenant isolation for the boto tests" by Jenkins · 12 years ago
  33. 8004e8c Enable tenant isolation for the boto tests by Matthew Treinish · 12 years ago
  34. 88f49ef Convert thirdparty and stress tests to use global CONF object by Matthew Treinish · 12 years ago
  35. e8d31a0 Remove vim headers by Masayuki Igawa · 12 years ago
  36. 259c113 Cleanup using about the data_utils module and functions by Masayuki Igawa · 12 years ago
  37. 83181a9 introduces skip_because decorator by Giulio Fidente · 12 years ago
  38. 849708e Print the lekaed 'boto' tags on Failure by Attila Fazekas · 12 years ago
  39. 39f9722 Replace OpenStack LLC with OpenStack Foundation by ZhiQiang Fan · 12 years ago
  40. fc77e93 assertEquals is deprecated, use assertEqual by Chang Bo Guo · 12 years ago
  41. 6cc3ade uniforms skip messages by Giulio Fidente · 12 years ago
  42. 3e381f7 White space after # in thirdparty by Attila Fazekas · 12 years ago
  43. f4a9b0f Switch to using Oslo logging by Matthew Treinish · 12 years ago
  44. 6a97094 Merge "Add boto tests for idempotent RunInstances calls" by Jenkins · 12 years ago
  45. bb575e1 Adds tests for tags in boto (EC2 API) by Burt Holzman · 12 years ago
  46. f70f222 Add boto tests for idempotent RunInstances calls by Burt Holzman · 12 years ago
  47. 3c64659 skip test_ec2_instance_run.InstanceRunTest.test_integration_1 by Sean Dague · 12 years ago
  48. 46818aa Configure logging format flexibly by Mitsuhiko Yamazaki · 12 years ago
  49. cb9209d Remove unnecessary tags/attributes from our tests by Giampaolo Lauria · 12 years ago
  50. 09761f6 move boto tests to thirdparty directory - part 1 by Sean Dague · 12 years ago[Renamed (97%) from tempest/tests/boto/test_ec2_instance_run.py]
  51. f2a5e82 Enabling assertions disabled for bug #1074901 by Chris Yeoh · 12 years ago
  52. 14c6818 fix E122 and E126 flake8 issues by Sean Dague · 12 years ago
  53. e14e5a4 Have paramico to register the event pipe in time by Attila Fazekas · 12 years ago
  54. 214ac1f Merge "More assertions for test_integration_1" by Jenkins · 12 years ago
  55. 305fe99 skip ec2 test until it can be debugged by Sean Dague · 12 years ago
  56. 86732f9 More assertions for test_integration_1 by Chris Yeoh · 12 years ago
  57. 234d3e8 tempest.tests.boto merge to tempest.testboto by Attila Fazekas · 12 years ago
  58. dc21642 Have all test case to use a single base class by Attila Fazekas · 13 years ago
  59. 40aa361 Add object based wait capability to boto tests by Attila Fazekas · 13 years ago
  60. bd1b8ec Merge "Fixes around variable usage" by Jenkins · 12 years ago
  61. fa756cb Fixes around variable usage by Attila Fazekas · 12 years ago
  62. 85d0363 Remove unused imports by Attila Fazekas · 12 years ago
  63. 01cb279 Convert to use tempest attr implementation 2/2 by Chris Yeoh · 12 years ago
  64. 1feeb38 Use testtools as the base testcase class. by ivan-zhu · 13 years ago
  65. 37f8304 boto: instance teardown wait until instance is gone by Attila Fazekas · 13 years ago
  66. 337f63d Disable test_run_terminate_instance by Attila Fazekas · 13 years ago
  67. 64ef48d convert docstrings to comments by Sean Dague · 13 years ago
  68. 481466b Initial Oslo sync for Tempest. by Matthew Treinish · 13 years ago
  69. a83a16e Fix import order to comply with import ordering rules. by Matthew Treinish · 13 years ago
  70. a23f500 Add start of the EC2/S3 API testing to tempest by Attila Fazekas · 13 years ago