1. b3da2e1 Mark test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion as slow test by Ghanshyam Mann · 2 years, 3 months ago
  2. e4ee762 Clean up scenario floating IP waiting by Artom Lifshitz · 2 years, 10 months ago
  3. 3f7c50c Wait for floating IP assocation in test_minimum_basic test by Artom Lifshitz · 2 years, 10 months ago
  4. d4d49b0 Add another scenario testcase test_minimum_basic by Benny Kopilov · 3 years, 9 months ago
  5. 8a959ea Add floating IP waiter by Artom Lifshitz · 3 years, 7 months ago
  6. 6428139 Move floating IP operation from nova-network to neutron by Ghanshyam Mann · 4 years, 1 month ago
  7. 582c170 Make _create_security_group() non-private by Soniya Vyas · 4 years, 2 months ago
  8. be8d510 Use of single interface for creating image by Soniya Vyas · 4 years, 9 months ago
  9. 3ec41c2 Relax volume compare in test_minimum_basic_scenario by Matt Riedemann · 6 years ago
  10. 40fcb9b Add autopep8 to tox.ini by afazekas · 6 years ago
  11. f979a04 Refresh server data after fip is assigned by Jakub Libosvar · 7 years ago
  12. 1bdc3e7 Do not skip entire testcase if floating_ip is not enabled by zhufl · 7 years ago
  13. cd36841 Move test decorators to common by Andrea Frittoli · 8 years ago
  14. 0fac44f Merge "Add server param in manager.get_remote_client" by Jenkins · 8 years ago
  15. f52c759 Add server param in manager.get_remote_client by zhufl · 8 years ago
  16. 3312de3 Add option for whether the cloud supports floating ips by Matthew Treinish · 8 years ago
  17. b6dfa08 Remove unused variable by Béla Vancsics · 8 years ago
  18. 6b7040a Add skip if public_network_id is not specified by zhufl · 8 years ago
  19. 13c9c89 Make wait_until default as 'ACTIVE' in manager.create_server by zhufl · 8 years ago
  20. c85a951 Switch to decorators.idempotent_id on scenario by Ken'ichi Ohmichi · 8 years ago
  21. d187de9 Merge "Make get_partitions() work for partitioned disks" by Jenkins · 8 years ago
  22. 7383a6f Modify incorrect import path by guo yunxian · 8 years ago
  23. 4894a91 Make get_partitions() work for partitioned disks by Evgeny Antyshev · 8 years ago
  24. c310b8d Wait for floating_ip to detach from server after deletion by zhufl · 9 years ago
  25. 820ab65 Merge "Scenario: test_minimum_basic: remove useless function" by Jenkins · 9 years ago
  26. 93dffb7 Scenario: test_minimum_basic: remove useless function by Jordan Pittier · 9 years ago
  27. 8ca5056 Validate floating IP in server['addresses'] scenario by Matt Riedemann · 9 years ago
  28. 35a6375 Move `call_until_true` to tempest/lib by Jordan Pittier · 9 years ago
  29. bbb1712 Scenarios: remove trivial wrapper methods by Jordan Pittier · 9 years ago
  30. 8bf6867 Delete unnecessary internal method by Masayuki Igawa · 9 years ago
  31. f2f50fa Trival: Remove unused logging import in some files by ChenZheng · 9 years ago
  32. 7b05db3 Merge "Make server action methods[m-z] use **kwargs" by Jenkins · 9 years ago
  33. 36b714c Make server action methods[m-z] use **kwargs by Ken'ichi Ohmichi · 9 years ago
  34. e6349f3 Make server action methods[a-c] use **kwargs by Ken'ichi Ohmichi · 9 years ago
  35. 5fc1452 Migrate scenario tests ssh-auth-strategy by lanoux · 10 years ago
  36. da83cd2 Merge "Scenarios: cleanup class scope variable usage" by Jenkins · 9 years ago
  37. 72d91e8 Merge "Change comments and description for minimum_basic test" by Jenkins · 9 years ago
  38. 1e443ec Scenarios: cleanup class scope variable usage by Jordan Pittier · 9 years ago
  39. a5ab12e Change comments and description for minimum_basic test by Alexander Gubanov · 9 years ago
  40. c4e4f1c Fix H404/405 violations for scenario tests by Ken'ichi Ohmichi · 9 years ago
  41. 7cf6476 test_minimum_basic: cleanup class scope variable usage by Jordan Pittier · 10 years ago
  42. 0f82525 Return complete response from servers_client by ghanshyam · 10 years ago
  43. a5a0686 Merge "Full response for VolumesClient methods" by Jenkins · 10 years ago
  44. 841a15e Merge "scenario/test_minimum_basic: relax a MatchesDictExceptForKeys check" by Jenkins · 10 years ago
  45. 6177c9e Full response for VolumesClient methods by John Warren · 10 years ago
  46. 5d36715 scenario/test_minimum_basic: relax a MatchesDictExceptForKeys check by Jordan Pittier · 10 years ago
  47. 5271b0f Add "server" to action methods by Ken'ichi Ohmichi · 10 years ago
  48. 23e6424 Merge "Remove redundant attach/detach volume methods from test_minimum_basic" by Jenkins · 10 years ago
  49. e6fe988 Remove redundant attach/detach volume methods from test_minimum_basic by Matt Riedemann · 10 years ago
  50. 0eb153c Remove wait_for_server_status from servers_client by Ken'ichi Ohmichi · 10 years ago
  51. 7680024 Apply a naming rule of GET to show_server method by Ken'ichi Ohmichi · 10 years ago
  52. 35798fb Apply a naming rule of GET to volume client by Ken'ichi Ohmichi · 10 years ago
  53. 583ce2c Update all Oslo module use by Doug Hellmann · 10 years ago
  54. 7579c1a Add UUIDs to all tempest tests and gate check by Chris Hoge · 10 years ago
  55. ae99b9a Change servers client to return one value and update tests by David Kranz · 10 years ago
  56. 0fb1429 Change basic server client methods to return one value and update tests by David Kranz · 10 years ago
  57. 3ebc721 Change compute volume client to return one value and update tests by David Kranz · 10 years ago
  58. 6809bab Change volume client methods to return one value by Joseph Lanoux · 10 years ago
  59. 3fe2dc3 Scenario manager: catch Exception in get_remote_client by JordanP · 10 years ago
  60. ae0e73d Unified interface for ScenarioTest and NetworkScenarioTest by Yair Fried · 10 years ago
  61. 97b8904 Merge "Adds test for list/get volume attachments V2 APIs" by Jenkins · 10 years ago
  62. ff31bcc Add wait for async secgroup add to minimum basic scenario by Clark Boylan · 11 years ago
  63. 5c2a558 Adds test for list/get volume attachments V2 APIs by Ghanshyam · 11 years ago
  64. 1fc32a1 Migrate test_network_basic_ops to tempest clients by Yair Fried · 11 years ago
  65. b4aa55d Fixes Hyper-V basic scenario volume partition name by Alessandro Pilotti · 11 years ago
  66. 247058f Migrate test_minimun_basic to tempest client by Andrea Frittoli · 11 years ago
  67. b7144eb Convert scenario test tearDown to addCleanup by Matthew Treinish · 11 years ago
  68. 3960c4d Force connection auth as part of RemoteClient in scenario by Yair Fried · 11 years ago
  69. 0f1e11c Reworked scenario tests to use their own non-default security groups by Grishkin · 11 years ago
  70. 6bfd649 Extend network debug infos on network failures by Attila Fazekas · 11 years ago
  71. 4ded9f0 Prepare for enabling H302 rule (scenario) by Masayuki Igawa · 11 years ago
  72. d72ccdb Log ip Information on ssh failures in the minimum scenario by Attila Fazekas · 11 years ago
  73. 5cf3190 Clean up scenario functions by Masayuki Igawa · 11 years ago
  74. 28c2520 Let the soft reboot really happen in the minimum scenario by Attila Fazekas · 11 years ago
  75. 6c07229 Convert scenario tests to use global CONF object by Matthew Treinish · 11 years ago
  76. 640629f Merge "Catch ssh exception and detach in min scenario" by Jenkins · 11 years ago
  77. e8d31a0 Remove vim headers by Masayuki Igawa · 11 years ago
  78. 95b4128 Add more console output log for scenario tests by Nachi Ueno · 11 years ago
  79. 5462b33 Catch ssh exception and detach in min scenario by john-griffith · 11 years ago
  80. eb69f3f Support Neutron security groups in scenario testing by Yair Fried · 12 years ago
  81. 259c113 Cleanup using about the data_utils module and functions by Masayuki Igawa · 12 years ago
  82. 61cadca makes passing the client optional to utilities in scenario/manager.py by Giulio Fidente · 12 years ago
  83. 2153ec0 Add services tags to scenario tests by Matthew Treinish · 12 years ago
  84. b3aa912 Cleanup: Add common "ssh-login server" method by Ken'ichi Ohmichi · 12 years ago
  85. 70672df Cleanup: Add common "create volume" method by Ken'ichi Ohmichi · 12 years ago
  86. 7395517 Merge "Cleanup: Add common "create security rule" method" by Jenkins · 12 years ago
  87. 3c1f519 Cleanup: Add common "create security rule" method by Ken'ichi Ohmichi · 12 years ago
  88. 599d1b8 Cleanup: Add common "create keypair" method by Ken'ichi Ohmichi · 12 years ago
  89. 61f272b Cleanup: Add common "create_server" method by Ken'ichi Ohmichi · 12 years ago
  90. f4a9b0f Switch to using Oslo logging by Matthew Treinish · 12 years ago
  91. e191cb1 Use assertIn and assertNotIn instead of assertTrue/assertFalse by Attila Fazekas · 12 years ago
  92. c7eb6cc Use the same logger class in all test cases by Attila Fazekas · 12 years ago
  93. 73d9f3a Implement minimum basic scenario by Masayuki Igawa · 12 years ago