openstack-planet/playbooks/unittest/run.yaml

12 lines
208 B
YAML

- hosts: all
tasks:
- name: Run test.py
shell:
chdir: '{{ zuul.project.src_dir }}'
executable: /bin/bash
cmd: |
set -e
set -x
python test.py