summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-06-06 16:15:25 +0000
committerGerrit Code Review <review@openstack.org>2018-06-06 16:15:25 +0000
commit9d056139a8b09eb99d6dc5d7e7a519c7a2f69131 (patch)
tree86b6475d4ea75fb4947843d573706700eaaaf1de
parentbe7328b0655ba2c923d15c80c7c3fd940246fe39 (diff)
parent50ddf4b5ad05adb5090d6d14f63c07cfd9773ab4 (diff)
downloadneutron-13.0.0.0b2.tar.gz
Merge "Replace ovsfw tempest job with iptables-hybrid tempest job"13.0.0.0b2
-rw-r--r--.zuul.yaml10
-rw-r--r--neutron/tests/contrib/gate_hook.sh6
-rw-r--r--neutron/tests/contrib/hooks/iptables_hybrid (renamed from neutron/tests/contrib/hooks/ovsfw)2
-rw-r--r--playbooks/legacy/neutron-tempest-iptables_hybrid/post.yaml (renamed from playbooks/legacy/neutron-tempest-ovsfw/post.yaml)0
-rw-r--r--playbooks/legacy/neutron-tempest-iptables_hybrid/run.yaml (renamed from playbooks/legacy/neutron-tempest-ovsfw/run.yaml)4
5 files changed, 11 insertions, 11 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 2ff26d1cdd..62c189b2a4 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -12,7 +12,7 @@
- neutron-grenade-dvr-multinode
- neutron-tempest-multinode-full
- neutron-tempest-dvr-ha-multinode-full
- - neutron-tempest-ovsfw
+ - neutron-tempest-iptables_hybrid
- neutron-grenade
- openstack-tox-lower-constraints
gate:
@@ -21,7 +21,7 @@
- neutron-fullstack
- neutron-tempest-dvr
- neutron-tempest-linuxbridge
- - neutron-tempest-ovsfw
+ - neutron-tempest-iptables_hybrid
- neutron-grenade-multinode
- neutron-grenade-dvr-multinode
- neutron-grenade
@@ -255,10 +255,10 @@
voting: false
- job:
- name: neutron-tempest-ovsfw
+ name: neutron-tempest-iptables_hybrid
parent: legacy-dsvm-base
- run: playbooks/legacy/neutron-tempest-ovsfw/run.yaml
- post-run: playbooks/legacy/neutron-tempest-ovsfw/post.yaml
+ run: playbooks/legacy/neutron-tempest-iptables_hybrid/run.yaml
+ post-run: playbooks/legacy/neutron-tempest-iptables_hybrid/post.yaml
timeout: 7800
required-projects:
- openstack-infra/devstack-gate
diff --git a/neutron/tests/contrib/gate_hook.sh b/neutron/tests/contrib/gate_hook.sh
index d636579883..21c44fab67 100644
--- a/neutron/tests/contrib/gate_hook.sh
+++ b/neutron/tests/contrib/gate_hook.sh
@@ -91,7 +91,7 @@ case $VENV in
load_rc_hook dstat
;;
-"api"|"api-pecan"|"full-ovsfw"|"full-pecan"|"dsvm-scenario-ovs"|"dsvm-scenario-linuxbridge")
+"api"|"api-pecan"|"full-iptables_hybrid"|"full-pecan"|"dsvm-scenario-ovs"|"dsvm-scenario-linuxbridge")
# TODO(ihrachys) consider feeding result of ext-list into tempest.conf
load_rc_hook api_all_extensions
if [ "${FLAVOR}" = "dvrskip" ]; then
@@ -114,8 +114,8 @@ case $VENV in
if [[ "$VENV" =~ "pecan" ]]; then
load_conf_hook pecan
fi
- if [[ "$VENV" =~ "ovs" ]]; then
- load_conf_hook ovsfw
+ if [[ "$VENV" =~ "iptables_hybrid" ]]; then
+ load_conf_hook iptables_hybrid
fi
if [[ "$VENV" != "dsvm-scenario-linuxbridge" ]]; then
load_conf_hook tunnel_types
diff --git a/neutron/tests/contrib/hooks/ovsfw b/neutron/tests/contrib/hooks/iptables_hybrid
index b9faa1d643..74ae84a47f 100644
--- a/neutron/tests/contrib/hooks/ovsfw
+++ b/neutron/tests/contrib/hooks/iptables_hybrid
@@ -1,4 +1,4 @@
[[post-config|/$NEUTRON_CORE_PLUGIN_CONF]]
[securitygroup]
-firewall_driver = openvswitch
+firewall_driver = iptables_hybrid
diff --git a/playbooks/legacy/neutron-tempest-ovsfw/post.yaml b/playbooks/legacy/neutron-tempest-iptables_hybrid/post.yaml
index e07f5510ae..e07f5510ae 100644
--- a/playbooks/legacy/neutron-tempest-ovsfw/post.yaml
+++ b/playbooks/legacy/neutron-tempest-iptables_hybrid/post.yaml
diff --git a/playbooks/legacy/neutron-tempest-ovsfw/run.yaml b/playbooks/legacy/neutron-tempest-iptables_hybrid/run.yaml
index ac2dc19964..41757ec900 100644
--- a/playbooks/legacy/neutron-tempest-ovsfw/run.yaml
+++ b/playbooks/legacy/neutron-tempest-iptables_hybrid/run.yaml
@@ -1,5 +1,5 @@
- hosts: all
- name: Autoconverted job legacy-tempest-dsvm-neutron-ovsfw from old job gate-tempest-dsvm-neutron-ovsfw-ubuntu-xenial-nv
+ name: Neutron Tempest iptables-hybrid job
tasks:
- name: Ensure legacy workspace directory
@@ -37,7 +37,7 @@
fi
function gate_hook {
- bash -xe $BASE/new/neutron/neutron/tests/contrib/gate_hook.sh full-ovsfw
+ bash -xe $BASE/new/neutron/neutron/tests/contrib/gate_hook.sh full-iptables_hybrid
}
export -f gate_hook