Files
configng/tests/HAB001.conf
Dimitry Ishenko 36735c00f0 Fix up tests
2025-02-04 18:23:50 +01:00

9 lines
161 B
Plaintext

ENABLED=true
RELEASE="bookworm"
function testcase {(
set -e
./bin/armbian-config --api module_openhab install
systemctl is-active --quiet openhab.service
)}