Skip to content

Commit

Permalink
QE: Address Cobbler suggestions from reviewers
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Gedon <dominik.gedon@suse.com>
  • Loading branch information
nodeg committed Mar 13, 2023
1 parent d62a812 commit c888aef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion testsuite/features/secondary/srv_cobbler_profile.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@scope_cobbler
Feature: Cobbler editing profiles results in ISE
Tests for occuring Cobbler issue (bsc#1207532)
This feature is split up into 2 section
This feature is split up into 2 sections
The first section uses the webUI
The second one uses the XML-RPC API

Expand Down
2 changes: 1 addition & 1 deletion testsuite/features/step_definitions/api_common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -581,5 +581,5 @@ def wait_action_complete(actionid, timeout: DEFAULT_TIMEOUT)
STDOUT.puts "system_id: #{system_id}"
# this works only with a 2 column table where the key is in the left column
variables = values.rows_hash
_command = $api_test.system.set_variables(system_id, variables)
$api_test.system.set_variables(system_id, variables)
end
2 changes: 1 addition & 1 deletion testsuite/features/support/namespaces/system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def schedule_script_run(server, uid, gid, timeout, script, date)
end

##
# Creates a system record on the Spacewalk server.
# Creates a system record on the SUMA server.
#
# Args:
# name: The name of the system record.
Expand Down

0 comments on commit c888aef

Please sign in to comment.