summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/dot/clone-require-all-5.dot
blob: ce5a59373d3675f2c2135d578b13a1451c71fb36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 digraph "g" {
"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_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" -> "clone-one-or-more:order-A-clone-B-clone-mandatory" [ style = bold]
"A_start_0 rhel7-auto3" [ 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:1_start_0 rhel7-auto3" [ style = bold]
"B-clone_start_0" -> "B:2_start_0 rhel7-auto1" [ style = bold]
"B-clone_start_0" -> "B_start_0 rhel7-auto4" [ style = bold]
"B-clone_start_0" [ style=bold color="green" fontcolor="orange"]
"B:1_monitor_10000 rhel7-auto3" [ style=bold color="green" fontcolor="black"]
"B:1_start_0 rhel7-auto3" -> "B-clone_running_0" [ style = bold]
"B:1_start_0 rhel7-auto3" -> "B:1_monitor_10000 rhel7-auto3" [ style = bold]
"B:1_start_0 rhel7-auto3" [ style=bold color="green" fontcolor="black"]
"B:2_monitor_10000 rhel7-auto1" [ style=bold color="green" fontcolor="black"]
"B:2_start_0 rhel7-auto1" -> "B-clone_running_0" [ style = bold]
"B:2_start_0 rhel7-auto1" -> "B:2_monitor_10000 rhel7-auto1" [ style = bold]
"B:2_start_0 rhel7-auto1" [ style=bold color="green" fontcolor="black"]
"B_monitor_10000 rhel7-auto4" [ style=bold color="green" fontcolor="black"]
"B_start_0 rhel7-auto4" -> "B-clone_running_0" [ style = bold]
"B_start_0 rhel7-auto4" -> "B_monitor_10000 rhel7-auto4" [ style = bold]
"B_start_0 rhel7-auto4" [ style=bold color="green" fontcolor="black"]
"clone-one-or-more:order-A-clone-B-clone-mandatory" -> "B-clone_start_0" [ style = bold]
"clone-one-or-more:order-A-clone-B-clone-mandatory" [ style=bold color="green" fontcolor="orange"]
}