summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/dot/partial-unmanaged-group.dot
diff options
context:
space:
mode:
Diffstat (limited to 'cts/scheduler/dot/partial-unmanaged-group.dot')
-rw-r--r--cts/scheduler/dot/partial-unmanaged-group.dot18
1 files changed, 18 insertions, 0 deletions
diff --git a/cts/scheduler/dot/partial-unmanaged-group.dot b/cts/scheduler/dot/partial-unmanaged-group.dot
new file mode 100644
index 0000000..ea1e8cf
--- /dev/null
+++ b/cts/scheduler/dot/partial-unmanaged-group.dot
@@ -0,0 +1,18 @@
+ digraph "g" {
+"grp1_running_0" [ style=dashed color="red" fontcolor="orange"]
+"grp1_start_0" -> "grp1_running_0" [ style = dashed]
+"grp1_start_0" -> "interloper_start_0 rhel8-2" [ style = dashed]
+"grp1_start_0" [ style=bold color="green" fontcolor="orange"]
+"interloper_monitor_0 rhel8-1" -> "interloper_start_0 rhel8-2" [ style = dashed]
+"interloper_monitor_0 rhel8-1" [ style=bold color="green" fontcolor="black"]
+"interloper_monitor_0 rhel8-2" -> "interloper_start_0 rhel8-2" [ style = dashed]
+"interloper_monitor_0 rhel8-2" [ style=bold color="green" fontcolor="black"]
+"interloper_monitor_0 rhel8-4" -> "interloper_start_0 rhel8-2" [ style = dashed]
+"interloper_monitor_0 rhel8-4" [ style=bold color="green" fontcolor="black"]
+"interloper_monitor_0 rhel8-5" -> "interloper_start_0 rhel8-2" [ style = dashed]
+"interloper_monitor_0 rhel8-5" [ style=bold color="green" fontcolor="black"]
+"interloper_monitor_10000 rhel8-2" [ style=dashed color="red" fontcolor="black"]
+"interloper_start_0 rhel8-2" -> "grp1_running_0" [ style = dashed]
+"interloper_start_0 rhel8-2" -> "interloper_monitor_10000 rhel8-2" [ style = dashed]
+"interloper_start_0 rhel8-2" [ style=dashed color="red" fontcolor="black"]
+}