summaryrefslogtreecommitdiff
path: root/tests/bhyvexml2argvdata/bhyvexml2argv-addr-no32devs-multiple-sata-disks.ldargs
Commit message (Collapse)AuthorAgeFilesLines
* bhyvexml2argvtest: use virCommandToStringFull to strip command pathPavel Hrdina2021-04-211-1/+1
| | | | | | | | | Currently the tests would fail if the bhyve commands are installed in different path then /usr/bin. Strip the command path to not depend on the host environment. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
* bhyvexml2argvtest: Use internal wrapping of command line argumentsPeter Krempa2021-04-121-1/+2
| | | | | | | | | | | | | | virCommandToString has the possibility to return an already wrapped string with better format than what we get from the test wrapper script. The main advantage is that arguments for an option are always on the same line which makes it more easy to see what changed in a diff and prevents re-wrapping of the line if a wrapping point moves over the threshold. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
* bhyve: add tests for SATA address allocationRoman Bogorodskiy2017-01-301-0/+3