diff options
Diffstat (limited to 'cts/scheduler/dot/multiple-monitor-one-failed.dot')
-rw-r--r-- | cts/scheduler/dot/multiple-monitor-one-failed.dot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cts/scheduler/dot/multiple-monitor-one-failed.dot b/cts/scheduler/dot/multiple-monitor-one-failed.dot new file mode 100644 index 0000000..c974443 --- /dev/null +++ b/cts/scheduler/dot/multiple-monitor-one-failed.dot @@ -0,0 +1,9 @@ + digraph "g" { +"Dummy-test2_monitor_10000 dhcp180" [ style=bold color="green" fontcolor="black"] +"Dummy-test2_monitor_30000 dhcp180" [ style=bold color="green" fontcolor="black"] +"Dummy-test2_start_0 dhcp180" -> "Dummy-test2_monitor_10000 dhcp180" [ style = bold] +"Dummy-test2_start_0 dhcp180" -> "Dummy-test2_monitor_30000 dhcp180" [ style = bold] +"Dummy-test2_start_0 dhcp180" [ style=bold color="green" fontcolor="black"] +"Dummy-test2_stop_0 dhcp180" -> "Dummy-test2_start_0 dhcp180" [ style = bold] +"Dummy-test2_stop_0 dhcp180" [ style=bold color="green" fontcolor="black"] +} |