Signed-off-by: Li Yang <[email protected]>
---
libvirt/tests/cfg/virsh_cpu_compare.cfg | 31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)
 create mode 100644 libvirt/tests/cfg/virsh_cpu_compare.cfg

diff --git a/libvirt/tests/cfg/virsh_cpu_compare.cfg b/libvirt/tests/cfg/virsh_cpu_compare.cfg
new file mode 100644
index 0000000..7fd9184
--- /dev/null
+++ b/libvirt/tests/cfg/virsh_cpu_compare.cfg
@@ -0,0 +1,31 @@
+- virsh_cpu_compare:
+    type = virsh_cpu_compare
+    vms = ""
+    main_vm = ""
+    kill_vm = "no"
+    kill_unresponsive_vms = "no"
+    encode_video_files = "no"
+    skip_image_processing = "yes"
+    take_regular_screendumps = "no"
+    cpu_compare_ref = "file"
+    cpu_compare_extra = ""
+    cpu_compare_mode = ""
+    cpu_compare_file_name = "cpu.xml"
+    variants:
+        - expected_test:
+            status_error = "no"
+        - error_test:
+            status_error = "yes"
+            variants:
+                - no_option:
+                    cpu_compare_ref = ""
+                - modified_option:
+                    cpu_compare_mode = "modify"
+                - no_detail_option:
+                    cpu_compare_mode = "clear"
+                - extra_option:
+                    cpu_compare_extra = "xyz"
+                - invalid_option:
+                    cpu_compare_extra = "--xyz"
+                - invalid_ref_option:
+                    cpu_compare_ref = "xyz"
--
1.7.1

--
Regards,
--------------------------------------------------
Li Yang
TEL:+86+25-86630566-8526
EMail:[email protected]
--------------------------------------------------



_______________________________________________
Virt-test-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-test-devel

Reply via email to