From c888aef7e9c60c95096aba15e15252762cbed09e Mon Sep 17 00:00:00 2001 From: Dominik Gedon Date: Mon, 13 Mar 2023 12:01:13 +0100 Subject: [PATCH] QE: Address Cobbler suggestions from reviewers Signed-off-by: Dominik Gedon --- testsuite/features/secondary/srv_cobbler_profile.feature | 2 +- testsuite/features/step_definitions/api_common.rb | 2 +- testsuite/features/support/namespaces/system.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testsuite/features/secondary/srv_cobbler_profile.feature b/testsuite/features/secondary/srv_cobbler_profile.feature index ce49f80553cf..43ba5879859b 100644 --- a/testsuite/features/secondary/srv_cobbler_profile.feature +++ b/testsuite/features/secondary/srv_cobbler_profile.feature @@ -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 diff --git a/testsuite/features/step_definitions/api_common.rb b/testsuite/features/step_definitions/api_common.rb index 50586b623656..301d7ef59952 100644 --- a/testsuite/features/step_definitions/api_common.rb +++ b/testsuite/features/step_definitions/api_common.rb @@ -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 diff --git a/testsuite/features/support/namespaces/system.rb b/testsuite/features/support/namespaces/system.rb index c35254ac944b..039fe17165ca 100644 --- a/testsuite/features/support/namespaces/system.rb +++ b/testsuite/features/support/namespaces/system.rb @@ -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.