1. 2d745ae API compare-and-swap updates based on revision_number by Kevin Benton · 9 years ago
  2. 8f7ddc7 Manually increment revision numbers in revision plugin by Kevin Benton · 8 years ago
  3. cf3ff24 Merge "api-tests: Common way to define required extensions" by Jenkins · 8 years ago
  4. 2d0ea9c api: work around Routes cutting off suffix from resource id by Ihar Hrachyshka · 8 years ago
  5. 1982aa1 api-tests: Common way to define required extensions by Jakub Libosvar · 8 years ago
  6. 1e9d1fe Add "default" behaviour to QoS policies by Rodolfo Alonso Hernandez · 9 years ago
  7. e4e983e Merge "Add tempest test for l3-ha extension" by Jenkins · 8 years ago
  8. cf8b34e Fix tempest test failing with segments extension by Miguel Lavalle · 8 years ago
  9. 6d8ec4a Add tempest test for l3-ha extension by Dongcan Ye · 8 years ago
  10. 5ae5a2e Fix tempest router migration test when HA enabled, v2 by Brian Haley · 8 years ago
  11. 90dc175 Revert "Fix tempest router migration test when HA enabled" by YAMAMOTO Takashi · 8 years ago
  12. a9e52c6 Fix tempest router migration test when HA enabled by Brian Haley · 9 years ago
  13. dbc4cad tempest: Obey identity_feature_enabled.api_v2_admin in a few tests by YAMAMOTO Takashi · 9 years ago
  14. 24644b0 Merge "Add QoS bandwidth limit for instance ingress traffic" by Jenkins · 9 years ago
  15. 153f345 Add QoS bandwidth limit for instance ingress traffic by Sławek Kapłoński · 9 years ago
  16. 6331892 Remove unused parameter in test_extension_driver_port_security.py by lianghao · 9 years ago
  17. b738084 Add a skip check to make sure that vlan is actually in available_type_drivers by lianghao · 9 years ago
  18. ecf3660 Add api test to create vxlan network by lianghao · 9 years ago
  19. a7f43f0 Merge "Quota list API returns project_id" by Jenkins · 9 years ago
  20. 17d79df Merge "Replace six.iteritems with dict.items(Part-1)" by Jenkins · 9 years ago
  21. 30e4cf9 Merge "Add string validation on security group's name" by Jenkins · 9 years ago
  22. aa3bace Replace six.iteritems with dict.items(Part-1) by fpxie · 9 years ago
  23. 6d89eb4 Merge "fix overaggressive 403->404 conversion" by Jenkins · 9 years ago
  24. fe06f99 Allow self-sharing RBAC rules to be deleted without usage check by Stephen Ma · 10 years ago
  25. c13d350 fix overaggressive 403->404 conversion by Matthew Edmonds · 9 years ago
  26. 45c734f Add string validation on security group's name by hobo.kengo · 9 years ago
  27. 5547d4a Tempest: Fixing L3 agent hosting router for DVR setup by Genadi Chereshnya · 9 years ago
  28. 52ff09b Quota list API returns project_id by Hirofumi Ichihara · 9 years ago
  29. 870f0ef Merge "Inherit segmentation details for trunk subports if requested" by Jenkins · 9 years ago
  30. 060f803 Fix tempest router timestamp test when HA enabled by Brian Haley · 9 years ago
  31. 7f84c42 Inherit segmentation details for trunk subports if requested by Armando Migliaccio · 9 years ago
  32. 2502830 Retrieve fresh network DB data before getting it in ml2 by Hong Hui Xiao · 9 years ago
  33. 96ca500 Merge "Fix Quota error while running tests" by Jenkins · 9 years ago
  34. ebc2514 Fix Quota error while running tests by Prateek Arora · 9 years ago
  35. a3da08b On update_tags, clean up tags from the requested resource only by Ihar Hrachyshka · 9 years ago
  36. b308299 Update is_default field only when specified in the request by Armando Migliaccio · 9 years ago
  37. c0caa2e Switch to use idempotent_id decorator from tempest.lib by Sławek Kapłoński · 9 years ago
  38. 4f374ac Merge "Remove test cases that moved to tempest" by Jenkins · 9 years ago
  39. 534dc90 Merge "Adding cleanup of floating ips" by Jenkins · 9 years ago
  40. a3926d9 Adding cleanup of floating ips by Itzik Brown · 9 years ago
  41. 2193678 Switch to use test_utils.call_until_true by Ken'ichi Ohmichi · 9 years ago
  42. bfc16b9 Merge "Enhance tag mechanism" by Jenkins · 9 years ago
  43. eb53115 Enhance tag mechanism by Hirofumi Ichihara · 9 years ago
  44. 53005f4 Use addCleanup instead of tearDown by Cedric Brandily · 9 years ago
  45. dbd5d8e Fix importing old path for exceptions by Hirofumi Ichihara · 9 years ago
  46. c0411e9 Checking functionality of DVR by Genadi Chereshnya · 9 years ago
  47. 4a764ea neutron-lib: use L3 constant by Gary Kotton · 9 years ago
  48. 2192e3f Merge "Replaces uuid.uuid4 with uuidutils.generate_uuid()" by Jenkins · 9 years ago
  49. f09b6e5 Raise AssertionError instead of eventlet.timeout.Timeout when failing. by Wim De Clercq · 9 years ago
  50. d5685e3 Replaces uuid.uuid4 with uuidutils.generate_uuid() by Luong Anh Tuan · 9 years ago
  51. 3e30597 Fix ext alias in revision API test by Kevin Benton · 9 years ago
  52. b2cd665 Merge "Bulk creation of SecurityGroups" by Jenkins · 9 years ago
  53. 793345e Use DB field sizes instead of _MAX_LEN constants by Henry Gessau · 9 years ago
  54. 2b2b6e0 Remove test cases that moved to tempest by Bruce Tan · 9 years ago
  55. 4e2ca46 Bulk creation of SecurityGroups by Reedip · 9 years ago
  56. 3bd3d0f tempest: Fix qos extension check by YAMAMOTO Takashi · 9 years ago
  57. 691c71b Merge "Add API test for tag" by Jenkins · 9 years ago
  58. ff29406 Tempest tests uses only supported QoS rule types by Sławek Kapłoński · 9 years ago
  59. 9e3db15 Merge "Using a new security group in scenario tests" by Jenkins · 9 years ago
  60. 68f47a7 Merge "Add missing revises_on_change attribute" by Jenkins · 9 years ago
  61. ba9a492 Add missing revises_on_change attribute by Lujin · 9 years ago
  62. 32d9af8 Merge "Replace assertEqual(None, *) with assertIsNone in tests" by Jenkins · 9 years ago
  63. bac51dc Using a new security group in scenario tests by Itzik Brown · 9 years ago
  64. 694b3ae Disallow specifying too long name and description for qos by Nam Nguyen Hoai · 9 years ago
  65. fd88eee Replace assertEqual(None, *) with assertIsNone in tests by gengchc2 · 9 years ago
  66. 751cade Retire deprecations for constants, exceptions, attributes by Henry Gessau · 9 years ago
  67. 575aa28 test_routers_flavors: Skip if requirements are not met by YAMAMOTO Takashi · 9 years ago
  68. dff9609 Merge "Have RouterRoute object increment Router revision" by Jenkins · 9 years ago
  69. d158683 Have RouterRoute object increment Router revision by Omer Anson · 9 years ago
  70. f2d779a Merge "Add api test for create update network and port with dns" by Jenkins · 9 years ago
  71. fa6c78d Extend project_id in object dicts (Newton only) by Henry Gessau · 9 years ago
  72. e4ac6b5 Merge "Use more specific asserts in tests" by Jenkins · 9 years ago
  73. ab63e6e Merge "Disallow specifying too long name for meter-label" by Jenkins · 9 years ago
  74. de870d6 Add api test for create update network and port with dns by Manjeet Singh Bhatia · 9 years ago
  75. 5d6743b Disallow specifying too long name for meter-label by hobo.kengo · 9 years ago
  76. e46e203 Merge "tests: Move testtools to 3rd party libraries section" by Jenkins · 9 years ago
  77. 1644056 Merge "Refetch subnet/network from DB in ML2 update ops" by Jenkins · 9 years ago
  78. 2225bb7 Merge "Add missing revision number altercations" by Jenkins · 9 years ago
  79. f46e7a2 Refetch subnet/network from DB in ML2 update ops by Kevin Benton · 9 years ago
  80. a2ceb2d Add missing revision number altercations by Kevin Benton · 9 years ago
  81. f8fa4de Merge "Add MAC address to subports in trunk_details" by Jenkins · 9 years ago
  82. f1d3f59 Merge "Fix ML2 revision_number handling in port updates" by Jenkins · 9 years ago
  83. 28bb93a tests: Move testtools to 3rd party libraries section by Jakub Libosvar · 9 years ago
  84. a2bd97b Fix ML2 revision_number handling in port updates by Kevin Benton · 9 years ago
  85. ce770d4 Merge "API tests: Check MTU sanity of trunk/subport" by Jenkins · 9 years ago
  86. c510676 API tests: Check MTU sanity of trunk/subport by Hynek Mlnarik · 9 years ago
  87. 124378b Clean-up Tempest test networks with project_id by Miguel Lavalle · 9 years ago
  88. 001d880 Add MAC address to subports in trunk_details by Armando Migliaccio · 9 years ago
  89. 3b082fe Add admin api tests for project-id by Henry Gessau · 9 years ago
  90. 88d3fce Merge "Include timezone in timestamp fields" by Jenkins · 9 years ago
  91. 8225179 Merge "Add common way to extend standard attribute models" by Jenkins · 9 years ago
  92. 82b0d74 Add API test to ensure IPs can be added by subnet by Kevin Benton · 9 years ago
  93. dd59bfc Merge "Correct floating IP extra attributes updating issues" by Jenkins · 9 years ago
  94. b944fcb Add common way to extend standard attribute models by Kevin Benton · 9 years ago
  95. a998fdd Merge "Disable DHCP on test_create_port_when_quotas_is_full" by Jenkins · 9 years ago
  96. 6243f43 Include timezone in timestamp fields by Kevin Benton · 9 years ago
  97. d501f8d Merge "Prevent use filter(lambda obj: test(obj), data)" by Jenkins · 9 years ago
  98. 39e5f10 Correct floating IP extra attributes updating issues by LIU Yulong · 9 years ago
  99. 7ffb3a2 Merge "Make optional the validation of filters" by Jenkins · 9 years ago
  100. c486b97 Prevent use filter(lambda obj: test(obj), data) by Nguyen Phuong An · 9 years ago