Skip to content

always compare CNs as downcase #1450

always compare CNs as downcase

always compare CNs as downcase #1450

Triggered via pull request December 17, 2024 10:55
Status Cancelled
Total duration 7m 49s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
34s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
3s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

219 errors and 1 warning
Puppet / 8 (Ruby 3.2): spec/classes/pulpcore_spec.rb#L494
pulpcore on almalinux-8-x86_64 with API client auth common names is expected to contain Apache::Vhost[pulpcore-https] with directories => [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] Failure/Error: is_expected.to contain_apache__vhost('pulpcore-https') .with_directories([ { 'provider' => 'Directory', 'path' => '/var/lib/pulp/pulpcore_static', 'options' => ['-Indexes', '-FollowSymLinks'], 'allow_override' => ['None'], }, { 'path' => '/pulp/content', expected that the catalogue would contain Apache::Vhost[pulpcore-https] with directories set to [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] but it is set to [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] Diff: @@ -2,5 +2,5 @@ {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]} -{"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]} +{"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}
Puppet / 8 (Ruby 3.2): spec/classes/plugin_container_spec.rb#L45
pulpcore::plugin::container on almalinux-8-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -2,7 +2,7 @@ <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER - RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + RequestHeader set REMOTE-USER "admin" "expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location>
Puppet / 8 (Ruby 3.2): spec/classes/plugin_container_spec.rb#L45
pulpcore::plugin::container on almalinux-9-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -2,7 +2,7 @@ <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER - RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + RequestHeader set REMOTE-USER "admin" "expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location>
Puppet / 8 (Ruby 3.2): spec/classes/plugin_container_spec.rb#L45
pulpcore::plugin::container on centos-8-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -2,7 +2,7 @@ <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER - RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + RequestHeader set REMOTE-USER "admin" "expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location>
Puppet / 8 (Ruby 3.2): spec/classes/plugin_container_spec.rb#L45
pulpcore::plugin::container on centos-9-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -2,7 +2,7 @@ <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER - RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + RequestHeader set REMOTE-USER "admin" "expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location>
Puppet / 8 (Ruby 3.2): spec/classes/plugin_container_spec.rb#L45
pulpcore::plugin::container on redhat-8-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -2,7 +2,7 @@ <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER - RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + RequestHeader set REMOTE-USER "admin" "expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location>
Puppet / 8 (Ruby 3.2): spec/classes/plugin_container_spec.rb#L45
pulpcore::plugin::container on redhat-9-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -2,7 +2,7 @@ <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER - RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + RequestHeader set REMOTE-USER "admin" "expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location>
Puppet / 8 (Ruby 3.2): spec/classes/pulpcore_spec.rb#L494
pulpcore on almalinux-9-x86_64 with API client auth common names is expected to contain Apache::Vhost[pulpcore-https] with directories => [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] Failure/Error: is_expected.to contain_apache__vhost('pulpcore-https') .with_directories([ { 'provider' => 'Directory', 'path' => '/var/lib/pulp/pulpcore_static', 'options' => ['-Indexes', '-FollowSymLinks'], 'allow_override' => ['None'], }, { 'path' => '/pulp/content', expected that the catalogue would contain Apache::Vhost[pulpcore-https] with directories set to [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] but it is set to [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] Diff: @@ -2,5 +2,5 @@ {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]} -{"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]} +{"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}
Puppet / 8 (Ruby 3.2): spec/classes/pulpcore_spec.rb#L494
pulpcore on centos-8-x86_64 with API client auth common names is expected to contain Apache::Vhost[pulpcore-https] with directories => [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] Failure/Error: is_expected.to contain_apache__vhost('pulpcore-https') .with_directories([ { 'provider' => 'Directory', 'path' => '/var/lib/pulp/pulpcore_static', 'options' => ['-Indexes', '-FollowSymLinks'], 'allow_override' => ['None'], }, { 'path' => '/pulp/content', expected that the catalogue would contain Apache::Vhost[pulpcore-https] with directories set to [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] but it is set to [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] Diff: @@ -2,5 +2,5 @@ {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]} -{"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]} +{"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}
Puppet / 8 (Ruby 3.2): spec/classes/pulpcore_spec.rb#L494
pulpcore on centos-9-x86_64 with API client auth common names is expected to contain Apache::Vhost[pulpcore-https] with directories => [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] Failure/Error: is_expected.to contain_apache__vhost('pulpcore-https') .with_directories([ { 'provider' => 'Directory', 'path' => '/var/lib/pulp/pulpcore_static', 'options' => ['-Indexes', '-FollowSymLinks'], 'allow_override' => ['None'], }, { 'path' => '/pulp/content', expected that the catalogue would contain Apache::Vhost[pulpcore-https] with directories set to [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] but it is set to [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] Diff: @@ -2,5 +2,5 @@ {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]} -{"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]} +{"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}
Puppet / 7 (Ruby 2.7): spec/classes/pulpcore_spec.rb#L494
pulpcore on almalinux-8-x86_64 with API client auth common names is expected to contain Apache::Vhost[pulpcore-https] with directories => [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] Failure/Error: is_expected.to contain_apache__vhost('pulpcore-https') .with_directories([ { 'provider' => 'Directory', 'path' => '/var/lib/pulp/pulpcore_static', 'options' => ['-Indexes', '-FollowSymLinks'], 'allow_override' => ['None'], }, { 'path' => '/pulp/content', expected that the catalogue would contain Apache::Vhost[pulpcore-https] with directories set to [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] but it is set to [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] Diff: @@ -2,5 +2,5 @@ {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]} -{"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]} +{"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}
Puppet / 7 (Ruby 2.7): spec/classes/plugin_container_spec.rb#L45
pulpcore::plugin::container on almalinux-8-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -2,7 +2,7 @@ <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER - RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + RequestHeader set REMOTE-USER "admin" "expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location>
Puppet / 7 (Ruby 2.7): spec/classes/plugin_container_spec.rb#L45
pulpcore::plugin::container on centos-9-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -2,7 +2,7 @@ <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER - RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + RequestHeader set REMOTE-USER "admin" "expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location>
Puppet / 7 (Ruby 2.7): spec/classes/plugin_container_spec.rb#L45
pulpcore::plugin::container on redhat-9-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -2,7 +2,7 @@ <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER - RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + RequestHeader set REMOTE-USER "admin" "expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location>
Puppet / 7 (Ruby 2.7): spec/classes/plugin_container_spec.rb#L45
pulpcore::plugin::container on redhat-8-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -2,7 +2,7 @@ <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER - RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + RequestHeader set REMOTE-USER "admin" "expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location>
Puppet / 7 (Ruby 2.7): spec/classes/plugin_container_spec.rb#L45
pulpcore::plugin::container on centos-8-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -2,7 +2,7 @@ <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER - RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + RequestHeader set REMOTE-USER "admin" "expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location>
Puppet / 7 (Ruby 2.7): spec/classes/plugin_container_spec.rb#L45
pulpcore::plugin::container on almalinux-9-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -2,7 +2,7 @@ <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER - RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + RequestHeader set REMOTE-USER "admin" "expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location>
Puppet / 7 (Ruby 2.7): spec/classes/pulpcore_spec.rb#L494
pulpcore on centos-9-x86_64 with API client auth common names is expected to contain Apache::Vhost[pulpcore-https] with directories => [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] Failure/Error: is_expected.to contain_apache__vhost('pulpcore-https') .with_directories([ { 'provider' => 'Directory', 'path' => '/var/lib/pulp/pulpcore_static', 'options' => ['-Indexes', '-FollowSymLinks'], 'allow_override' => ['None'], }, { 'path' => '/pulp/content', expected that the catalogue would contain Apache::Vhost[pulpcore-https] with directories set to [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] but it is set to [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] Diff: @@ -2,5 +2,5 @@ {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]} -{"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]} +{"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}
Puppet / 7 (Ruby 2.7): spec/classes/pulpcore_spec.rb#L494
pulpcore on redhat-9-x86_64 with API client auth common names is expected to contain Apache::Vhost[pulpcore-https] with directories => [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] Failure/Error: is_expected.to contain_apache__vhost('pulpcore-https') .with_directories([ { 'provider' => 'Directory', 'path' => '/var/lib/pulp/pulpcore_static', 'options' => ['-Indexes', '-FollowSymLinks'], 'allow_override' => ['None'], }, { 'path' => '/pulp/content', expected that the catalogue would contain Apache::Vhost[pulpcore-https] with directories set to [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] but it is set to [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] Diff: @@ -2,5 +2,5 @@ {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]} -{"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]} +{"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}
Puppet / 7 (Ruby 2.7): spec/classes/pulpcore_spec.rb#L494
pulpcore on redhat-8-x86_64 with API client auth common names is expected to contain Apache::Vhost[pulpcore-https] with directories => [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] Failure/Error: is_expected.to contain_apache__vhost('pulpcore-https') .with_directories([ { 'provider' => 'Directory', 'path' => '/var/lib/pulp/pulpcore_static', 'options' => ['-Indexes', '-FollowSymLinks'], 'allow_override' => ['None'], }, { 'path' => '/pulp/content', expected that the catalogue would contain Apache::Vhost[pulpcore-https] with directories set to [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] but it is set to [{"provider"=>"Directory", "path"=>"/var/lib/pulp/pulpcore_static", "options"=>["-Indexes", "-FollowSymLinks"], "allow_override"=>["None"]}, {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]}, {"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}] Diff: @@ -2,5 +2,5 @@ {"path"=>"/pulp/content", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content", "params"=>{"timeout"=>"600", "disablereuse"=>"on"}}], "request_headers"=>["unset X-CLIENT-CERT", "set X-CLIENT-CERT \"%{SSL_CLIENT_CERT}s\" env=SSL_CLIENT_CERT"]} -{"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]} +{"path"=>"/pulp/api/v3", "provider"=>"location", "proxy_pass"=>[{"url"=>"unix:///run/pulpcore-api.sock|http://pulpcore-api/pulp/api/v3", "params"=>{"timeout"=>"600"}}], "request_headers"=>["unset REMOTE-USER", "unset REMOTE_USER", "set REMOTE-USER \"admin\" \"expr=%{tolower:SSL_CLIENT_S_DN_CN} == 'foreman.example.com'\""]}
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly
Canceling since a higher priority waiting request for '364/merge' exists
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: 403 (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
Canceling since a higher priority waiting request for '364/merge' exists
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 "{\"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 - 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: 403 (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
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: 403 (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#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 "{\"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 - 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: 403 (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#L90
with content cache enabled 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 "{\"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 - AlmaLinux 9 - Pulp 3.39: spec/support/acceptance/examples.rb#L90
with content cache enabled 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 "{\"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 - AlmaLinux 8 - Pulp nightly: spec/support/acceptance/examples.rb#L89
installation of server with cli 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: 403 (compared using ==) Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.39: spec/support/acceptance/examples.rb#L89
installation of server with cli 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: 403 (compared using ==) Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly: spec/support/acceptance/examples.rb#L90
installation of server with cli 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 "{\"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 - AlmaLinux 9 - Pulp 3.49
Canceling since a higher priority waiting request for '364/merge' exists
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.39: spec/support/acceptance/examples.rb#L90
installation of server with cli 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 "{\"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 - 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: 403 (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/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 - 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 "{\"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 - AlmaLinux 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 - AlmaLinux 8 - 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 - 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: 403 (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/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 - AlmaLinux 8 - 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 - AlmaLinux 9 - Pulp 3.49: spec/support/acceptance/examples.rb#L90
with content cache enabled 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 "{\"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 - AlmaLinux 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 - AlmaLinux 8 - 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.49: spec/support/acceptance/examples.rb#L89
installation of server with cli 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: 403 (compared using ==) Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
Puppet / Puppet 7 - AlmaLinux 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 - AlmaLinux 9 - Pulp 3.49: spec/support/acceptance/examples.rb#L90
installation of server with cli 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 "{\"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 - AlmaLinux 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 - AlmaLinux 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 - AlmaLinux 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 - AlmaLinux 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
Canceling since a higher priority waiting request for '364/merge' exists
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: 403 (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 "{\"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 - 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: 403 (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#L90
with content cache enabled 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 "{\"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 - AlmaLinux 9 - Pulp 3.49: spec/support/acceptance/examples.rb#L89
installation of server with cli 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: 403 (compared using ==) Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.49: spec/support/acceptance/examples.rb#L90
installation of server with cli 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 "{\"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 - AlmaLinux 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 - AlmaLinux 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 - AlmaLinux 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 - AlmaLinux 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 nightly
Canceling since a higher priority waiting request for '364/merge' exists
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 7 - CentOS 9 - Pulp 3.49
Canceling since a higher priority waiting request for '364/merge' exists
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 8 - Pulp 3.49
Canceling since a higher priority waiting request for '364/merge' exists
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: 403 (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 "{\"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 - 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: 403 (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#L90
with content cache enabled 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 "{\"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 - AlmaLinux 8 - Pulp 3.49: spec/support/acceptance/examples.rb#L89
installation of server with cli 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: 403 (compared using ==) Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.49: spec/support/acceptance/examples.rb#L90
installation of server with cli 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 "{\"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
Canceling since a higher priority waiting request for '364/merge' exists
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 - AlmaLinux 8 - 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 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 - AlmaLinux 8 - 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 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 - AlmaLinux 8 - 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 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 - AlmaLinux 8 - 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 - 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 8 - CentOS 9 - Pulp 3.49
Canceling since a higher priority waiting request for '364/merge' exists
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.39
Canceling since a higher priority waiting request for '364/merge' exists
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 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: 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 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 "{\"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 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: 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 7 - AlmaLinux 8 - Pulp 3.39: spec/support/acceptance/examples.rb#L90
with content cache enabled 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 "{\"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 7 - AlmaLinux 8 - Pulp 3.39: spec/support/acceptance/examples.rb#L89
installation of server with cli 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: 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 7 - AlmaLinux 8 - Pulp 3.39: spec/support/acceptance/examples.rb#L90
installation of server with cli 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 "{\"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 7 - AlmaLinux 8 - 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.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 - AlmaLinux 8 - 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.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 - AlmaLinux 8 - 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.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 - AlmaLinux 8 - 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 - AlmaLinux 9 - Pulp nightly
Canceling since a higher priority waiting request for '364/merge' exists
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: 403 (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 "{\"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 - 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: 403 (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#L90
with content cache enabled 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 "{\"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 - AlmaLinux 9 - Pulp nightly: spec/support/acceptance/examples.rb#L89
installation of server with cli 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: 403 (compared using ==) Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly: spec/support/acceptance/examples.rb#L90
installation of server with cli 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 "{\"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 - AlmaLinux 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 - AlmaLinux 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 - AlmaLinux 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 - AlmaLinux 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 - CentOS 9 - Pulp 3.39
Canceling since a higher priority waiting request for '364/merge' exists
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 7 - AlmaLinux 8 - Pulp 3.49
Canceling since a higher priority waiting request for '364/merge' exists
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly
Canceling since a higher priority waiting request for '364/merge' exists
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: 403 (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: 403 (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 "{\"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 - 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: 403 (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#L90
with content cache enabled 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 "{\"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 - AlmaLinux 8 - Pulp 3.49: spec/support/acceptance/examples.rb#L89
installation of server with cli 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: 403 (compared using ==) Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.49: spec/support/acceptance/examples.rb#L90
installation of server with cli 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 "{\"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 - 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 "{\"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 - AlmaLinux 8 - 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 - 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: 403 (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/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 - AlmaLinux 9 - Pulp nightly: spec/support/acceptance/examples.rb#L90
with content cache enabled 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 "{\"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 - AlmaLinux 8 - 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 - AlmaLinux 9 - Pulp nightly: spec/support/acceptance/examples.rb#L89
installation of server with cli 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: 403 (compared using ==) Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
Puppet / Puppet 7 - AlmaLinux 8 - 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 nightly: spec/support/acceptance/examples.rb#L90
installation of server with cli 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 "{\"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 - AlmaLinux 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 - AlmaLinux 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 - AlmaLinux 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 - AlmaLinux 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 9 - Pulp 3.39
Canceling since a higher priority waiting request for '364/merge' exists
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: 403 (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 "{\"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 - 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: 403 (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#L90
with content cache enabled 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 "{\"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 - AlmaLinux 9 - Pulp 3.39: spec/support/acceptance/examples.rb#L89
installation of server with cli 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: 403 (compared using ==) Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.39: spec/support/acceptance/examples.rb#L90
installation of server with cli 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 "{\"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 - AlmaLinux 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 - AlmaLinux 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 - AlmaLinux 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 - AlmaLinux 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 8 - Pulp 3.39
Canceling since a higher priority waiting request for '364/merge' exists
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: 403 (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 "{\"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 - 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: 403 (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#L90
with content cache enabled 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 "{\"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 - AlmaLinux 8 - Pulp 3.39: spec/support/acceptance/examples.rb#L89
installation of server with cli 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: 403 (compared using ==) Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.39: spec/support/acceptance/examples.rb#L90
installation of server with cli 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 "{\"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 - AlmaLinux 8 - 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 - AlmaLinux 8 - 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
Canceling since a higher priority waiting request for '364/merge' exists
Puppet / Puppet 8 - AlmaLinux 8 - 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/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 - AlmaLinux 8 - 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 - 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 8 - AlmaLinux 8 - Pulp nightly
Canceling since a higher priority waiting request for '364/merge' exists
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: 403 (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 "{\"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 - 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: 403 (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#L90
with content cache enabled 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 "{\"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 - AlmaLinux 8 - Pulp nightly: spec/support/acceptance/examples.rb#L89
installation of server with cli 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: 403 (compared using ==) Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly: spec/support/acceptance/examples.rb#L90
installation of server with cli 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 "{\"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 - AlmaLinux 8 - 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 - AlmaLinux 8 - 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 - AlmaLinux 8 - 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 - AlmaLinux 8 - 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 / Test suite
Process completed with exit code 1.
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system CentOS 8