From e5a812082ae033afb1eed82c0f2df3d0f6bdc93f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 08:53:20 +0200 Subject: Adding upstream version 2.1.6. Signed-off-by: Daniel Baumann --- cts/scheduler/dot/location-date-rules-1.dot | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cts/scheduler/dot/location-date-rules-1.dot (limited to 'cts/scheduler/dot/location-date-rules-1.dot') diff --git a/cts/scheduler/dot/location-date-rules-1.dot b/cts/scheduler/dot/location-date-rules-1.dot new file mode 100644 index 0000000..458f059 --- /dev/null +++ b/cts/scheduler/dot/location-date-rules-1.dot @@ -0,0 +1,11 @@ + digraph "g" { +"rsc1_monitor_10000 rhel7-3" [ style=bold color="green" fontcolor="black"] +"rsc1_start_0 rhel7-3" -> "rsc1_monitor_10000 rhel7-3" [ style = bold] +"rsc1_start_0 rhel7-3" [ style=bold color="green" fontcolor="black"] +"rsc2_monitor_10000 rhel7-4" [ style=bold color="green" fontcolor="black"] +"rsc2_start_0 rhel7-4" -> "rsc2_monitor_10000 rhel7-4" [ style = bold] +"rsc2_start_0 rhel7-4" [ style=bold color="green" fontcolor="black"] +"rsc3_monitor_10000 rhel7-4" [ style=bold color="green" fontcolor="black"] +"rsc3_start_0 rhel7-4" -> "rsc3_monitor_10000 rhel7-4" [ style = bold] +"rsc3_start_0 rhel7-4" [ style=bold color="green" fontcolor="black"] +} -- cgit v1.2.3