diff options
author | Fabian Freyer <fabian.freyer@physik.tu-berlin.de> | 2016-06-24 18:41:20 +0000 |
---|---|---|
committer | Roman Bogorodskiy <rb0427@att.com> | 2016-07-10 15:40:11 -0400 |
commit | dd23c3822be7711fb2b25badb3a6854d9ccd1110 (patch) | |
tree | f9b8e05219668c95dae898b435aebe00e97ace19 /tests/bhyveargv2xmldata/bhyveargv2xml-bhyverun-name-mismatch.args | |
parent | 9f22b347b4d93d8d1d94126afb7765acc7ab4f55 (diff) | |
download | libvirt-dd23c3822be7711fb2b25badb3a6854d9ccd1110.tar.gz |
bhyve: add tests for bhyveParseCommandLineString
Diffstat (limited to 'tests/bhyveargv2xmldata/bhyveargv2xml-bhyverun-name-mismatch.args')
-rw-r--r-- | tests/bhyveargv2xmldata/bhyveargv2xml-bhyverun-name-mismatch.args | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/bhyveargv2xmldata/bhyveargv2xml-bhyverun-name-mismatch.args b/tests/bhyveargv2xmldata/bhyveargv2xml-bhyverun-name-mismatch.args new file mode 100644 index 0000000000..c43cb240b9 --- /dev/null +++ b/tests/bhyveargv2xmldata/bhyveargv2xml-bhyverun-name-mismatch.args @@ -0,0 +1,10 @@ +/usr/sbin/bhyve \ +-c 1 \ +-m 214 \ +-H \ +-P \ +-s 0:0,hostbridge \ +-s 2:0,virtio-blk,/tmp/freebsd.img bhyve +/usr/sbin/bhyveload \ +-m 214 \ +-d /tmp/freebsd.img othervm |