diff options
Diffstat (limited to 'cts/scheduler/dot/clone-require-all-no-interleave-3.dot')
-rw-r--r-- | cts/scheduler/dot/clone-require-all-no-interleave-3.dot | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/cts/scheduler/dot/clone-require-all-no-interleave-3.dot b/cts/scheduler/dot/clone-require-all-no-interleave-3.dot new file mode 100644 index 0000000..9539e86 --- /dev/null +++ b/cts/scheduler/dot/clone-require-all-no-interleave-3.dot @@ -0,0 +1,56 @@ + digraph "g" { +"A-clone_running_0" -> "B-clone_start_0" [ style = bold] +"A-clone_running_0" [ style=bold color="green" fontcolor="orange"] +"A-clone_start_0" -> "A-clone_running_0" [ style = bold] +"A-clone_start_0" -> "A_start_0 rhel7-auto3" [ style = bold] +"A-clone_start_0" [ style=bold color="green" fontcolor="orange"] +"A-clone_stop_0" -> "A-clone_stopped_0" [ style = bold] +"A-clone_stop_0" -> "A_stop_0 rhel7-auto4" [ style = bold] +"A-clone_stop_0" [ style=bold color="green" fontcolor="orange"] +"A-clone_stopped_0" -> "A-clone_start_0" [ style = bold] +"A-clone_stopped_0" [ style=bold color="green" fontcolor="orange"] +"A_monitor_10000 rhel7-auto3" [ style=bold color="green" fontcolor="black"] +"A_start_0 rhel7-auto3" -> "A-clone_running_0" [ style = bold] +"A_start_0 rhel7-auto3" -> "A_monitor_10000 rhel7-auto3" [ style = bold] +"A_start_0 rhel7-auto3" [ style=bold color="green" fontcolor="black"] +"A_stop_0 rhel7-auto4" -> "A-clone_stopped_0" [ style = bold] +"A_stop_0 rhel7-auto4" -> "A_start_0 rhel7-auto3" [ style = bold] +"A_stop_0 rhel7-auto4" [ style=bold color="green" fontcolor="black"] +"B-clone_running_0" [ style=bold color="green" fontcolor="orange"] +"B-clone_start_0" -> "B-clone_running_0" [ style = bold] +"B-clone_start_0" -> "B_start_0 rhel7-auto3" [ style = bold] +"B-clone_start_0" [ style=bold color="green" fontcolor="orange"] +"B-clone_stop_0" -> "B-clone_stopped_0" [ style = bold] +"B-clone_stop_0" -> "B_stop_0 rhel7-auto4" [ style = bold] +"B-clone_stop_0" [ style=bold color="green" fontcolor="orange"] +"B-clone_stopped_0" -> "A-clone_stop_0" [ style = bold] +"B-clone_stopped_0" -> "B-clone_start_0" [ style = bold] +"B-clone_stopped_0" [ style=bold color="green" fontcolor="orange"] +"B_monitor_10000 rhel7-auto3" [ style=bold color="green" fontcolor="black"] +"B_start_0 rhel7-auto3" -> "B-clone_running_0" [ style = bold] +"B_start_0 rhel7-auto3" -> "B_monitor_10000 rhel7-auto3" [ style = bold] +"B_start_0 rhel7-auto3" -> "clone-one-or-more:order-B-clone-C-clone-mandatory" [ style = bold] +"B_start_0 rhel7-auto3" [ style=bold color="green" fontcolor="black"] +"B_stop_0 rhel7-auto4" -> "B-clone_stopped_0" [ style = bold] +"B_stop_0 rhel7-auto4" -> "B_start_0 rhel7-auto3" [ style = bold] +"B_stop_0 rhel7-auto4" [ style=bold color="green" fontcolor="black"] +"C-clone_running_0" [ style=bold color="green" fontcolor="orange"] +"C-clone_start_0" -> "C-clone_running_0" [ style = bold] +"C-clone_start_0" -> "C_start_0 rhel7-auto3" [ style = bold] +"C-clone_start_0" [ style=bold color="green" fontcolor="orange"] +"C-clone_stop_0" -> "C-clone_stopped_0" [ style = bold] +"C-clone_stop_0" -> "C_stop_0 rhel7-auto4" [ style = bold] +"C-clone_stop_0" [ style=bold color="green" fontcolor="orange"] +"C-clone_stopped_0" -> "B-clone_stop_0" [ style = bold] +"C-clone_stopped_0" -> "C-clone_start_0" [ style = bold] +"C-clone_stopped_0" [ style=bold color="green" fontcolor="orange"] +"C_monitor_10000 rhel7-auto3" [ style=bold color="green" fontcolor="black"] +"C_start_0 rhel7-auto3" -> "C-clone_running_0" [ style = bold] +"C_start_0 rhel7-auto3" -> "C_monitor_10000 rhel7-auto3" [ style = bold] +"C_start_0 rhel7-auto3" [ style=bold color="green" fontcolor="black"] +"C_stop_0 rhel7-auto4" -> "C-clone_stopped_0" [ style = bold] +"C_stop_0 rhel7-auto4" -> "C_start_0 rhel7-auto3" [ style = bold] +"C_stop_0 rhel7-auto4" [ style=bold color="green" fontcolor="black"] +"clone-one-or-more:order-B-clone-C-clone-mandatory" -> "C-clone_start_0" [ style = bold] +"clone-one-or-more:order-B-clone-C-clone-mandatory" [ style=bold color="green" fontcolor="orange"] +} |