summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/dot/multiple-monitor-one-failed.dot
blob: c974443e7c27f4e608cf31e06f67b4372ccce2f6 (plain)
1
2
3
4
5
6
7
8
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"]
}