1. 309ac41 Use random name in network common function by Tianbiao Qi · 9 years ago
  2. d2c40ca Use random name in network common function by zhufl · 9 years ago
  3. d13d1e8 Fix a typo in test_networks.py by melissaml · 9 years ago
  4. 0306a4a Modified into a more appropriate function by guo yunxian · 9 years ago
  5. be634fc Increase size of subnet allocation pool by Hynek Mlnarik · 9 years ago
  6. 2dee5e3 Fix assertItemsEqual usage for py3 by ghanshyam · 9 years ago
  7. 9e227c5 Introduce new helper: call_and_ignore_notfound_exc() by Jordan Pittier · 9 years ago
  8. 7012c86 Remove JSON from class name by Tong Liu · 9 years ago
  9. ed6e586 deprecate use of tenant in configs by Sean Dague · 9 years ago
  10. 6322474 Merge "Fix API test for external subnet visibility" by Jenkins · 9 years ago
  11. 6919da4 Fix API test for external subnet visibility by Kevin Benton · 9 years ago
  12. 6fb7e1a TrivialFix: Remove pending deprecationwarning by reedip · 9 years ago
  13. 1f52fd9 Use tempest.lib clients for bulk ops by Ken'ichi Ohmichi · 9 years ago
  14. db9672e Use tempest.lib code in tempest by Andrea Frittoli (andreaf) · 9 years ago
  15. 7584aa7 Make 3 functions in network_client use **kwargs by piyush110786 · 10 years ago
  16. e03bea9 Fix H404/405 violations for api tests(2/3) by Ken'ichi Ohmichi · 10 years ago
  17. 49c0fe5 Split out Neutron ports client by John Warren · 10 years ago
  18. 3961acd Split out Neutron subnets client by John Warren · 10 years ago
  19. 94d8faf Split out Neutron networks client by John Warren · 10 years ago
  20. e4184ea De-duplicate test class names by Matthew Treinish · 10 years ago
  21. e097dc7 Remove some dead code by Jordan Pittier · 10 years ago
  22. d39431f Use the prefix-embedded rand_name method by Fei Long Wang · 10 years ago
  23. 3aa6534 Do not consider subnets of shared public nets by Xavier León · 10 years ago
  24. 7142668 Switch all uses of iteritems to use six instead by Matthew Treinish · 10 years ago
  25. a2c42f6 trim network smoke tests by Sean Dague · 10 years ago
  26. a565e45 Split resource_setup for network tests by Rohan Kanade · 10 years ago
  27. 01472ff Remove migrated utils code by Matthew Treinish · 10 years ago
  28. 7579c1a Add UUIDs to all tempest tests and gate check by Chris Hoge · 10 years ago
  29. 0efb023 Adds IPV6 bulk ops tests for network/subnet/ports by Rohan Kanade · 10 years ago
  30. c097835 Drop the legacy and un-used _interface by Andrea Frittoli · 10 years ago
  31. bfa0760 Change tempest NotFound exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  32. d938876 Change tempest Conflict exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  33. f1858d4 Merge "Test delete of SLAAC subnet without port delete" by Jenkins · 10 years ago
  34. e757c33 Test delete of SLAAC subnet without port delete by Sergey Sh · 11 years ago
  35. 1a2a64a Avoid overlapping subnets in class NetworksTestJSON by venakata anil · 11 years ago
  36. 34e8812 Change neutron client methods to return one value and update tests by David Kranz · 11 years ago
  37. d428519 part 2 of delete xml by Sean Dague · 11 years ago
  38. 6f93f5f Merge "Support for IPv6 tests for API" by Jenkins · 11 years ago
  39. 8941816 Merge "Adds "list external networks" test to regular user" by Jenkins · 11 years ago
  40. 97e6a0f Support for IPv6 tests for API by Sergey Shnaidman · 11 years ago
  41. bfdfc75 Adds "list external networks" test to regular user by Yair Fried · 11 years ago
  42. 18cf597 Create subnet without gateway and explicit IP ver by Sergey Shnaidman · 11 years ago
  43. 8bfcb2b Merge "Add subnet tests for extra attributes" by Jenkins · 11 years ago
  44. da4a245 Migrate network API tests to resource_* fixtures by Andrea Frittoli · 11 years ago
  45. 35589aa Add subnet tests for extra attributes by Rohan Kanade · 11 years ago
  46. 68988e3 Merge "Fix hardcoded gateway in IPV6 subnet api tests" by Jenkins · 11 years ago
  47. eeb2164 Move API response success check to Neutron client by Rohan Kanade · 11 years ago
  48. 4b1b8cf Merge "Use list comprehension in create_bulk_networks" by Jenkins · 11 years ago
  49. 42c9480 Add network's status check after creation of network by Santosh Kumar · 11 years ago
  50. d196c66 Use list comprehension in create_bulk_networks by Jakub Libosvar · 11 years ago
  51. 005958f Merge "Improve test isolation in test_networks:BulkNetworkOpsTest*" by Jenkins · 11 years ago
  52. e4f7899 Improve test isolation in test_networks:BulkNetworkOpsTest* by Assaf Muller · 11 years ago
  53. dd27a4d Tempest API tests: Add ipv6 attribute tests by Sean M. Collins · 11 years ago
  54. ea73d53 Fix hardcoded gateway in IPV6 subnet api tests by sridhargaddam · 11 years ago
  55. b1e5889 Fix subnet api test case for non-default cidr by sridhargaddam · 11 years ago
  56. 640a5fa Merge "Add test for subnet gateway IPv4 and IPv6" by Jenkins · 11 years ago
  57. 649d8c0 Skip creation of network resources for disabled IPv6 tests by armando-migliaccio · 11 years ago
  58. 6a9ac34 Add test for subnet gateway IPv4 and IPv6 by Edgar Magana · 11 years ago
  59. 07fd1fc Merge "List multiple fields tests for networks/ports" by Jenkins · 11 years ago
  60. 903596c List multiple fields tests for networks/ports by Zhi Kun Liu · 11 years ago
  61. 5c95715 Remove test_create_port_with_no_ip by Elena Ezhova · 11 years ago
  62. 6d495d6 Stop neutron resource leaking even if an error occurs by Masayuki Igawa · 11 years ago
  63. 561c45a Merge "Networks,Ports: delete with subnet, port with no IP" by Jenkins · 11 years ago
  64. c704a70 Networks,Ports: delete with subnet, port with no IP by sukhdev · 11 years ago
  65. 1ec6e18 Add tests for binding extended attributes for ports by Elena Ezhova · 12 years ago
  66. 5885eb3 Improve readability of test_networks by Mark Maglana · 11 years ago
  67. e2e33cf Move ipv6 config option into network-feature-enabled by Matthew Treinish · 11 years ago
  68. 6b8cd2a Cleanup subnet creation in network api tests by Matthew Treinish · 11 years ago
  69. 2fab8af Stop running CONF getattr during import by Matthew Treinish · 11 years ago
  70. 5bb7aef Allow IPv6 tests to be disabled by armando-migliaccio · 11 years ago
  71. 089ad8d Merge "Test to list ports filtered by router ID" by Jenkins · 11 years ago
  72. 91eec92 Merge "Network API: default to ipv4, add ipv6 tests" by Jenkins · 11 years ago
  73. 59bae80 Merge "Test updating port's admin_state_up" by Jenkins · 11 years ago
  74. bd60229 Merge "Adds test_show_XX_fields cases to show some fields" by Jenkins · 11 years ago
  75. 3c8df15 Test updating port's admin_state_up by jun xie · 11 years ago
  76. ffda37a Network API: default to ipv4, add ipv6 tests by Henry Gessau · 11 years ago
  77. 51ea820 Test to list ports filtered by router ID by nayna-patel · 11 years ago
  78. 91c675d Add the keyword "Test" to some test class names by Ken'ichi Ohmichi · 11 years ago
  79. 03b48df Convert network api tests to use global CONF object by Matthew Treinish · 11 years ago
  80. bd7b2ec Merge "Use automated create and update methods for core network resources" by Jenkins · 11 years ago
  81. e9d255a Use automated create and update methods for core network resources by Eugene Nikanorov · 12 years ago
  82. e8d31a0 Remove vim headers by Masayuki Igawa · 11 years ago
  83. 0b4735d Adds test_list_XX_fields cases to list some fields by jun xie · 11 years ago
  84. d557d9b Adds test_show_XX_fields cases to show some fields by jun xie · 11 years ago
  85. 95ab92a Add negative tests for network by qianlin · 12 years ago
  86. 259c113 Cleanup using about the data_utils module and functions by Masayuki Igawa · 12 years ago
  87. 39f9722 Replace OpenStack LLC with OpenStack Foundation by ZhiQiang Fan · 12 years ago
  88. 6b055e2 Fix overlapping subnet creation by raiesmh08 · 12 years ago
  89. b35bb6d Adding negative test for port by raiesmh08 · 12 years ago
  90. 2d5c651 Bulk Subnets and Ports creation by raiesmh08 · 12 years ago
  91. 71834a2 Move the network api tests to smoke by Attila Fazekas · 12 years ago
  92. 6769832 Adding network api xml support by raiesmh08 · 12 years ago
  93. b03eab4 Testcase to create bulk networks in one API call by Nayna Patel · 12 years ago
  94. e1aad98 Add network api test cases by raiesmh08 · 12 years ago
  95. 6656f58 Negative tests added for network by Anju Tiwari · 12 years ago
  96. f7f34f9 White space after # in tempest/api files by Attila Fazekas · 12 years ago
  97. f2982e8 update Quantum to Neutron by Mark McClain · 12 years ago
  98. ba3985a Removes 'positive' tag from tests. by Giulio Fidente · 12 years ago
  99. e9c7702 Set smoke/gate attributes for tests in "compute" by Giampaolo Lauria · 12 years ago
  100. 1937d09 rename tests -> api by Sean Dague · 12 years ago[Renamed (98%) from tempest/tests/network/test_networks.py]