blob: 07e1b634cd72d147e59d39765d7b64a588f323f4 [file] [log] [blame]
Martin Kopec05c35eb2020-08-12 09:17:35 +00001---
2- name: Run tempest cleanup dry-run
3 become: yes
4 become_user: tempest
5 command: tox -evenv-tempest -- tempest cleanup --dry-run --debug
6 args:
7 chdir: "{{ devstack_base_dir }}/tempest"
Luigi Dino Tamagnone9052dfc2023-04-09 15:24:45 +00008 when: not run_tempest_cleanup_prefix
9
10- name: Run tempest cleanup dry-run with tempest prefix
11 become: yes
12 become_user: tempest
13 command: tox -evenv-tempest -- tempest cleanup --dry-run --debug --prefix tempest
14 args:
15 chdir: "{{ devstack_base_dir }}/tempest"
16 when: run_tempest_cleanup_prefix