Lines Matching full:then
24 if [ -z "$ZEPHYR_BASE" ]; then
27 elif [ ! -d "$ZEPHYR_BASE" ]; then
32 if [ -z "$NET_TOOLS_BASE" ]; then
40 if [ -d "$l" ]; then
47 if [ $ret_zephyr -eq 0 ]; then
51 if [ -z "$NET_TOOLS_BASE" ]; then
54 elif [ ! -d "$NET_TOOLS_BASE" ]; then
59 if [ $ret_net_tools -eq 0 ]; then
63 if [ $ret_zephyr -ne 0 -o $ret_net_tools -ne 0 ]; then
84 if ! docker image ls | grep "$image" > /dev/null; then
89 if ! docker network ls | grep "$network" > /dev/null; then
93 if [ $? != 0 ]; then
102 if [ -n "$*" ]; then
106 if docker ps | grep "$name" > /dev/null; then
111 --rm -dit --network=$network $image > /dev/null; then
113 if [ -n "$*" ]; then
128 if docker ps | grep "$name" > /dev/null; then
130 if [ $? -eq 0 ]; then
138 if [ -n "$bridge_interface" ]; then
140 if [ $? -eq 0 ]; then
155 if [ -n "$*" ]; then
181 if [ -n "$pid" ]; then
188 if [ "$zephyr_pid" -ne 0 ]; then
234 if [ "$docker_pid" -ne 0 -a "$configuration" != "keep" ]; then
264 if [ -n "$zephyr_overlay" ]; then
271 if [ $result -eq 0 ]; then
343 if [ -n "$configuration" ]; then
350 if [ -n "$configuration" ]; then
362 if [ -n "$zephyr_overlay" ]; then
387 if [ $scan_dirs -eq 1 ]; then
393 "$configuration" = "keep" ]; then
394 if [ "$configuration" = start_only ]; then
401 if [ -z "$dirs" ]; then
406 if [ ! -d "$d" ]; then
411 if [ ! -f "$d/$docker_test_script_name" ]; then
424 if [ $test_result -ne 0 ]; then
429 if [ $found -eq 0 ]; then
435 if [ -z "$configuration" -o "$configuration" = stop_only ]; then