Searched defs:FAIL (Results 1 - 4 of 4) sorted by relevance

/lxc/src/tests/
H A Dlxc-test-ubuntu28 FAIL() { function
53 lxc-create -t $template -n $name || FAIL "creating $template container"
54 lxc-start -n $name -d || FAIL "starting $template container"
55 lxc-wait -n $name -s RUNNING || FAIL "waiting for $template container to run"
62 [ -n "$lxcip" ] || FAIL "to start networking in $template container"
65 ping6 -c 1 $lxcip || FAIL "to ping $template container"
67 ping -c 1 $lxcip || FAIL "to ping $template container"
76 FAIL " to correctly set apparmor profile (profile is \"$aa\")"
H A Dlxc-test-lxc-attach48 FAIL() { function
56 lxc-create -t busybox -n busy || FAIL "creating busybox container"
57 lxc-start -n busy -d || FAIL "starting busybox container"
58 lxc-wait -n busy -s RUNNING || FAIL "waiting for busybox container to run"
71 attach=$(lxc-attach -n busy -- hostname || FAIL "to allocate or setup pty")
73 FAIL "lxc-attach -n busy -- hostname"
80 attach=$(lxc-attach -n busy -- hostname < /dev/null || FAIL "to allocate or setup pty")
82 FAIL "lxc-attach -n busy -- hostname < /dev/null"
88 attach=$(lxc-attach -n busy -- hostname > /dev/null || FAIL "to allocate or setup pty")
90 FAIL "lx
[all...]
H A Dlxc-test-checkpoint-restore7 FAIL() { function
30 lxc-create -t ubuntu -n $name || FAIL "creating container"
39 lxc-start -n $name -d || FAIL "starting container"
40 lxc-wait -n $name -s RUNNING || FAIL "waiting for container to run"
47 lxc-checkpoint -n $name -v -s -D /tmp/checkpoint || FAIL "failed checkpointing"
49 lxc-checkpoint -n $name -v -r -D /tmp/checkpoint || FAIL "failed restoring"
H A Dlxc-test-apparmor-mount32 FAIL() { function
59 echo "FAIL"
167 echo "FAIL: confined container was in profile $profile"
179 echo "FAIL: unconfined container was in profile $profile"
193 echo "FAIL: confined container started without mount restrictions"
204 echo "FAIL: unconfined container failed to start without mount restrictions"
209 echo "FAIL: confined container was in profile $profile"
221 echo "FAIL: excepted container failed to start without mount restrictions"
226 echo "FAIL: confined container was in profile $profile"

Completed in 239 milliseconds