From 696977c2c1cdf17acc47115f7545a0adbf78d937 Mon Sep 17 00:00:00 2001 From: "Troy W." Date: Fri, 9 Aug 2024 22:27:39 -0400 Subject: [PATCH 1/3] Updated testing --- .github/workflows/agent.yml | 2 +- molecule/zabbix_agent_tests/molecule/agent2/molecule.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index a3f6b1629..f858466da 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -81,4 +81,4 @@ jobs: MY_MOLECULE_IMAGE=${{ matrix.container }} MY_MOLECULE_VERSION=${{ matrix.version }} MY_MOLECULE_DOCKER_COMMAND=${{ matrix.command }} - molecule -c common/molecule.yml test -s ${{ matrix.scenario_name }} + molecule -vv -c common/molecule.yml test -s ${{ matrix.scenario_name }} diff --git a/molecule/zabbix_agent_tests/molecule/agent2/molecule.yml b/molecule/zabbix_agent_tests/molecule/agent2/molecule.yml index a2b21794b..dfe9af181 100644 --- a/molecule/zabbix_agent_tests/molecule/agent2/molecule.yml +++ b/molecule/zabbix_agent_tests/molecule/agent2/molecule.yml @@ -11,6 +11,7 @@ provisioner: zabbix_agent_tlspskidentity: my_Identity zabbix_agent_tlspskfile: /data/certs/zabbix.psk zabbix_agent_tlspsk_secret: 97defd6bd126d5ba7fa5f296595f82eac905d5eda270207a580ab7c0cb9e8eab + zabbix_agent_include_dir: /etc/zabbix/zabbix_agent2.d zabbix_agent_plugins: - name: SystemRun options: From 597e86bb9cad49b05b73ef9e7a5d20d2482b51d0 Mon Sep 17 00:00:00 2001 From: "Troy W." Date: Fri, 9 Aug 2024 22:31:51 -0400 Subject: [PATCH 2/3] more verbose --- .github/workflows/agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index f858466da..bb414f90a 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -81,4 +81,4 @@ jobs: MY_MOLECULE_IMAGE=${{ matrix.container }} MY_MOLECULE_VERSION=${{ matrix.version }} MY_MOLECULE_DOCKER_COMMAND=${{ matrix.command }} - molecule -vv -c common/molecule.yml test -s ${{ matrix.scenario_name }} + molecule -vvv -c common/molecule.yml test -s ${{ matrix.scenario_name }} From cd563768400bc8e8d0768caaccdb6c13aef9583d Mon Sep 17 00:00:00 2001 From: "Troy W." Date: Fri, 9 Aug 2024 22:39:33 -0400 Subject: [PATCH 3/3] remove verbose --- .github/workflows/agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index bb414f90a..a3f6b1629 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -81,4 +81,4 @@ jobs: MY_MOLECULE_IMAGE=${{ matrix.container }} MY_MOLECULE_VERSION=${{ matrix.version }} MY_MOLECULE_DOCKER_COMMAND=${{ matrix.command }} - molecule -vvv -c common/molecule.yml test -s ${{ matrix.scenario_name }} + molecule -c common/molecule.yml test -s ${{ matrix.scenario_name }}