github-ci: check for suricata-update example configuration files

Check that the Suricata-Update example configuration files are
installed.
pull/9001/head
Jason Ish 2 years ago committed by Victor Julien
parent b8071a9eb0
commit 6d7923c80b

@ -270,6 +270,14 @@ jobs:
- run: make install - run: make install
- run: suricatasc -h - run: suricatasc -h
- run: suricata-update -V - run: suricata-update -V
- name: Check if Suricata-Update example configuration files are installed
run: |
test -e /usr/local/lib/suricata/python/suricata/update/configs/disable.conf
test -e /usr/local/lib/suricata/python/suricata/update/configs/drop.conf
test -e /usr/local/lib/suricata/python/suricata/update/configs/enable.conf
test -e /usr/local/lib/suricata/python/suricata/update/configs/modify.conf
test -e /usr/local/lib/suricata/python/suricata/update/configs/threshold.in
test -e /usr/local/lib/suricata/python/suricata/update/configs/update.yaml
almalinux-9-templates: almalinux-9-templates:
name: AlmaLinux 9 Test Templates name: AlmaLinux 9 Test Templates

Loading…
Cancel
Save