tests: remove unsupported qemu feature 37/39437/3
authorNaveen Joy <najoy@cisco.com>
Wed, 23 Aug 2023 20:27:55 +0000 (13:27 -0700)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 20 Sep 2023 01:55:47 +0000 (01:55 +0000)
pretty=on|off has been removed from qemu and its presence
causes VM boot up issues.

Type: fix

Change-Id: I4a9f15dba5015e81fbd32278b1c74b2606c32c8f
Signed-off-by: Naveen Joy <najoy@cisco.com>
test/scripts/run_vpp_in_vm.sh

index 0bc4c5d..6f8742b 100755 (executable)
@@ -171,7 +171,7 @@ _EOF_
                  -nodefaults \
                  -name test_$(basename $INIT) \
                  -chardev stdio,mux=on,id=char0 \
-                 -mon chardev=char0,mode=readline,pretty=on \
+                 -mon chardev=char0,mode=readline \
                  -serial chardev:char0 \
                  -machine pc,accel=kvm,usb=off,mem-merge=off \
                  -cpu host \