From b55aa36534339ed8facee304839c7eab4959c133 Mon Sep 17 00:00:00 2001 From: Marc Schoechlin Date: Wed, 17 Jun 2020 23:28:49 +0200 Subject: [PATCH] fix tests --- ci_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_test b/ci_test index e73d8ef..7a3ba28 100755 --- a/ci_test +++ b/ci_test @@ -82,7 +82,7 @@ sudo cp extension-files/test/last_run_report.yaml /opt/puppetlabs/puppet/cache/s assertSuccess STOP_ON_ERROR "zabbix_get -s 127.0.0.1 -k 'puppet[state]'|tee /dev/stderr | grep -q -P '^OK: puppetrun successful, no changes$'" assertSuccess STOP_ON_ERROR "zabbix_get -s 127.0.0.1 -k 'puppet[changes,total]'|tee /dev/stderr | grep -q -P '^\d+$'" -assertSuccess STOP_ON_ERROR "zabbix_get -s 127.0.0.1 -k 'puppet[environment]'|tee /dev/stderr | grep -q -P '^production$'" +assertSuccess STOP_ON_ERROR "zabbix_get -s 127.0.0.1 -k 'puppet[environment]'|tee /dev/stderr | grep -q -P '^production_master$'" assertSuccess STOP_ON_ERROR "zabbix_get -s 127.0.0.1 -k vfs.dev.discovery | tee /dev/stderr | grep -q '#BLOCKDEVICE'" assertSuccess STOP_ON_ERROR "zabbix_get -s 127.0.0.1 -k vfs.fs.discovery | grep -v /proc"