commit | 04b26288b36564fb6498e4457b69b879aec23b99 | [log] [tgz] |
---|---|---|
author | Mykola Yakovliev <VegasQ@gmail.com> | Mon Jul 23 12:13:02 2018 -0500 |
committer | Felipe Monteiro <felipe.monteiro@att.com> | Tue Aug 07 00:57:22 2018 +0000 |
tree | 393abaa3ef8e627bd93d6dc3a123b6d6f8c615af | |
parent | 3e98fe47b54dd75365e158e884ee7406a703c7d4 [diff] [blame] |
Add tests to cover trunks This patch set adds tests to cver the neutron trunks API [0]. Test lists, gets, creates, updates, and deletes trunks. Part of "Increase Neutron RBAC Coverage" initiative [1] [0] https://developer.openstack.org/api-ref/network/v2/index.html#trunk-networking [1] https://storyboard.openstack.org/#!/story/2002641 Story: 2002641 Task: 22326 Change-Id: Ie59f02f5ecc1d04a16fb178444f231e4791e2079
diff --git a/.zuul.yaml b/.zuul.yaml index 5701eb4..d02eada 100644 --- a/.zuul.yaml +++ b/.zuul.yaml
@@ -25,6 +25,7 @@ devstack_services: tempest: true neutron: true + neutron-trunk: true tempest_concurrency: 2 tempest_test_regex: (?!.*\[.*\bslow\b.*\])(^patrole_tempest_plugin\.tests\.api) tox_envlist: all-plugin