![Martin Kopec](/assets/img/avatar_default.png)
The patch implements a new flag which will fail a job when any resources were leaked - that can be used for verification that tests are cleaning their resources after they are finished. Change-Id: I212cdce9713c80491153b0bbdb313e75c1f96f1d
8 lines
197 B
YAML
8 lines
197 B
YAML
---
|
|
- name: Run tempest cleanup dry-run
|
|
become: yes
|
|
become_user: tempest
|
|
command: tox -evenv-tempest -- tempest cleanup --dry-run --debug
|
|
args:
|
|
chdir: "{{ devstack_base_dir }}/tempest"
|