diff options
Diffstat (limited to 'cts/scheduler/dot/coloc-dependee-should-move.dot')
-rw-r--r-- | cts/scheduler/dot/coloc-dependee-should-move.dot | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/cts/scheduler/dot/coloc-dependee-should-move.dot b/cts/scheduler/dot/coloc-dependee-should-move.dot new file mode 100644 index 0000000..a3ab37f --- /dev/null +++ b/cts/scheduler/dot/coloc-dependee-should-move.dot @@ -0,0 +1,51 @@ + digraph "g" { +"dummy2_running_0" [ style=bold color="green" fontcolor="orange"] +"dummy2_start_0" -> "dummy2_running_0" [ style = bold] +"dummy2_start_0" -> "dummy2a_start_0 rhel7-3" [ style = bold] +"dummy2_start_0" -> "dummy2b_start_0 rhel7-3" [ style = bold] +"dummy2_start_0" -> "dummy2c_start_0 rhel7-3" [ style = bold] +"dummy2_start_0" -> "dummy2d_start_0 rhel7-3" [ style = bold] +"dummy2_start_0" [ style=bold color="green" fontcolor="orange"] +"dummy2_stop_0" -> "dummy2_stopped_0" [ style = bold] +"dummy2_stop_0" -> "dummy2a_stop_0 rhel7-4" [ style = bold] +"dummy2_stop_0" -> "dummy2b_stop_0 rhel7-4" [ style = bold] +"dummy2_stop_0" -> "dummy2c_stop_0 rhel7-4" [ style = bold] +"dummy2_stop_0" -> "dummy2d_stop_0 rhel7-4" [ style = bold] +"dummy2_stop_0" [ style=bold color="green" fontcolor="orange"] +"dummy2_stopped_0" -> "dummy2_start_0" [ style = bold] +"dummy2_stopped_0" [ style=bold color="green" fontcolor="orange"] +"dummy2a_monitor_10000 rhel7-3" [ style=bold color="green" fontcolor="black"] +"dummy2a_start_0 rhel7-3" -> "dummy2_running_0" [ style = bold] +"dummy2a_start_0 rhel7-3" -> "dummy2a_monitor_10000 rhel7-3" [ style = bold] +"dummy2a_start_0 rhel7-3" -> "dummy2b_start_0 rhel7-3" [ style = bold] +"dummy2a_start_0 rhel7-3" [ style=bold color="green" fontcolor="black"] +"dummy2a_stop_0 rhel7-4" -> "dummy2_stopped_0" [ style = bold] +"dummy2a_stop_0 rhel7-4" -> "dummy2a_start_0 rhel7-3" [ style = bold] +"dummy2a_stop_0 rhel7-4" [ style=bold color="green" fontcolor="black"] +"dummy2b_monitor_10000 rhel7-3" [ style=bold color="green" fontcolor="black"] +"dummy2b_start_0 rhel7-3" -> "dummy2_running_0" [ style = bold] +"dummy2b_start_0 rhel7-3" -> "dummy2b_monitor_10000 rhel7-3" [ style = bold] +"dummy2b_start_0 rhel7-3" -> "dummy2c_start_0 rhel7-3" [ style = bold] +"dummy2b_start_0 rhel7-3" [ style=bold color="green" fontcolor="black"] +"dummy2b_stop_0 rhel7-4" -> "dummy2_stopped_0" [ style = bold] +"dummy2b_stop_0 rhel7-4" -> "dummy2a_stop_0 rhel7-4" [ style = bold] +"dummy2b_stop_0 rhel7-4" -> "dummy2b_start_0 rhel7-3" [ style = bold] +"dummy2b_stop_0 rhel7-4" [ style=bold color="green" fontcolor="black"] +"dummy2c_monitor_10000 rhel7-3" [ style=bold color="green" fontcolor="black"] +"dummy2c_start_0 rhel7-3" -> "dummy2_running_0" [ style = bold] +"dummy2c_start_0 rhel7-3" -> "dummy2c_monitor_10000 rhel7-3" [ style = bold] +"dummy2c_start_0 rhel7-3" -> "dummy2d_start_0 rhel7-3" [ style = bold] +"dummy2c_start_0 rhel7-3" [ style=bold color="green" fontcolor="black"] +"dummy2c_stop_0 rhel7-4" -> "dummy2_stopped_0" [ style = bold] +"dummy2c_stop_0 rhel7-4" -> "dummy2b_stop_0 rhel7-4" [ style = bold] +"dummy2c_stop_0 rhel7-4" -> "dummy2c_start_0 rhel7-3" [ style = bold] +"dummy2c_stop_0 rhel7-4" [ style=bold color="green" fontcolor="black"] +"dummy2d_monitor_10000 rhel7-3" [ style=bold color="green" fontcolor="black"] +"dummy2d_start_0 rhel7-3" -> "dummy2_running_0" [ style = bold] +"dummy2d_start_0 rhel7-3" -> "dummy2d_monitor_10000 rhel7-3" [ style = bold] +"dummy2d_start_0 rhel7-3" [ style=bold color="green" fontcolor="black"] +"dummy2d_stop_0 rhel7-4" -> "dummy2_stopped_0" [ style = bold] +"dummy2d_stop_0 rhel7-4" -> "dummy2c_stop_0 rhel7-4" [ style = bold] +"dummy2d_stop_0 rhel7-4" -> "dummy2d_start_0 rhel7-3" [ style = bold] +"dummy2d_stop_0 rhel7-4" [ style=bold color="green" fontcolor="black"] +} |