1. e9877c6 Remove _check_remote_connectivity in scenario.manager by zhufl · 8 years ago
  2. eed4031 Fix create container method by ghanshyam · 8 years ago
  3. 2283472 Merge "Remove internal helper _default_security_group" by Zuul · 8 years ago
  4. 7f76a2d Merge "Remove redundant volume check in nova_volume_detach" by Jenkins · 8 years ago
  5. 2c6a6f0 Merge "Remove unnecessary assertIn" by Jenkins · 8 years ago
  6. dcafc88 Merge "Fix create, update or delete container metadata method" by Jenkins · 8 years ago
  7. 27d350c Merge "Make list methods consistent for container client" by Jenkins · 8 years ago
  8. bbabe54 Remove unnecessary assertIn by lkuchlan · 8 years ago
  9. fc6280f Remove redundant volume check in nova_volume_detach by zhufl · 8 years ago
  10. b0b272e Remove internal helper _default_security_group by zhufl · 8 years ago
  11. 7351cbd Fix create, update or delete container metadata method by ghanshyam · 8 years ago
  12. 871b1a8 Make list methods consistent for container client by ghanshyam · 8 years ago
  13. afe96b8 Move internal helpers to the class that uses them by zhufl · 8 years ago
  14. a6b3015 Make sure test use the latest volume clients by Andrea Frittoli · 8 years ago
  15. 7cfb98f Merge "Generic method for creating a volume snapshot" by Jenkins · 8 years ago
  16. 708821c Remove unused clients from testcases by zhufl · 8 years ago
  17. 73ed1f3 Generic method for creating a volume snapshot by lkuchlan · 8 years ago
  18. 6f4adce Merge "Boot server from encrypted volume" by Jenkins · 8 years ago
  19. 3023e75 Boot server from encrypted volume by lkuchlan · 8 years ago
  20. 0fac44f Merge "Add server param in manager.get_remote_client" by Jenkins · 8 years ago
  21. 268ccce Replace assertions with more specific ones by Ferenc Horváth · 8 years ago
  22. bce1fcf Remove unused variables from scenario tests by Ferenc Horváth · 8 years ago
  23. f9009b4 Use assert(Not)Empty,IsNotNone instead of assert(Not)Equal,GreaterEqual(0, len(.. by Masayuki Igawa · 8 years ago
  24. f52c759 Add server param in manager.get_remote_client by zhufl · 8 years ago
  25. 0343be5 Replace the usage of 'manager' with 'os_primary' by jeremy.zhang · 8 years ago
  26. 5870ff1 Replace the usage of 'admin_manager' with 'os_admin' by jeremy.zhang · 8 years ago
  27. 8160d31 test.py: stop using aliases for creds manager by Jordan Pittier · 8 years ago
  28. a9dca2b TestSecurityGroupsBasicOps: log console from access point instance by Ihar Hrachyshka · 8 years ago
  29. d44b295 Merge "Remove remaining usage of cinder v1 API call from Tempest" by Jenkins · 8 years ago
  30. 6384abe Merge "Remove unnecessary show_floatingip" by Jenkins · 8 years ago
  31. 3bd0d2b Remove remaining usage of cinder v1 API call from Tempest by ghanshyam · 8 years ago
  32. 39f9363 Merge "Remove name checking for api version 1" by Jenkins · 8 years ago
  33. 5afcb34 Remove cinder clients api version 1 by lkuchlan · 8 years ago
  34. 5cbc00a Remove name checking for api version 1 by lkuchlan · 8 years ago
  35. 4dda94e Remove unnecessary show_floatingip by zhufl · 8 years ago
  36. be4fb50 Use tempest.lib data_utils - scenario by Ken'ichi Ohmichi · 8 years ago
  37. 4e5a69e Remove send_signal, get_pids, mount and umount by Ken'ichi Ohmichi · 8 years ago
  38. 6533dd8 Merge "Remove unused variable" by Jenkins · 8 years ago
  39. b6dfa08 Remove unused variable by Béla Vancsics · 8 years ago
  40. 4c3ebb0 Fix remote connectivity checks by YAMAMOTO Takashi · 8 years ago
  41. 7bf3af6 Merge "Scenario manager: remove some useless `_list_*` methods" by Jenkins · 8 years ago
  42. 64e6b44 Scenario manager: remove some useless `_list_*` methods by Jordan Pittier · 8 years ago
  43. 52d7b0d Add a generic "wait_for_volume_resource_status" function by lkuchlan · 9 years ago
  44. 13c9c89 Make wait_until default as 'ACTIVE' in manager.create_server by zhufl · 8 years ago
  45. 3c12383 Merge "Remove unused client from "_create_network" method" by Jenkins · 8 years ago
  46. 58bead7 Remove unused client from "_create_network" method by zhoubin50 · 8 years ago
  47. f2d72d8 Merge "let addCleanup use the current client" by Jenkins · 8 years ago
  48. 8bf20b3 let addCleanup use the current client by zhoubin50 · 8 years ago
  49. 61f68ac Migrate volume while attached to an instance by scottda · 9 years ago
  50. 772d89b Merge "Port object_storage tests to Py3." by Jenkins · 8 years ago
  51. a898aec Fix logging messages not being formatted correctly by John L. Villalovos · 8 years ago
  52. 2ef4613 Merge "Replace six.iteritems with dict.items" by Jenkins · 8 years ago
  53. 7bbbec1 Replace six.iteritems with dict.items by guo yunxian · 9 years ago
  54. b84f2d4 Port object_storage tests to Py3. by Jordan Pittier · 8 years ago
  55. 525ec71 Hacking: enable H904 by Jordan Pittier · 9 years ago
  56. 66cded2 Removing baremetal tests from tempest tree by Thiago Paiva · 9 years ago
  57. b746d99 Check volume and minimum disk sizes to create volume by Nuno Santos · 9 years ago
  58. 1671297 Merge "Add random name in scenario.manager.create_server" by Jenkins · 9 years ago
  59. 92507fa Merge "Use more specific asserts in tests" by Jenkins · 9 years ago
  60. e136048 _log_console_output missing space by Attila Fazekas · 9 years ago
  61. f15dd70 Merge "Get rid of useless tenant_id attribiute" by Jenkins · 9 years ago
  62. 64862f7 Use more specific asserts in tests by Béla Vancsics · 9 years ago
  63. 410c782 Get rid of useless tenant_id attribiute by Marc Koderer · 9 years ago
  64. 9a5a112 _log_console_output do not raise NotFound by Attila Fazekas · 9 years ago
  65. 80095b9 Merge "Delete TimeoutException in tempest/exceptions.py" by Jenkins · 9 years ago
  66. ebb15f2 Delete TimeoutException in tempest/exceptions.py by guo yunxian · 9 years ago
  67. 67b8208 Merge "neutron: added test case to check connectivity using MTU sized frames" by Jenkins · 9 years ago
  68. 166500a Fix a docstring typo in manager.py by Kobi Samoray · 9 years ago
  69. 24208c2 Add random name in scenario.manager.create_server by zhufl · 9 years ago
  70. f9d9572 Use rand name in common function in scenario tests by zhufl · 9 years ago
  71. db621cd Merge "Use Cinder v2 by default in scenario tests" by Jenkins · 9 years ago
  72. 4217a70 Move InvalidConfiguration exception to tempest.lib by Matthew Treinish · 9 years ago
  73. 52225ec Merge "Fallback to creds provider for fixed IP network if no network_for_ssh" by Jenkins · 9 years ago
  74. c3f76be Use Cinder v2 by default in scenario tests by Jordan Pittier · 9 years ago
  75. f9227c0 neutron: added test case to check connectivity using MTU sized frames by Ihar Hrachyshka · 9 years ago
  76. 039b2fe Add config option to create networks with port_security_enabled by Matt Riedemann · 9 years ago
  77. a52e1e0 Merge "boot into a network that has "port_security_enabled=False"" by Jenkins · 9 years ago
  78. d67c8da Fix the docstring of _default_security_group by Ken'ichi Ohmichi · 9 years ago
  79. a6ebf62 Separate encryption_types_client from types_client by Ken'ichi Ohmichi · 9 years ago
  80. 6607013 Merge "Remove the default size in volumes_client" by Jenkins · 9 years ago
  81. 35a6375 Move `call_until_true` to tempest/lib by Jordan Pittier · 9 years ago
  82. adb905e Remove the default size in volumes_client by Ken'ichi Ohmichi · 9 years ago
  83. f672b7d Scenario: remove the `addCleanup_with_wait` helper method. by Jordan Pittier · 9 years ago
  84. 97f7cea Fixed net_id key evaluation for net['id'] by Lenny Verkhovsky · 9 years ago
  85. b9ba4d9 Merge "Fixed manager.py to support multinode test on vnic_port" by Jenkins · 9 years ago
  86. 136376f Fixed manager.py to support multinode test on vnic_port by Lenny Verkhovsky · 9 years ago
  87. a778255 Fallback to creds provider for fixed IP network if no network_for_ssh by Matt Riedemann · 9 years ago
  88. 156b5da boot into a network that has "port_security_enabled=False" by Markus Zoeller · 9 years ago
  89. f8012dd Merge "Add a TODO to remove Ironic related workaround" by Jenkins · 9 years ago
  90. c8aa34b Add a TODO to remove Ironic related workaround by Vasyl Saienko · 9 years ago
  91. fe8a96c Merge "Fix. Do not create port if vnic_type defined and port is passed." by Jenkins · 9 years ago
  92. 6936350 Fix. Do not create port if vnic_type defined and port is passed. by Lenny Verkhovsky · 9 years ago
  93. 955f82b Add server_id in exception ServerUnreachable by zhufl · 9 years ago
  94. 22b3008 Remove unused service tags and client by Masayuki Igawa · 9 years ago
  95. 7209dc8 Merge "Move image_meta_to_headers from images_client" by Jenkins · 9 years ago
  96. 02bcdf3 Move image_meta_to_headers from images_client by Ken'ichi Ohmichi · 9 years ago
  97. 8ad8617 Py3: Don't use dict.keys()[0], dict.values()[0] or dict.items()[0] by Jordan Pittier · 9 years ago
  98. c57f4d2 Merge "Move get_image_meta_from_headers from images_client" by Jenkins · 9 years ago
  99. 9253047 Fixes port.id bug added with 777a307b3c9f4284facf081e6b951b5755333adf by Lenny Verkhovsky · 9 years ago
  100. 777a307 Merge "Remove neutron OO wrappers" by Jenkins · 9 years ago