From: Michael Goldish <mgoldish@xxxxxxxxxx> Based on Naphtali Sprei's patches. Changes from v1: - Remove reference_output parameter Signed-off-by: Michael Goldish <mgoldish@xxxxxxxxxx> --- client/tests/kvm/unittests.cfg.sample | 56 +++++++++++++++++++++++++++++++++ 1 files changed, 56 insertions(+), 0 deletions(-) create mode 100644 client/tests/kvm/unittests.cfg.sample diff --git a/client/tests/kvm/unittests.cfg.sample b/client/tests/kvm/unittests.cfg.sample new file mode 100644 index 0000000..dd5f9a0 --- /dev/null +++ b/client/tests/kvm/unittests.cfg.sample @@ -0,0 +1,56 @@ +# Copy this file to unittests.cfg and edit it. +# +# Define the objects we'll be using +vms = vm1 + +# Choose the main VM +main_vm = vm1 + +# Some preprocessor/postprocessor params +start_vm = yes +kill_vm = yes +kill_vm_gracefully = no + +# Monitor +monitors = humanmonitor1 +main_monitor = humanmonitor1 +monitor_type = human + +# Screendump specific stuff +convert_ppm_files_to_png_on_error = yes +#keep_ppm_files = yes +#keep_ppm_files_on_error = yes +take_regular_screendumps = yes +keep_screendumps_on_error = yes +screendump_delay = 5 +screendump_quality = 30 +screendump_temp_dir = /dev/shm + +# Some default VM params +qemu_binary = qemu +qemu_img_binary = qemu-img +smp = 1 +mem = 512 +display = vnc + +# Default scheduler params +used_cpus = 1 +used_mem = 512 + +# NIC parameters +run_tcpdump = no + +# Misc +run_kvm_stat = yes + +# Tests +variants: + - unittest: + type = unittest + vms = '' + unittest_timeout = 600 + testdev = yes + extra_params += " -S" + # In case you want to execute only a subset of the tests defined on the + # unittests.cfg file on qemu-kvm, uncomment and edit test_list + #test_list = ['idt_test', 'hypercall', 'vmexit', 'realmode'] -- 1.7.0.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html