Enable Qos in gate
Change-Id: Ia08c12c9c82000e4edd9025714b2655c8874c5ca
diff --git a/octavia_tempest_plugin/config.py b/octavia_tempest_plugin/config.py
index 36cb5ba..54eeabf 100644
--- a/octavia_tempest_plugin/config.py
+++ b/octavia_tempest_plugin/config.py
@@ -83,4 +83,8 @@
cfg.StrOpt('member_role',
default='load-balancer_member',
help="Role to add to users created for octavia tests."),
+ cfg.StrOpt('vip_qos_policy_id',
+ default=None,
+ help='Existing QoS Policy ID in neutron to use for'
+ 'loadbalancer.')
]
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index 84cd1f3..f38a582 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -41,9 +41,11 @@
s-object: false
s-proxy: false
tempest: true
+ neutron-qos: true
devstack_plugins:
barbican: https://github.com/openstack/barbican.git
octavia: https://github.com/openstack/octavia.git
+ neutron: https://github.com/openstack/neutron.git
tempest_concurrency: 2
tempest_test_regex: ^octavia_tempest_plugin
tox_venvlist: all