Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use direct package install temporarily instead of using spacecmd command #9628

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,14 @@ Feature: Setup containerized proxy
Scenario: Wait until the proxy host appears
When I wait until onboarding is completed for "proxy"

# WORKAROUND: Disable until https://bugzilla.suse.com/show_bug.cgi?id=1235692 is fixed
# Scenario: Upgrade mgrpxy tool
# Then I upgrade "proxy" with the last "mgrpxy" version
# And I reboot the "proxy" minion through the web UI

# WORKAROUND: Remove once https://bugzilla.suse.com/show_bug.cgi?id=1235692 is fixed
Scenario: Upgrade mgrpxy tool
Then I upgrade "proxy" with the last "mgrpxy" version
Then I install packages "mgrpxy" on this "proxy"
szachovy marked this conversation as resolved.
Show resolved Hide resolved
srbarrios marked this conversation as resolved.
Show resolved Hide resolved
And I reboot the "proxy" minion through the web UI

Scenario: Generate containerized proxy configuration
Expand Down
Loading