Skip to content

Fixes #37761 - Allow rewrites needed for cockpit integration #1649

Fixes #37761 - Allow rewrites needed for cockpit integration

Fixes #37761 - Allow rewrites needed for cockpit integration #1649

Triggered via pull request August 26, 2024 15:20
Status Failure
Total duration 1h 28m 9s
Artifacts

ci.yml

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

Annotations

21 errors and 1 warning
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on almalinux-8-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on almalinux-9-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on centos-8-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on centos-9-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on debian-11-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on debian-12-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on redhat-8-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on redhat-9-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on ubuntu-20.04-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on ubuntu-22.04-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on debian-12-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on centos-8-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on ubuntu-22.04-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on ubuntu-20.04-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on redhat-9-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on debian-11-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on redhat-8-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on almalinux-8-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on almalinux-9-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on centos-9-x86_64 with default args configures apache Failure/Error: is_expected.to contain_foreman__config__apache__fragment('cockpit') .without_content .with_ssl_content(%r{^<Location /webcon>$}) .with_ssl_content(%r{^ RewriteRule /webcon/\(\.\*\) ws://127\.0\.0\.1:19090/webcon/\$1 \[P\]$}) .with_ssl_content(%r{^ ProxyPass http://127\.0\.0\.1:19090/webcon/$}) expected that the catalogue would contain Foreman::Config::Apache::Fragment[cockpit] with ssl_content set to /^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$/ but it is set to "### File managed with puppet ###\n\n<Location /webcon>\n ProxyPreserveHost On\n\n RewriteEngine On\n RewriteCond %{HTTP:Upgrade} =websocket [NC]\n RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P]\n\n ProxyPass http://127.0.0.1:19090/webcon\n</Location>\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:^ ProxyPass http:\/\/127\.0\.0\.1:19090\/webcon\/$) +### File managed with puppet ### + +<Location /webcon> + ProxyPreserveHost On + + RewriteEngine On + RewriteCond %{HTTP:Upgrade} =websocket [NC] + RewriteRule /webcon/(.*) ws://127.0.0.1:19090/webcon/$1 [P] + + ProxyPass http://127.0.0.1:19090/webcon +</Location>
Puppet / Test suite
Process completed with exit code 1.
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system CentOS 8