Signed-off-by: Yu Mingfei <[email protected]> --- libvirt/tests/cfg/virsh_net_start.cfg | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 libvirt/tests/cfg/virsh_net_start.cfg
diff --git a/libvirt/tests/cfg/virsh_net_start.cfg b/libvirt/tests/cfg/virsh_net_start.cfg new file mode 100644 index 0000000..745eb36 --- /dev/null +++ b/libvirt/tests/cfg/virsh_net_start.cfg @@ -0,0 +1,29 @@ +- virsh_net_start: + vms = "" + main_vm = "" + type = virsh_net_start + # make default network inactive for starting test. + net_start_inactive_default = yes + encode_video_files = no + skip_image_processing = yes + variants: + - normal_test: + status_error = no + variants: + - valid_netname: + net_start_net_ref = netname + - valid_netuuid: + net_start_net_ref = netuuid + - error_test: + status_error = yes + variants: + - none: + net_start_net_ref = "" + - start_twice: + net_start_inactive_default = no + - invalid_netname: + net_start_net_ref = NOT_EXIST_NET + - additional_args: + net_start_options_extra = "xyz" + - additional_option: + net_start_options_extra = "--xyz" -- 1.7.11.7 _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
