Skip to content

Commit

Permalink
change filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Schoechlin committed Jun 17, 2020
1 parent 2d52b85 commit c1dd624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_test
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ assertSuccess STOP_ON_ERROR "zabbix_get -s 127.0.0.1 -k 'custom.process[nosuchpr
assertSuccess STOP_ON_ERROR "zabbix_get -s 127.0.0.1 -k 'zabbix.agent_extensions.version'|tee /dev/stderr | grep -q -P '^\d+'"

sudo mkdir -m 755 -p /opt/puppetlabs/puppet/cache/state/
sudo cp extension-files/test/puppet_last_run_summary.yaml /opt/puppetlabs/puppet/cache/state/last_run_summary.yaml
sudo cp extension-files/test//puppet_last_run_report.yaml /opt/puppetlabs/puppet/cache/state/last_run_report.yaml
sudo cp extension-files/test/last_run_summary.yaml /opt/puppetlabs/puppet/cache/state/last_run_summary.yaml
sudo cp extension-files/test/last_run_report.yaml /opt/puppetlabs/puppet/cache/state/last_run_report.yaml

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+$'"
Expand Down

0 comments on commit c1dd624

Please sign in to comment.