summaryrefslogtreecommitdiffstats
path: root/apex/tests/smoke_tests/execute_tests.yml
blob: 5042d23054a5b3edfd13c63cf7d5a3bf00ac9b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
- hosts: all
  become: yes
  become_method: sudo
  become_user: root

  tasks:
   - name: Copy execute_smoke_tests.sh
     copy: src=execute_smoke_tests.sh dest=~/execute_smoke_tests.sh mode=0755
   - name: Execute Tests
     command: sh ~/execute_smoke_tests.sh | tee ~/unit_tests.out