[libvirt] [PATCH] bhyve: fix bhyveargv2xml custom loader test

Roman Bogorodskiy bogorodskiy at gmail.com
Sun Jul 10 22:06:14 UTC 2016


Before pushing this test, I changed the appropriate args file
to pet test-wrap-argv.pl, but forgot to change the xml file, so
update it accordingly.
---
Pushed as trivial.

 tests/bhyveargv2xmldata/bhyveargv2xml-custom-loader.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/bhyveargv2xmldata/bhyveargv2xml-custom-loader.xml b/tests/bhyveargv2xmldata/bhyveargv2xml-custom-loader.xml
index 3e9bd29..68a488f 100644
--- a/tests/bhyveargv2xmldata/bhyveargv2xml-custom-loader.xml
+++ b/tests/bhyveargv2xmldata/bhyveargv2xml-custom-loader.xml
@@ -5,7 +5,7 @@
   <currentMemory unit='KiB'>219136</currentMemory>
   <vcpu placement='static'>1</vcpu>
   <bootloader>/usr/bin/custom-loader</bootloader>
-  <bootloader_args>with several arguments</bootloader_args>
+  <bootloader_args>-s ome --args</bootloader_args>
   <os>
     <type>hvm</type>
   </os>
-- 
2.7.4




More information about the libvir-list mailing list