Searched refs:lxcip (Results 1 - 1 of 1) sorted by relevance

/lxc/src/tests/
H A Dlxc-test-ubuntu58 lxcip=$(lxc-info -i -n $name -H | head -n 1)
59 [ -z "$lxcip" ] || break
62 [ -n "$lxcip" ] || FAIL "to start networking in $template container"
64 if echo "${lxcip}" | grep -q ":"; then
65 ping6 -c 1 $lxcip || FAIL "to ping $template container"
67 ping -c 1 $lxcip || FAIL "to ping $template container"

Completed in 414 milliseconds