MOAR TESTS

- tests for load
- fixed a few typos in “copy” tests
- provisional tests for mount
- adding a “concurrency” test

Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
This commit is contained in:
dubo-dubon-duponey
2021-01-15 16:24:17 -08:00
parent 3be2865a56
commit c67e02eeda
12 changed files with 510 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ test: {
},
{
do: "copy"
from: [{do: "fetch-container", ref: "busybox"}]
from: [{do: "fetch-container", ref: "alpine"}]
src: "/etc/issue"
dest: "/"
},