Scripts for running smoke tests on the undercloud VM.
[apex.git] / tests / smoke_tests / execute_tests.yml
1 ---
2 - hosts: all
3   sudo: yes
4
5   tasks:
6    - name: Copy execute_smoke_tests.sh
7      copy: src=execute_smoke_tests.sh dest=~/execute_smoke_tests.sh mode=0755
8    - name: Execute Tests
9      command: sh ~/execute_smoke_tests.sh | tee ~/unit_tests.out