diff options
Diffstat (limited to 'cts/scheduler/dot/migrate-fail-6.dot')
-rw-r--r-- | cts/scheduler/dot/migrate-fail-6.dot | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cts/scheduler/dot/migrate-fail-6.dot b/cts/scheduler/dot/migrate-fail-6.dot new file mode 100644 index 0000000..a8d3110 --- /dev/null +++ b/cts/scheduler/dot/migrate-fail-6.dot @@ -0,0 +1,12 @@ + 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-13" -> "load_stopped_hex-13 hex-13" [ style = bold] +"test-vm_stop_0 hex-13" -> "test-vm_start_0 hex-13" [ style = bold] +"test-vm_stop_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"] +} |