Added zuulv3 jobs for testing neutron tempest plugin
* In order to test the tempest plugin, this patch adds following
jobs against neutron-tempest-plguin
- neutron-tempest-plugin-api for api tests with voting
- neutron-tempest-plugin-dvr-multinode-scenario and
- neutron-tempest-plugin-scenario-linuxbridge for scenario tests
Depends-On: Ic4e88f1f9d2ea7803efe8d0e32117df304d6d3e5
Change-Id: I98c42a407e15e9db016103bd0b5484ad7f12649d
diff --git a/playbooks/neutron-tempest-plugin-dvr-multinode-scenario/post.yaml b/playbooks/neutron-tempest-plugin-dvr-multinode-scenario/post.yaml
new file mode 100644
index 0000000..e07f551
--- /dev/null
+++ b/playbooks/neutron-tempest-plugin-dvr-multinode-scenario/post.yaml
@@ -0,0 +1,15 @@
+- hosts: primary
+ tasks:
+
+ - name: Copy files from {{ ansible_user_dir }}/workspace/ on node
+ synchronize:
+ src: '{{ ansible_user_dir }}/workspace/'
+ dest: '{{ zuul.executor.log_root }}'
+ mode: pull
+ copy_links: true
+ verify_host: true
+ rsync_opts:
+ - --include=/logs/**
+ - --include=*/
+ - --exclude=*
+ - --prune-empty-dirs