summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/dot/bug-lf-2213.dot
diff options
context:
space:
mode:
Diffstat (limited to 'cts/scheduler/dot/bug-lf-2213.dot')
-rw-r--r--cts/scheduler/dot/bug-lf-2213.dot21
1 files changed, 21 insertions, 0 deletions
diff --git a/cts/scheduler/dot/bug-lf-2213.dot b/cts/scheduler/dot/bug-lf-2213.dot
new file mode 100644
index 0000000..0549a63
--- /dev/null
+++ b/cts/scheduler/dot/bug-lf-2213.dot
@@ -0,0 +1,21 @@
+ digraph "g" {
+"cl-test_running_0" [ style=bold color="green" fontcolor="orange"]
+"cl-test_start_0" -> "cl-test_running_0" [ style = bold]
+"cl-test_start_0" -> "gr-test:0_start_0" [ style = bold]
+"cl-test_start_0" -> "gr-test:1_start_0" [ style = bold]
+"cl-test_start_0" [ style=bold color="green" fontcolor="orange"]
+"gr-test:0_running_0" -> "cl-test_running_0" [ style = bold]
+"gr-test:0_running_0" [ style=bold color="green" fontcolor="orange"]
+"gr-test:0_start_0" -> "gr-test:0_running_0" [ style = bold]
+"gr-test:0_start_0" -> "test:0_start_0 web1" [ style = bold]
+"gr-test:0_start_0" [ style=bold color="green" fontcolor="orange"]
+"gr-test:1_running_0" -> "cl-test_running_0" [ style = bold]
+"gr-test:1_running_0" [ style=bold color="green" fontcolor="orange"]
+"gr-test:1_start_0" -> "gr-test:1_running_0" [ style = bold]
+"gr-test:1_start_0" -> "test:1_start_0 web2" [ style = bold]
+"gr-test:1_start_0" [ style=bold color="green" fontcolor="orange"]
+"test:0_start_0 web1" -> "gr-test:0_running_0" [ style = bold]
+"test:0_start_0 web1" [ style=bold color="green" fontcolor="black"]
+"test:1_start_0 web2" -> "gr-test:1_running_0" [ style = bold]
+"test:1_start_0 web2" [ style=bold color="green" fontcolor="black"]
+}