diff options
Diffstat (limited to 'cts/scheduler/dot/remote-start-fail.dot')
-rw-r--r-- | cts/scheduler/dot/remote-start-fail.dot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cts/scheduler/dot/remote-start-fail.dot b/cts/scheduler/dot/remote-start-fail.dot new file mode 100644 index 0000000..aa33577 --- /dev/null +++ b/cts/scheduler/dot/remote-start-fail.dot @@ -0,0 +1,7 @@ + digraph "g" { +"rhel7-auto4_monitor_60000 rhel7-auto3" [ style=bold color="green" fontcolor="black"] +"rhel7-auto4_start_0 rhel7-auto3" -> "rhel7-auto4_monitor_60000 rhel7-auto3" [ style = bold] +"rhel7-auto4_start_0 rhel7-auto3" [ style=bold color="green" fontcolor="black"] +"rhel7-auto4_stop_0 rhel7-auto2" -> "rhel7-auto4_start_0 rhel7-auto3" [ style = bold] +"rhel7-auto4_stop_0 rhel7-auto2" [ style=bold color="green" fontcolor="black"] +} |