diff options
Diffstat (limited to 'cts/scheduler/dot/stop-unexpected-2.dot')
-rw-r--r-- | cts/scheduler/dot/stop-unexpected-2.dot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cts/scheduler/dot/stop-unexpected-2.dot b/cts/scheduler/dot/stop-unexpected-2.dot new file mode 100644 index 0000000..cdaebf5 --- /dev/null +++ b/cts/scheduler/dot/stop-unexpected-2.dot @@ -0,0 +1,7 @@ + digraph "g" { +"test_monitor_10000 rhel8-4" [ style=bold color="green" fontcolor="black"] +"test_start_0 rhel8-4" -> "test_monitor_10000 rhel8-4" [ style = bold] +"test_start_0 rhel8-4" [ style=bold color="green" fontcolor="orange"] +"test_stop_0 rhel8-3" -> "test_start_0 rhel8-4" [ style = bold] +"test_stop_0 rhel8-3" [ style=bold color="green" fontcolor="black"] +} |