summaryrefslogtreecommitdiffstats
path: root/vagrant/ansible/roles/client.test.prep/tasks/main.yml
blob: 307590ad216329aa04821e52175a28ee1574a76b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
- name: Fetch the latest samba-integration-tests repo
  git:
    repo: 'https://github.com/gluster/samba-integration.git'
    version: tests
    dest: /root/samba-integration-tests

- name: Create a symlink for test-info.yml file
  file:
    src: /root/test-info.yml
    dest: /root/samba-integration-tests/test-info.yml
    owner: root
    group: root
    state: link

- name: Run tests
  command:
    chdir: /root/samba-integration-tests
    cmd: make test