diff options
Diffstat (limited to 'cts/scheduler/dot/bug-5014-GROUP-A-stopped-B-started.dot')
-rw-r--r-- | cts/scheduler/dot/bug-5014-GROUP-A-stopped-B-started.dot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cts/scheduler/dot/bug-5014-GROUP-A-stopped-B-started.dot b/cts/scheduler/dot/bug-5014-GROUP-A-stopped-B-started.dot new file mode 100644 index 0000000..d9a9ed5 --- /dev/null +++ b/cts/scheduler/dot/bug-5014-GROUP-A-stopped-B-started.dot @@ -0,0 +1,9 @@ + digraph "g" { +"ClusterIP_stop_0 fc16-builder" -> "group1_stopped_0" [ style = bold] +"ClusterIP_stop_0 fc16-builder" [ style=bold color="green" fontcolor="black"] +"group1_stop_0" -> "ClusterIP_stop_0 fc16-builder" [ style = bold] +"group1_stop_0" -> "group1_stopped_0" [ style = bold] +"group1_stop_0" [ style=bold color="green" fontcolor="orange"] +"group1_stopped_0" [ style=bold color="green" fontcolor="orange"] +"group2_start_0" [ style=dashed color="red" fontcolor="orange"] +} |