Skip to content

Commit

Permalink
QE: Rename array constants
Browse files Browse the repository at this point in the history
This will rename 2 of our constants to better match what they are
actually defining.

Signed-off-by: Dominik Gedon <dominik.gedon@suse.com>
  • Loading branch information
nodeg committed Aug 30, 2023
1 parent fd21207 commit e9d74f7
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 114 deletions.
4 changes: 2 additions & 2 deletions testsuite/features/step_definitions/command_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -967,8 +967,8 @@

When(/^I create the bootstrap repository for "([^"]*)" on the server$/) do |host|
base_channel = BASE_CHANNEL_BY_CLIENT[product][host]
channel = CHANNEL_TO_SYNC_BY_BASE_CHANNEL[product][base_channel]
parent_channel = PARENT_CHANNEL_TO_SYNC_BY_BASE_CHANNEL[product][base_channel]
channel = CHANNEL_LABEL_TO_SYNC_BY_BASE_CHANNEL[product][base_channel]
parent_channel = PARENT_CHANNEL_LABEL_TO_SYNC_BY_BASE_CHANNEL[product][base_channel]
get_target('server').wait_while_process_running('mgr-create-bootstrap-repo')
cmd = if parent_channel.nil?
"mgr-create-bootstrap-repo --create #{channel} --with-custom-channels --flush"
Expand Down
Loading

0 comments on commit e9d74f7

Please sign in to comment.