remove custom use of archive for several exporters #779
Annotations
10 errors
Run tests:
spec/classes/nginx_prometheus_exporter_spec.rb#L16
prometheus::nginx_prometheus_exporter on oraclelinux-8-x86_64 with all defaults is expected to contain Archive[/tmp/nginx-prometheus-exporter-0.11.0.tar.gz]
Failure/Error: it { is_expected.to contain_archive('/tmp/nginx-prometheus-exporter-0.11.0.tar.gz') }
expected that the catalogue would contain Archive[/tmp/nginx-prometheus-exporter-0.11.0.tar.gz]
|
Run tests:
spec/classes/nginx_prometheus_exporter_spec.rb#L32
prometheus::nginx_prometheus_exporter on oraclelinux-8-x86_64 with some params with specific params is expected to contain Archive[/tmp/nginx-prometheus-exporter-0.11.0.tar.gz]
Failure/Error: it { is_expected.to contain_archive('/tmp/nginx-prometheus-exporter-0.11.0.tar.gz') }
expected that the catalogue would contain Archive[/tmp/nginx-prometheus-exporter-0.11.0.tar.gz]
|
Run tests:
spec/classes/nginx_prometheus_exporter_spec.rb#L60
prometheus::nginx_prometheus_exporter on oraclelinux-8-x86_64 with scrape_uri and extra options specified with specific params is expected to contain Archive[/tmp/nginx-prometheus-exporter-0.11.0.tar.gz]
Failure/Error: it { is_expected.to contain_archive('/tmp/nginx-prometheus-exporter-0.11.0.tar.gz') }
expected that the catalogue would contain Archive[/tmp/nginx-prometheus-exporter-0.11.0.tar.gz]
|
Run tests:
spec/classes/nginx_prometheus_exporter_spec.rb#L16
prometheus::nginx_prometheus_exporter on oraclelinux-9-x86_64 with all defaults is expected to contain Archive[/tmp/nginx-prometheus-exporter-0.11.0.tar.gz]
Failure/Error: it { is_expected.to contain_archive('/tmp/nginx-prometheus-exporter-0.11.0.tar.gz') }
expected that the catalogue would contain Archive[/tmp/nginx-prometheus-exporter-0.11.0.tar.gz]
|
Run tests:
spec/classes/node_exporter_spec.rb#L101
prometheus::node_exporter on archlinux-6-x86_64 with version specified install correct binary is expected to contain File[/usr/local/bin/node_exporter] with target => "/opt/node_exporter-0.13.0.linux-amd64/node_exporter"
Failure/Error: it { is_expected.to contain_file('/usr/local/bin/node_exporter').with('target' => '/opt/node_exporter-0.13.0.linux-amd64/node_exporter') }
expected that the catalogue would contain File[/usr/local/bin/node_exporter]
|
Run tests:
spec/classes/nginx_prometheus_exporter_spec.rb#L32
prometheus::nginx_prometheus_exporter on oraclelinux-9-x86_64 with some params with specific params is expected to contain Archive[/tmp/nginx-prometheus-exporter-0.11.0.tar.gz]
Failure/Error: it { is_expected.to contain_archive('/tmp/nginx-prometheus-exporter-0.11.0.tar.gz') }
expected that the catalogue would contain Archive[/tmp/nginx-prometheus-exporter-0.11.0.tar.gz]
|
Run tests:
spec/classes/nginx_prometheus_exporter_spec.rb#L60
prometheus::nginx_prometheus_exporter on oraclelinux-9-x86_64 with scrape_uri and extra options specified with specific params is expected to contain Archive[/tmp/nginx-prometheus-exporter-0.11.0.tar.gz]
Failure/Error: it { is_expected.to contain_archive('/tmp/nginx-prometheus-exporter-0.11.0.tar.gz') }
expected that the catalogue would contain Archive[/tmp/nginx-prometheus-exporter-0.11.0.tar.gz]
|
Run tests:
spec/classes/nginx_prometheus_exporter_spec.rb#L16
prometheus::nginx_prometheus_exporter on redhat-8-x86_64 with all defaults is expected to contain Archive[/tmp/nginx-prometheus-exporter-0.11.0.tar.gz]
Failure/Error: it { is_expected.to contain_archive('/tmp/nginx-prometheus-exporter-0.11.0.tar.gz') }
expected that the catalogue would contain Archive[/tmp/nginx-prometheus-exporter-0.11.0.tar.gz]
|
Run tests:
spec/classes/nginx_prometheus_exporter_spec.rb#L32
prometheus::nginx_prometheus_exporter on redhat-8-x86_64 with some params with specific params is expected to contain Archive[/tmp/nginx-prometheus-exporter-0.11.0.tar.gz]
Failure/Error: it { is_expected.to contain_archive('/tmp/nginx-prometheus-exporter-0.11.0.tar.gz') }
expected that the catalogue would contain Archive[/tmp/nginx-prometheus-exporter-0.11.0.tar.gz]
|
Run tests:
spec/classes/postgres_exporter_spec.rb#L27
prometheus::postgres_exporter on oraclelinux-8-x86_64 with version specified with all defaults is expected to contain File[/usr/local/bin/postgres_exporter] with target => "/opt/postgres_exporter-0.4.6.linux-amd64/postgres_exporter"
Failure/Error: it { is_expected.to contain_file('/usr/local/bin/postgres_exporter').with('target' => '/opt/postgres_exporter-0.4.6.linux-amd64/postgres_exporter') }
expected that the catalogue would contain File[/usr/local/bin/postgres_exporter] with target set to "/opt/postgres_exporter-0.4.6.linux-amd64/postgres_exporter" but it is set to "/opt/postgres_exporter_v0.4.6_linux-amd64/postgres_exporter"
|
Loading