1. cd36841 Move test decorators to common by Andrea Frittoli · 8 years ago
  2. d095847 Do not run test_create_server_with_scheduler_hint_group twice by zhufl · 8 years ago
  3. 88eb677 Move schedule filter check to compute module by Andrea Frittoli · 8 years ago
  4. 9958b17 Add volume backed instance coverage to API tests by Andrea Frittoli · 8 years ago
  5. d69d1b5 Move multi-nic tests to dedicated module by Andrea Frittoli · 8 years ago
  6. 63f059e Do not use any() to check whether a list is empty by zhufl · 8 years ago
  7. 8160d31 test.py: stop using aliases for creds manager by Jordan Pittier · 8 years ago
  8. 3cf1627 Move compute admin test classes under admin path by Ken'ichi Ohmichi · 8 years ago
  9. 3b46d27 Move the `attr` decorator from test.py to tempest/lib by Jordan Pittier · 8 years ago
  10. 757833a Use tempest.lib data_utils - compute by Ken'ichi Ohmichi · 8 years ago
  11. 326a6b3 Remove get_ram_size_in_mb, get_number_of_vcpus, etc by Ken'ichi Ohmichi · 8 years ago
  12. fec7c59 Remove unused client in setup_clients by zhufl · 8 years ago
  13. 62424cb Merge "Use base.create_flavor in servers test" by Jenkins · 8 years ago
  14. 7e0c9b6 Do not use unnecessary instance variable in compute and volume by zhufl · 8 years ago
  15. 94cb054 Use base.create_flavor in servers test by zhufl · 8 years ago
  16. 14b0ae1 Switch to decorators.idempotent_id on compute.servers by Ken'ichi Ohmichi · 8 years ago
  17. fb94a87 Merge "Use ephemeral=0 to create flavor without ephemeral disk" by Jenkins · 8 years ago
  18. d187de9 Merge "Make get_partitions() work for partitioned disks" by Jenkins · 8 years ago
  19. 0df8076 Use ephemeral=0 to create flavor without ephemeral disk by zhufl · 8 years ago
  20. f08e28b Use base.delete_server in ServersTestJSON by zhufl · 8 years ago
  21. 4894a91 Make get_partitions() work for partitioned disks by Evgeny Antyshev · 9 years ago
  22. f910344 Fixing 'test_verify_created_server_ephemeral_disk' test by Yaroslav Lobankov · 9 years ago
  23. 9dbd14b Merge "Merge similar code in test_verify_created_server_ephemeral_disk" by Jenkins · 9 years ago
  24. c35f712 Merge "Use is_scheduler_filter_enabled for ServerGroupAffinityFilter" by Jenkins · 9 years ago
  25. 70f3c77 Use is_scheduler_filter_enabled for ServerGroupAffinityFilter by zhufl · 9 years ago
  26. 25f5ca5 Merge similar code in test_verify_created_server_ephemeral_disk by zhufl · 9 years ago
  27. b556d25 Use base.create_test_server_group to create server group by zhufl · 9 years ago
  28. 3bdcf7c Permission changes: Python file should be 0644 not 0775 by Jordan Pittier · 9 years ago
  29. 149feaf Fix MismatchError in test_host_name_is_same_as_server_name by obutenko · 9 years ago
  30. c6ce539 Use classname as prefix of volume name by zhufl · 9 years ago
  31. cdf2038 Change hostname_equals_servername to get_hostname by imran malik · 9 years ago
  32. 0739539 Remove kilo config flags from Tempest by Castulo J. Martinez · 9 years ago
  33. 2a70a61 Pass server to RemoteClient in API tests by Andrea Frittoli (andreaf) · 9 years ago
  34. 43e7fcf Make ports_client use common waiter method by Ken'ichi Ohmichi · 9 years ago
  35. c7810e8 Merge "Fix server admin password usage" by Jenkins · 9 years ago
  36. 3390d9f Fix server admin password usage by Ghanshyam · 9 years ago
  37. 10ed620 Safe ram/disk/vcpus values for test-made flavor by Evgeny Antyshev · 9 years ago
  38. cd11187 Rename get_server_group to show_server_group by Ken'ichi Ohmichi · 10 years ago
  39. eeac61b Merge "Add compute personality feature config" by Jenkins · 10 years ago
  40. d7e04b2 Add compute personality feature config by Takeaki Matsumoto · 10 years ago
  41. 3961acd Split out Neutron subnets client by John Warren · 10 years ago
  42. 94d8faf Split out Neutron networks client by John Warren · 10 years ago
  43. f2d436e Make create_server use **kwargs by Ken'ichi Ohmichi · 10 years ago
  44. 0f82525 Return complete response from servers_client by ghanshyam · 10 years ago
  45. e1dc991 Remove meaningless braces by Ken'ichi Ohmichi · 10 years ago
  46. 49f8a0e Merge "Return complete resp from server_groups_client" by Jenkins · 10 years ago
  47. 2dc1345 Return complete resp from server_groups_client by ghanshyam · 10 years ago
  48. 19973be Return complete response from flavors_client part-1 by ghanshyam · 10 years ago
  49. e91a0c6 Move wait_for_server_termination from servers_client by Ken'ichi Ohmichi · 10 years ago
  50. 96338c4 Make create_flavor use **kwargs by Ken'ichi Ohmichi · 10 years ago
  51. 778b5f9 Add 'allow_duplicate_networks' to compute-feature-enabled options by Matt Riedemann · 10 years ago
  52. ffe09dd Migrate compute tests to the ssh-auth-strategy by Joseph Lanoux · 10 years ago
  53. eb5bd0c Merge "Separate server_groups_client from servers_client" by Jenkins · 10 years ago
  54. cbc26a8 Merge list_servers_with_detail to list_servers by Ken'ichi Ohmichi · 10 years ago
  55. 7ca54b8 Separate server_groups_client from servers_client by Ken'ichi Ohmichi · 10 years ago
  56. e97870c Merge "Use the prefix-embedded rand_name method" by Jenkins · 10 years ago
  57. d39431f Use the prefix-embedded rand_name method by Fei Long Wang · 10 years ago
  58. 7680024 Apply a naming rule of GET to show_server method by Ken'ichi Ohmichi · 10 years ago
  59. b3e1f87 Add create_test_server function by Joseph Lanoux · 10 years ago
  60. 5628f3f Apply a naming rule of GET to compute clients(f*) by Ken'ichi Ohmichi · 10 years ago
  61. e5cca00 Add new config option to globally trigger resource validation by Matthew Treinish · 10 years ago
  62. f27769e Merge "Define validation_resources function for ssh validation" by Jenkins · 10 years ago
  63. 222efd7 Define validation_resources function for ssh validation by nithya-ganesan · 10 years ago
  64. fbd5b3f trim compute smoke tag by Sean Dague · 10 years ago
  65. 1b05daa remove gate tag (part 1) by Sean Dague · 10 years ago
  66. 0a95854 Merge "Remove migrated utils code" by Jenkins · 10 years ago
  67. 60b7309 Split resource_setup for compute tests by Rohan Kanade · 10 years ago
  68. 01472ff Remove migrated utils code by Matthew Treinish · 10 years ago
  69. 7579c1a Add UUIDs to all tempest tests and gate check by Chris Hoge · 10 years ago
  70. ae99b9a Change servers client to return one value and update tests by David Kranz · 10 years ago
  71. 0fb1429 Change basic server client methods to return one value and update tests by David Kranz · 10 years ago
  72. 2fa77b2 Change flavors client to return one value and update tests by David Kranz · 10 years ago
  73. bd2d49a test_verify_multiple_nics_order failing in gate by venkata anil · 10 years ago
  74. 34e8812 Change neutron client methods to return one value and update tests by David Kranz · 11 years ago
  75. 2fac831 delete all compute xml tests by Sean Dague · 11 years ago
  76. 2458d8e Fix missing usage of the xml neutron clients by Matthew Treinish · 11 years ago
  77. e59f0ff Add cleanup to test_verify_multiple_nics_order by Joseph Lanoux · 11 years ago
  78. 38edc05 Verify network interfaces are in requested order by Joseph Lanoux · 11 years ago
  79. 50bb80d Migrate computev2 API tests to resource_* fixtures by Andrea Frittoli · 11 years ago
  80. 60a67f7 Add "create a server" test with server group by Ken'ichi Ohmichi · 11 years ago
  81. b0d7f61 Merge "Remove test_create_server_response" by Jenkins · 11 years ago
  82. 5d45025 Merge "Fix test_verify_created_server_ephemeral_disk" by Jenkins · 11 years ago
  83. 423834d ssh instance validation add options for Neutron by Attila Fazekas · 11 years ago
  84. 076f79f Fix test_verify_created_server_ephemeral_disk by Attila Fazekas · 11 years ago
  85. 99ef8e6 Remove test_create_server_response by Ken'ichi Ohmichi · 11 years ago
  86. 6c66820 Move run_ssh class variable into skip decorators by Matt Riedemann · 11 years ago
  87. 228e73d fix flake8 errors by Zhi Kun Liu · 11 years ago
  88. dfabaf2 Cleanup _interface class variables in compute by Masayuki Igawa · 11 years ago
  89. 209fd50 Prepare for enabling H302 rule (api/compute) by Masayuki Igawa · 11 years ago
  90. e8d31a0 Remove vim headers by Masayuki Igawa · 11 years ago
  91. edd6ec0 Test server create with ephemeral disk by Chang Bo Guo · 12 years ago
  92. 86bd842 moving to global lazy loaded config by Sean Dague · 11 years ago
  93. ad7ef7d SSH connection related cleanups by Attila Fazekas · 12 years ago
  94. 3577260 Enable a uuid flavor by Ken'ichi Ohmichi · 12 years ago
  95. 259c113 Cleanup using about the data_utils module and functions by Masayuki Igawa · 12 years ago
  96. cfc052e Rename to create_test_server in API tests by Ken'ichi Ohmichi · 12 years ago
  97. f2b0050 add BaseV2ComputeTest as the base class of nova v2 api tests by ivan-zhu · 12 years ago
  98. 39f9722 Replace OpenStack LLC with OpenStack Foundation by ZhiQiang Fan · 12 years ago
  99. ba3985a Removes 'positive' tag from tests. by Giulio Fidente · 12 years ago
  100. e9c7702 Set smoke/gate attributes for tests in "compute" by Giampaolo Lauria · 12 years ago