Skip to content

Commit

Permalink
Rename step for more clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Jan 15, 2025
1 parent 7a3d1f7 commit eb64afa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Feature: Setup containerized 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
# Then I upgrade "proxy" with the last "mgrpxy" version using spacecmd
# And I reboot the "proxy" minion through the web UI

# WORKAROUND: Remove once https://bugzilla.suse.com/show_bug.cgi?id=1235692 is fixed
Expand Down
2 changes: 1 addition & 1 deletion testsuite/features/step_definitions/command_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@
raise "The word #{word} occured #{occurences} times, which is more more than #{threshold} times in file #{path}" if occurences > threshold
end

Then(/^I upgrade "([^"]*)" with the last "([^"]*)" version$/) do |host, package|
Then(/^I upgrade "([^"]*)" with the last "([^"]*)" version using spacecmd$/) do |host, package|
system_name = get_system_name(host)
last_event_before_upgrade = get_last_event(host)
last_event = last_event_before_upgrade
Expand Down

0 comments on commit eb64afa

Please sign in to comment.