X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=app%2Ftest%2Fautotest.py;h=a79db1069b910d4bf70743b670a0c7f521c24492;hp=f7056a39294cfc2fe8aeb38f5ae59905c8a688b0;hb=503f9e8b42562b923e73e908be6ba69964f1f1e7;hpb=f9462cf0b948fff3b3c5b4c05e4386bfe6715a2b diff --git a/app/test/autotest.py b/app/test/autotest.py index f7056a3929..a79db1069b 100644 --- a/app/test/autotest.py +++ b/app/test/autotest.py @@ -60,13 +60,7 @@ if len(sys.argv) > 3: else: test_whitelist = testlist -# adjust test command line -if "baremetal" in target: - cmdline = "qemu-system-x86_64 -cdrom %s.iso -boot d " % (sys.argv[1]) - cmdline += "-m 2000 -smp 4 -nographic -net nic,model=e1000" - platform = "QEMU x86_64" -else: - cmdline = "%s -c f -n 4"%(sys.argv[1]) +cmdline = "%s -c f -n 4"%(sys.argv[1]) print cmdline