test: Port yaml test to mcl

This commit is contained in:
James Shubin
2019-03-15 13:01:50 -04:00
parent 753d1104ef
commit c4f57608d0
3 changed files with 9 additions and 72 deletions

View File

@@ -0,0 +1,8 @@
exec ["exec1", "exec2", "exec3", "exec4", "exec0",] {
cmd => "sleep 15s",
}
# linear chain
Exec["exec1"] -> Exec["exec2"]
Exec["exec2"] -> Exec["exec3"]
Exec["exec3"] -> Exec["exec4"]