summaryrefslogtreecommitdiff
path: root/playbooks/devstack/functional/post.yaml
blob: 5f3cf32823d80a7875fe5a1462ddb209705a535c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- hosts: primary
  name: Clear test env
  tasks:
    - name: clear test env
      shell:
        cmd: |
            /opt/stack/heat/heat_integrationtests/cleanup_test_env.sh
        executable: /bin/bash
        chdir: "{{ zuul.project.src_dir }}"
      environment:
        DEVSTACK_BASE_DIR: "{{ devstack_base_dir }}"
      become: true

- hosts: tempest
  become: true
  roles:
    - role: fetch-subunit-output
      zuul_work_dir: '{{ devstack_base_dir }}/tempest'
    - role: process-stackviz