From 6d7923c80b4ed68b5c25ceeb9615535313cf0b71 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 8 Jun 2023 12:26:53 -0600 Subject: [PATCH] github-ci: check for suricata-update example configuration files Check that the Suricata-Update example configuration files are installed. --- .github/workflows/builds.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 1534cf4394..e7a5e2f12c 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -270,6 +270,14 @@ jobs: - run: make install - run: suricatasc -h - 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: name: AlmaLinux 9 Test Templates -- 2.47.2