Skip to content

Commit

Permalink
QE: Fix proxy init in build validation
Browse files Browse the repository at this point in the history
It seems we do not have the `access_compat` apache module loaded on SUMA
4.3. On Uyuni this module is present.

Signed-off-by: Dominik Gedon <dominik.gedon@suse.com>
  • Loading branch information
nodeg committed Sep 11, 2023
1 parent e0b17ab commit 6c660d4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Feature: Setup SUSE Manager proxy
And file "/etc/sysconfig/apache2" should contain "rewrite" on "proxy"
And file "/etc/sysconfig/apache2" should contain "version" on "proxy"
And file "/etc/sysconfig/apache2" should contain "ssl" on "proxy"
And file "/etc/sysconfig/apache2" should contain "access_compat" on "proxy"
And file "/etc/sysconfig/apache2" should contain "wsgi" on "proxy"
Then I should see "proxy" via spacecmd
And service "salt-broker" is active on "proxy"
Expand Down

0 comments on commit 6c660d4

Please sign in to comment.