neutron-tempest-plugin/playbooks/neutron-tempest-plugin-dvr-multinode-scenario/post.yaml
Chandan Kumar a564cf3a93 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
2017-11-21 15:41:31 +00:00

16 lines
411 B
YAML

- 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