openstack-planet/playbooks/unittest/run.yaml
Andreas Jaeger fd9b786f59 Move unittest job in-tree
Move the unittest job for this repo in-tree as Zuul v3 native job.

Change-Id: If7632956b6d28047fbacb4e9bbd416e69b0d060b
2018-03-07 07:07:20 +01:00

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