Lines Matching full:if

44 	if [ "$errors" ]; then
46 if [ "$sig" ]; then
53 if [ $ret -eq 0 ]; then
56 if [ "$sig" ]; then
63 # Even when ret==1 (unittest success) if we also got stderr
66 if [ "$errors" ]; then
67 if ! grep -qvi warning <<<"$errors" ; then
87 if [ $ret -eq 1 ]; then
89 if [ "$testret" ]; then
90 if [ $testret -eq 1 ]; then
105 if [ "$TIMEOUT" ] && [ "$TIMEOUT" != "0" ]; then
106 if [ "$CONFIG_EFI" = 'y' ]; then
108 if [ "$s" = 's' ]; then
141 if [ $skip_migration -eq 1 ]; then
150 if ! command -v ncat >/dev/null 2>&1; then
204 if [ ${continuous_migration} -eq 1 ] ; then
243 if ! ps -p ${live_pid} > /dev/null ; then
253 if grep -q "Begin continuous migration" < ${src_out} ; then
254 if [ ${continuous_migration} -eq 1 ] ; then
269 if [ $skip_migration -eq 0 ] && grep -q "Skipped VM migration" < ${src_out} ; then
272 if [ ${continuous_migration} -eq 1 ] ; then
292 if ! migstatus=$(qmp ${src_qmp} '"query-migrate"'); then
299 if grep -q '"failed"' <<<"$migstatus"; then
311 if grep -q "End continuous migration" < ${src_out} ; then
312 if [ ${continuous_migration} -eq 0 ] ; then
323 if [ ${continuous_migration} -eq 0 ]; then
355 if ! command -v ncat >/dev/null 2>&1; then
360 if ! command -v jq >/dev/null 2>&1; then
375 if [ "$panic_event_count" -lt 1 ]; then
389 if [ "$MIGRATION" = "yes" ]; then
396 if [ "$PANIC" = "yes" ]; then
410 if $qemucmd --help 2>/dev/null | grep -q 'QEMU'; then
416 if [ -z "$qemu" ]; then
428 if [ "$KVM_UNIT_TESTS_ENV_OLD" ]; then
439 if [ "$ENVIRON_DEFAULT" = "yes" ]; then
460 if eval test -v $p; then
476 if [ "$have_qemu" ]; then
477 if [ -n "$ACCEL" ] || [ -n "$QEMU_ACCEL" ]; then
505 if ! grep -q "^$var=" $KVM_UNIT_TESTS_ENV; then
516 if [ "$ACCEL" = "tcg" ]; then
545 if ! [[ $v =~ ^[0-9]+$ ]] || ! [[ $p =~ ^[0-9]+$ ]]; then
552 if (( $KERNEL_VERSION > $v ||
556 if [ "$KERNEL_SUBLEVEL" ] && [ "$s" ]; then
557 if (( $KERNEL_SUBLEVEL > $s )); then
560 if [ "$KERNEL_EXTRAVERSION" ] && [ "$x" ]; then
561 if (( $KERNEL_EXTRAVERSION >= $x )); then
618 if [ "$ACCEL" = "kvm" ] && ! kvm_available; then
622 if [ "$ACCEL" = "hvf" ] && ! hvf_available; then
627 if [ -z "$ACCEL" ]; then
628 if kvm_available; then