From 4e64a39af5ca577bc4e90507ef75dd5b98eb0d2e Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 17 Feb 2025 16:27:26 -0500 Subject: [PATCH] Refactor: cts: Remove unnecessary whitespace from the end of commands. --- cts/cts-scheduler.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cts/cts-scheduler.in b/cts/cts-scheduler.in index 7288289c5e7..8953b281bf6 100644 --- a/cts/cts-scheduler.in +++ b/cts/cts-scheduler.in @@ -494,7 +494,7 @@ TESTS = [ SchedulerTest("clone-recover-no-shuffle-3", "Don't shuffle instances when starting a new bundle instance"), SchedulerTest("clone-recover-no-shuffle-4", - "Don't shuffle instances when starting a new primitive instance with location preference "), + "Don't shuffle instances when starting a new primitive instance with location preference"), SchedulerTest("clone-recover-no-shuffle-5", "Don't shuffle instances when starting a new group instance with location preference"), SchedulerTest("clone-recover-no-shuffle-6", @@ -502,15 +502,15 @@ TESTS = [ SchedulerTest("clone-recover-no-shuffle-7", "Don't shuffle instances when starting a new primitive instance that will be promoted"), SchedulerTest("clone-recover-no-shuffle-8", - "Don't shuffle instances when starting a new group instance that will be promoted "), + "Don't shuffle instances when starting a new group instance that will be promoted"), SchedulerTest("clone-recover-no-shuffle-9", - "Don't shuffle instances when starting a new bundle instance that will be promoted "), + "Don't shuffle instances when starting a new bundle instance that will be promoted"), SchedulerTest("clone-recover-no-shuffle-10", "Don't shuffle instances when starting a new primitive instance that won't be promoted"), SchedulerTest("clone-recover-no-shuffle-11", - "Don't shuffle instances when starting a new group instance that won't be promoted "), + "Don't shuffle instances when starting a new group instance that won't be promoted"), SchedulerTest("clone-recover-no-shuffle-12", - "Don't shuffle instances when starting a new bundle instance that won't be promoted "), + "Don't shuffle instances when starting a new bundle instance that won't be promoted"), SchedulerTest("clone-max-zero", "Orphan processing with clone-max=0"), SchedulerTest("clone-anon-dup", "Bug LF#2087 - Correctly parse the state of anonymous clones that are active more than once per node"), @@ -1170,7 +1170,7 @@ TESTS = [ SchedulerTest("rsc-defaults-2", "Test rsc_defaults conditional expressions without type"), ]), SchedulerTestGroup([ - SchedulerTest("stop-all-resources", "Test stop-all-resources=true "), + SchedulerTest("stop-all-resources", "Test stop-all-resources=true"), ]), SchedulerTestGroup([ SchedulerTest("ocf_degraded-remap-ocf_ok", "Test degraded remapped to OK"),