Skip to content

Commit

Permalink
test: enable pod test cleanup
Browse files Browse the repository at this point in the history
tests_quadlet_pod.yml cleanup section was disabled - enable it

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Dec 3, 2024
1 parent 735dc72 commit a72cd33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/tests_quadlet_pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@

always:
- name: Cleanup
when: false
block:
- name: Cleanup user
include_role:
Expand Down Expand Up @@ -205,3 +204,8 @@
command: journalctl -ex
changed_when: false
failed_when: true

- name: Check AVCs
command: grep type=AVC /var/log/audit/audit.log
changed_when: false
failed_when: false

0 comments on commit a72cd33

Please sign in to comment.