diff --git a/qemu/tests/cfg/image_remove.cfg b/qemu/tests/cfg/image_remove.cfg new file mode 100644 index 0000000000000000000000000000000000000000..46d58e56b75b34d6c22674a5ddb6be9cc5296fd3 --- /dev/null +++ b/qemu/tests/cfg/image_remove.cfg @@ -0,0 +1,5 @@ +- image_remove: + virt_test_type = qemu + kill_vm = yes + type = stub + remove_image = yes diff --git a/qemu/tests/cfg/qemu_img_check.cfg b/qemu/tests/cfg/qemu_img_check.cfg new file mode 100644 index 0000000000000000000000000000000000000000..1faf2ba4370ffb2d547526d9227c4c9c68c85e97 --- /dev/null +++ b/qemu/tests/cfg/qemu_img_check.cfg @@ -0,0 +1,8 @@ +- qemu_img_check: + virt_test_type = qemu + only qcow2 + vms = '' + type = stub + post_command_noncritical = no + check_image = yes + post_command_timeout = 600 diff --git a/qemu/tests/stub.py b/qemu/tests/stub.py new file mode 100644 index 0000000000000000000000000000000000000000..2871ac39d9216036145bb56a638e471b659dbe1a --- /dev/null +++ b/qemu/tests/stub.py @@ -0,0 +1,9 @@ +def run_stub(test, params, env): + """ + A stub test case for using framework feature to do the test + + @param test: Kvm test object + @param params: Dictionary with the test parameters. + @param env: Dictionary with test environment. + """ + pass