From: Naveen Joy Date: Wed, 23 Aug 2023 20:27:55 +0000 (-0700) Subject: tests: remove unsupported qemu feature X-Git-Tag: v24.02-rc0~1 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=df17a1f068a0d288213de31fa218b28ef60e7870;p=vpp.git tests: remove unsupported qemu feature 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 --- diff --git a/test/scripts/run_vpp_in_vm.sh b/test/scripts/run_vpp_in_vm.sh index 0bc4c5dffd8..6f8742b8605 100755 --- a/test/scripts/run_vpp_in_vm.sh +++ b/test/scripts/run_vpp_in_vm.sh @@ -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 \