diff options
Diffstat (limited to 'cts/scheduler/dot/migrate-fail-4.dot')
-rw-r--r-- | cts/scheduler/dot/migrate-fail-4.dot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cts/scheduler/dot/migrate-fail-4.dot b/cts/scheduler/dot/migrate-fail-4.dot new file mode 100644 index 0000000..1c1e6a8 --- /dev/null +++ b/cts/scheduler/dot/migrate-fail-4.dot @@ -0,0 +1,9 @@ + digraph "g" { +"load_stopped_hex-13 hex-13" -> "test-vm_start_0 hex-13" [ style = bold] +"load_stopped_hex-13 hex-13" [ style=bold color="green" fontcolor="orange"] +"load_stopped_hex-14 hex-14" [ style=bold color="green" fontcolor="orange"] +"test-vm_start_0 hex-13" [ style=bold color="green" fontcolor="black"] +"test-vm_stop_0 hex-14" -> "load_stopped_hex-14 hex-14" [ style = bold] +"test-vm_stop_0 hex-14" -> "test-vm_start_0 hex-13" [ style = bold] +"test-vm_stop_0 hex-14" [ style=bold color="green" fontcolor="black"] +} |