]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commitdiff
Modify default xl cfg files to name the VM identically to the kernel used
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 23 Oct 2015 14:48:01 +0000 (15:48 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 23 Oct 2015 14:48:20 +0000 (15:48 +0100)
Suggested-by: Anshul Makkar <anshul.makkar@citrix.com>
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
config/default-hvm.cfg.in
config/default-pv.cfg.in

index 000133d86c5e04119e66755e4ec8ef4aac0b4a63..8f052e39ab08eb0451a366394a8bfa203e25a7a1 100644 (file)
@@ -1,4 +1,4 @@
-name="@@NAME@@-@@ENV@@"
+name="test-@@ENV@@-@@NAME@@"
 builder="hvm"
 memory=128
 firmware_override="test-@@ENV@@-@@NAME@@"
index 1a2f142b6f3fd8c485bb045867c84a3c6484f2de..299cb72a427b5b08de87a3bf103b6d7dcedf045e 100644 (file)
@@ -1,4 +1,4 @@
-name="@@NAME@@-@@ENV@@"
+name="test-@@ENV@@-@@NAME@@"
 loader="generic"
 memory=128
 kernel="test-@@ENV@@-@@NAME@@"