We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ab9d5e + 5aef160 commit d15661dCopy full SHA for d15661d
tests/integration/list.bats
@@ -38,6 +38,12 @@ function teardown() {
38
[[ "${lines[2]}" == *"test_box2"*[0-9]*"running"*$BUSYBOX_BUNDLE*[0-9]* ]]
39
[[ "${lines[3]}" == *"test_box3"*[0-9]*"running"*$BUSYBOX_BUNDLE*[0-9]* ]]
40
41
+ ROOT=$HELLO_BUNDLE runc list -q
42
+ [ "$status" -eq 0 ]
43
+ [[ "${lines[0]}" == "test_box1" ]]
44
+ [[ "${lines[1]}" == "test_box2" ]]
45
+ [[ "${lines[2]}" == "test_box3" ]]
46
+
47
ROOT=$HELLO_BUNDLE runc list --format table
48
[ "$status" -eq 0 ]
49
[[ ${lines[0]} =~ ID\ +PID\ +STATUS\ +BUNDLE\ +CREATED+ ]]
0 commit comments