Skip to content

Commit 08c9979

Browse files
committed
tests: Enable firewall management tests in container builds
The latest firewall role release now works in container builds: linux-system-roles/firewall#274 Fixes https://issues.redhat.com/browse/RHEL-88423
1 parent b7bd741 commit 08c9979

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

tests/tests_packages_full.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
hosts: all
44
gather_facts: true
55
vars:
6-
# firewall role not yet supported during container builds: https://issues.redhat.com/browse/RHEL-88425
7-
cockpit_manage_firewall: "{{ __cockpit_is_booted }}"
6+
cockpit_manage_firewall: true
87
cockpit_manage_selinux: false
98
tasks:
109
- name: Tests

tests/tests_port2.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
- name: Test cockpit_* role options
33
hosts: all
4-
# firewall role does not yet work in container builds (https://issues.redhat.com/browse/RHEL-88425)
5-
tags:
6-
- tests::booted
74
gather_facts: true
85
# role vars, but we also check them in tasks/check_port.yml
96
vars:

0 commit comments

Comments
 (0)