Skip to content

Commit

Permalink
Refactor: cts: Remove unnecessary whitespace from the end of commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
clumens committed Feb 17, 2025
1 parent 7032046 commit 4e64a39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cts/cts-scheduler.in
Original file line number Diff line number Diff line change
Expand Up @@ -494,23 +494,23 @@ 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",
"Don't shuffle instances when starting a new bundle instance with location preference"),
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"),
Expand Down Expand Up @@ -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"),
Expand Down

0 comments on commit 4e64a39

Please sign in to comment.