never set REMOTE_USER to the value of SSL_CLIENT_S_DN_CN #1427
ci.yml
on: pull_request
Puppet
/
Static validations
17s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
181 errors and 1 warning
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L90
with content cache enabled Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L89
installation of server with cli Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L90
installation of server with cli Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L33
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L34
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stdout is expected to match /admin/
Failure/Error: its(:stdout) { is_expected.to match(/admin/) }
expected "" to match /admin/
Diff:
@@ -1 +1 @@
-/admin/
+""
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L35
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: {\"detail\":\"Authentication credentials were not provided.\"}\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: {"detail":"Authentication credentials were not provided."}
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: {\"detail\":\"Authentication credentials were not provided.\"}\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: {"detail":"Authentication credentials were not provided."}
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L90
with content cache enabled Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L89
installation of server with cli Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L90
installation of server with cli Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L33
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L34
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stdout is expected to match /admin/
Failure/Error: its(:stdout) { is_expected.to match(/admin/) }
expected "" to match /admin/
Diff:
@@ -1 +1 @@
-/admin/
+""
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L35
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: {\"detail\":\"Authentication credentials were not provided.\"}\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: {"detail":"Authentication credentials were not provided."}
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: {\"detail\":\"Authentication credentials were not provided.\"}\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: {"detail":"Authentication credentials were not provided."}
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L64
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L65
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L66
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L91
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/users/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L64
with content cache enabled Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L65
with content cache enabled Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L66
with content cache enabled Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L64
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L65
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L66
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L91
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/users/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L64
with content cache enabled Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L65
with content cache enabled Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L66
with content cache enabled Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L90
with content cache enabled Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L89
installation of server with cli Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L90
installation of server with cli Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L33
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L34
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stdout is expected to match /admin/
Failure/Error: its(:stdout) { is_expected.to match(/admin/) }
expected "" to match /admin/
Diff:
@@ -1 +1 @@
-/admin/
+""
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L35
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: {\"detail\":\"Authentication credentials were not provided.\"}\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: {"detail":"Authentication credentials were not provided."}
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: {\"detail\":\"Authentication credentials were not provided.\"}\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: {"detail":"Authentication credentials were not provided."}
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L64
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L65
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L66
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L91
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/users/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L64
with content cache enabled Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L65
with content cache enabled Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L66
with content cache enabled Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L90
with content cache enabled Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L89
installation of server with cli Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L90
installation of server with cli Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L33
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L34
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stdout is expected to match /admin/
Failure/Error: its(:stdout) { is_expected.to match(/admin/) }
expected "" to match /admin/
Diff:
@@ -1 +1 @@
-/admin/
+""
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L35
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: {\"detail\":\"Authentication credentials were not provided.\"}\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: {"detail":"Authentication credentials were not provided."}
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: {\"detail\":\"Authentication credentials were not provided.\"}\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: {"detail":"Authentication credentials were not provided."}
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L64
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L65
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L66
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L91
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/users/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L64
with content cache enabled Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L65
with content cache enabled Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L66
with content cache enabled Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L64
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L65
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L66
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L91
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/users/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L64
with content cache enabled Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L65
with content cache enabled Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L66
with content cache enabled Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L64
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L65
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L66
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L91
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/users/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L64
with content cache enabled Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L65
with content cache enabled Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L66
with content cache enabled Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L64
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L65
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L66
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L91
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/users/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L64
with content cache enabled Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L65
with content cache enabled Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L66
with content cache enabled Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L64
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L65
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L66
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L91
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/users/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L64
with content cache enabled Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L65
with content cache enabled Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L66
with content cache enabled Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L90
with content cache enabled Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L89
installation of server with cli Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L90
installation of server with cli Curl command "https://centos9-64-puppet8.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L33
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L34
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stdout is expected to match /admin/
Failure/Error: its(:stdout) { is_expected.to match(/admin/) }
expected "" to match /admin/
Diff:
@@ -1 +1 @@
-/admin/
+""
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L35
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: {\"detail\":\"Authentication credentials were not provided.\"}\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: {"detail":"Authentication credentials were not provided."}
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: {\"detail\":\"Authentication credentials were not provided.\"}\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: {"detail":"Authentication credentials were not provided."}
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L90
with content cache enabled Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L89
installation of server with cli Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L90
installation of server with cli Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L33
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L34
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stdout is expected to match /admin/
Failure/Error: its(:stdout) { is_expected.to match(/admin/) }
expected "" to match /admin/
Diff:
@@ -1 +1 @@
-/admin/
+""
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L35
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: {\"detail\":\"Authentication credentials were not provided.\"}\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: {"detail":"Authentication credentials were not provided."}
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: {\"detail\":\"Authentication credentials were not provided.\"}\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: {"detail":"Authentication credentials were not provided."}
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L64
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L65
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L66
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L91
basic installation Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/users/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L64
with content cache enabled Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L65
with content cache enabled Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L66
with content cache enabled Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://almalinux9-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L64
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L65
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L66
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L91
basic installation Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/users/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L64
with content cache enabled Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L65
with content cache enabled Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L66
with content cache enabled Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.49:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://almalinux9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L64
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L65
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L66
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L91
basic installation Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/users/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L64
with content cache enabled Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L65
with content cache enabled Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L66
with content cache enabled Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://almalinux8-64-puppet8.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L64
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L65
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L66
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L91
basic installation Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/users/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L64
with content cache enabled Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L65
with content cache enabled Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" body is expected to contain "artifacts"
Failure/Error: its(:body) { is_expected.to contain('artifacts') }
expected "" to contain "artifacts"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L66
with content cache enabled Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 56
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.49:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://almalinux8-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 0
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Puppet / Test suite
Process completed with exit code 1.
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 8
|