Fix debian gpg validation and improve rundeck::install spec file #272
Annotations
6 errors
Run tests:
spec/classes/install_spec.rb#L29
rundeck on debian-10-x86_64 without any parameters test rundeck::install is expected to contain Apt::Source[rundeck] with location => "https://packages.rundeck.com/pagerduty/rundeck/any", release => "any", repos => "main" and key => {"name"=>"rundeck.asc", "source"=>"https://packages.rundeck.com/pagerduty/rundeck/gpgkey"}
Failure/Error:
is_expected.to contain_apt__source('rundeck').with(
location: 'https://packages.rundeck.com/pagerduty/rundeck/any',
release: 'any',
repos: 'main',
key: {
'name' => 'rundeck.asc',
'source' => 'https://packages.rundeck.com/pagerduty/rundeck/gpgkey',
}
)
expected that the catalogue would contain Apt::Source[rundeck] with location set to "https://packages.rundeck.com/pagerduty/rundeck/any" but it is set to "https://packages.rundeck.com/pagerduty/rundeck/any/", and parameter key set to {"name"=>"rundeck.asc", "source"=>"https://packages.rundeck.com/pagerduty/rundeck/gpgkey"} but it is set to {"id"=>"0DDD2FA79B15D736ECEA32B89B5206167C5C34C0", "server"=>"keyserver.ubuntu.com"}
Diff:
@@ -1,4 +1,4 @@
-https://packages.rundeck.com/pagerduty/rundeck/any
+https://packages.rundeck.com/pagerduty/rundeck/any/
-{"name"=>"rundeck.asc", "source"=>"https://packages.rundeck.com/pagerduty/rundeck/gpgkey"}
+{"id"=>"0DDD2FA79B15D736ECEA32B89B5206167C5C34C0", "server"=>"keyserver.ubuntu.com"}
|
Run tests:
spec/classes/install_spec.rb#L29
rundeck on debian-11-x86_64 without any parameters test rundeck::install is expected to contain Apt::Source[rundeck] with location => "https://packages.rundeck.com/pagerduty/rundeck/any", release => "any", repos => "main" and key => {"name"=>"rundeck.asc", "source"=>"https://packages.rundeck.com/pagerduty/rundeck/gpgkey"}
Failure/Error:
is_expected.to contain_apt__source('rundeck').with(
location: 'https://packages.rundeck.com/pagerduty/rundeck/any',
release: 'any',
repos: 'main',
key: {
'name' => 'rundeck.asc',
'source' => 'https://packages.rundeck.com/pagerduty/rundeck/gpgkey',
}
)
expected that the catalogue would contain Apt::Source[rundeck] with location set to "https://packages.rundeck.com/pagerduty/rundeck/any" but it is set to "https://packages.rundeck.com/pagerduty/rundeck/any/", and parameter key set to {"name"=>"rundeck.asc", "source"=>"https://packages.rundeck.com/pagerduty/rundeck/gpgkey"} but it is set to {"id"=>"0DDD2FA79B15D736ECEA32B89B5206167C5C34C0", "server"=>"keyserver.ubuntu.com"}
Diff:
@@ -1,4 +1,4 @@
-https://packages.rundeck.com/pagerduty/rundeck/any
+https://packages.rundeck.com/pagerduty/rundeck/any/
-{"name"=>"rundeck.asc", "source"=>"https://packages.rundeck.com/pagerduty/rundeck/gpgkey"}
+{"id"=>"0DDD2FA79B15D736ECEA32B89B5206167C5C34C0", "server"=>"keyserver.ubuntu.com"}
|
Run tests:
spec/classes/install_spec.rb#L29
rundeck on ubuntu-18.04-x86_64 without any parameters test rundeck::install is expected to contain Apt::Source[rundeck] with location => "https://packages.rundeck.com/pagerduty/rundeck/any", release => "any", repos => "main" and key => {"name"=>"rundeck.asc", "source"=>"https://packages.rundeck.com/pagerduty/rundeck/gpgkey"}
Failure/Error:
is_expected.to contain_apt__source('rundeck').with(
location: 'https://packages.rundeck.com/pagerduty/rundeck/any',
release: 'any',
repos: 'main',
key: {
'name' => 'rundeck.asc',
'source' => 'https://packages.rundeck.com/pagerduty/rundeck/gpgkey',
}
)
expected that the catalogue would contain Apt::Source[rundeck] with location set to "https://packages.rundeck.com/pagerduty/rundeck/any" but it is set to "https://packages.rundeck.com/pagerduty/rundeck/any/", and parameter key set to {"name"=>"rundeck.asc", "source"=>"https://packages.rundeck.com/pagerduty/rundeck/gpgkey"} but it is set to {"id"=>"0DDD2FA79B15D736ECEA32B89B5206167C5C34C0", "server"=>"keyserver.ubuntu.com"}
Diff:
@@ -1,4 +1,4 @@
-https://packages.rundeck.com/pagerduty/rundeck/any
+https://packages.rundeck.com/pagerduty/rundeck/any/
-{"name"=>"rundeck.asc", "source"=>"https://packages.rundeck.com/pagerduty/rundeck/gpgkey"}
+{"id"=>"0DDD2FA79B15D736ECEA32B89B5206167C5C34C0", "server"=>"keyserver.ubuntu.com"}
|
Run tests:
spec/classes/install_spec.rb#L29
rundeck on ubuntu-20.04-x86_64 without any parameters test rundeck::install is expected to contain Apt::Source[rundeck] with location => "https://packages.rundeck.com/pagerduty/rundeck/any", release => "any", repos => "main" and key => {"name"=>"rundeck.asc", "source"=>"https://packages.rundeck.com/pagerduty/rundeck/gpgkey"}
Failure/Error:
is_expected.to contain_apt__source('rundeck').with(
location: 'https://packages.rundeck.com/pagerduty/rundeck/any',
release: 'any',
repos: 'main',
key: {
'name' => 'rundeck.asc',
'source' => 'https://packages.rundeck.com/pagerduty/rundeck/gpgkey',
}
)
expected that the catalogue would contain Apt::Source[rundeck] with location set to "https://packages.rundeck.com/pagerduty/rundeck/any" but it is set to "https://packages.rundeck.com/pagerduty/rundeck/any/", and parameter key set to {"name"=>"rundeck.asc", "source"=>"https://packages.rundeck.com/pagerduty/rundeck/gpgkey"} but it is set to {"id"=>"0DDD2FA79B15D736ECEA32B89B5206167C5C34C0", "server"=>"keyserver.ubuntu.com"}
Diff:
@@ -1,4 +1,4 @@
-https://packages.rundeck.com/pagerduty/rundeck/any
+https://packages.rundeck.com/pagerduty/rundeck/any/
-{"name"=>"rundeck.asc", "source"=>"https://packages.rundeck.com/pagerduty/rundeck/gpgkey"}
+{"id"=>"0DDD2FA79B15D736ECEA32B89B5206167C5C34C0", "server"=>"keyserver.ubuntu.com"}
|
Run tests:
spec/classes/install_spec.rb#L29
rundeck on ubuntu-22.04-x86_64 without any parameters test rundeck::install is expected to contain Apt::Source[rundeck] with location => "https://packages.rundeck.com/pagerduty/rundeck/any", release => "any", repos => "main" and key => {"name"=>"rundeck.asc", "source"=>"https://packages.rundeck.com/pagerduty/rundeck/gpgkey"}
Failure/Error:
is_expected.to contain_apt__source('rundeck').with(
location: 'https://packages.rundeck.com/pagerduty/rundeck/any',
release: 'any',
repos: 'main',
key: {
'name' => 'rundeck.asc',
'source' => 'https://packages.rundeck.com/pagerduty/rundeck/gpgkey',
}
)
expected that the catalogue would contain Apt::Source[rundeck] with location set to "https://packages.rundeck.com/pagerduty/rundeck/any" but it is set to "https://packages.rundeck.com/pagerduty/rundeck/any/", and parameter key set to {"name"=>"rundeck.asc", "source"=>"https://packages.rundeck.com/pagerduty/rundeck/gpgkey"} but it is set to {"id"=>"0DDD2FA79B15D736ECEA32B89B5206167C5C34C0", "server"=>"keyserver.ubuntu.com"}
Diff:
@@ -1,4 +1,4 @@
-https://packages.rundeck.com/pagerduty/rundeck/any
+https://packages.rundeck.com/pagerduty/rundeck/any/
-{"name"=>"rundeck.asc", "source"=>"https://packages.rundeck.com/pagerduty/rundeck/gpgkey"}
+{"id"=>"0DDD2FA79B15D736ECEA32B89B5206167C5C34C0", "server"=>"keyserver.ubuntu.com"}
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading