summaryrefslogtreecommitdiff
path: root/tests/virsh-output-commands
Commit message (Collapse)AuthorAgeFilesLines
* virsh: Added attach-disk support for network diskRyan Gahagan2020-11-231-0/+14
| | | | | | | | | | | | | | | Related issue: https://gitlab.com/libvirt/libvirt/-/issues/16 Added in support for the following parameters in attach-disk: --source-protocol --source-host-name --source-host-socket --source-host-transport Added documentation to virsh.rst specifying usage. Signed-off-by: Ryan Gahagan <rgahagan@cs.utexas.edu> Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
* tests: virsh: Add simple testsuite for using --print-xml of various commandsPeter Krempa2020-11-231-0/+80
The test uses a script and compares the output against a template file. VIR_TEST_REGENREATE_OUTPUT can be used on test failures. This test will be marked as expensive once the refactors it guards are done. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>