# SPDX-License-Identifier: GPL-3.0-or-later """Post-install checks: essential services archsetup enables. Parity port of validate_firewall from validation.sh (more to follow in P2). """ import pytest @pytest.mark.smoke @pytest.mark.attribution("archsetup") def test_ufw_firewall_enabled(host): assert host.service("ufw").is_enabled