diff --git a/.zuul.yaml b/.zuul.yaml index 3a6b9258..ff55295c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1213,7 +1213,6 @@ - openstack/tempest vars: tempest_test_regex: ^neutron_tempest_plugin\.sfc - tox_envlist: all-plugin devstack_plugins: networking-sfc: https://opendev.org/openstack/networking-sfc neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin @@ -1276,7 +1275,6 @@ - openstack/tempest vars: tempest_test_regex: ^neutron_tempest_plugin\.fwaas - tox_envlist: all-plugin devstack_plugins: neutron-fwaas: https://opendev.org/openstack/neutron-fwaas.git neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git @@ -1335,7 +1333,6 @@ - openstack/tempest vars: tempest_test_regex: ^neutron_tempest_plugin\.vpnaas - tox_envlist: all-plugin devstack_plugins: neutron-vpnaas: https://opendev.org/openstack/neutron-vpnaas.git neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 25cfba6d..7a460143 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -12,8 +12,10 @@ function install_neutron_tempest_plugin { if [[ "$1" == "stack" ]]; then case "$2" in install) - echo_summary "Installing neutron-tempest-plugin" - install_neutron_tempest_plugin + if [[ "$INSTALL_TEMPEST" == "True" ]]; then + echo_summary "Installing neutron-tempest-plugin" + install_neutron_tempest_plugin + fi ;; test-config) echo_summary "Configuring neutron-tempest-plugin tempest options"