mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 12:51:12 +00:00
6a2712262e
Move the argument parsing tests excercising 'virsh snapshot-create-as' from 'virsh-optparse' to 'virshtest'. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
10 lines
687 B
Plaintext
10 lines
687 B
Plaintext
snapshot-create-as --print-xml test name desc vda vdb
|
|
snapshot-create-as --print-xml test name desc --diskspec vda vdb
|
|
snapshot-create-as --print-xml test name desc --diskspec vda --diskspec vdb
|
|
snapshot-create-as --print-xml test name desc vda vdb
|
|
snapshot-create-as --print-xml test --diskspec vda name --diskspec vdb desc
|
|
snapshot-create-as --print-xml --description desc --name name --domain test vda vdb
|
|
snapshot-create-as --print-xml --description desc --diskspec vda --name name --domain test vdb
|
|
snapshot-create-as --print-xml test name vda vdb
|
|
snapshot-create-as --print-xml test --diskspec vda,file=a&b,,c,snapshot=external --description 1<2 --diskspec vdb --memspec file=d,,e
|