mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
2ccb213f94
Add a bunch of tests verifying that script-friendly options of certain commands are not changed incompatibly thus potentially breaking user scripts. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
12 lines
262 B
Plaintext
12 lines
262 B
Plaintext
echo "Following script-friendly outputs of commands must not change"
|
|
list --uuid;
|
|
list --uuid --all;
|
|
list --name;
|
|
list --name --all;
|
|
list --uuid --name --all;
|
|
domstate fv0
|
|
domstate fv0 --reason
|
|
domname ef861801-45b9-11cb-88e3-afbfe5370493
|
|
domid fv0
|
|
domstats fv0
|