From 46f7f0361af208209812cc499c44b7acd8faa8e7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 5 Apr 2017 08:47:23 +0200 Subject: Change machine type enumeration values --- tests/manifest/machine.test | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'tests/manifest') diff --git a/tests/manifest/machine.test b/tests/manifest/machine.test index b775a79..cd50bd4 100644 --- a/tests/manifest/machine.test +++ b/tests/manifest/machine.test @@ -9,23 +9,23 @@ test.options += -m : Roundtrip the machine manifest. : { - : vm + : kvm : $* <>EOF : 1 id: a2b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 name: windows_10-msvc_14 - type: vm + type: kvm summary: Windows 10 build 1607 with VC 14 update 3 EOF - : container + : nspawn : $* <>EOF : 1 id: a2b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 name: windows_10-msvc_14 - type: container + type: nspawn summary: Windows 10 build 1607 with VC 14 update 3 EOF } @@ -36,7 +36,7 @@ $* <'stdin:6:1: error: single machine manifest expected' == 1 : 1 id: a2b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 name: windows_10-msvc_14 -type: vm +type: kvm summary: Windows 10 build 1607 with VC 14 update 3 : EOI @@ -64,8 +64,8 @@ EOI : $* <'stdin:3:1: error: machine type redefinition' == 1 : 1 - type: vm - type: vm + type: kvm + type: kvm EOI : summary @@ -124,7 +124,7 @@ EOI $* <'stdin:5:1: error: no machine id specified' == 1 : 1 name: windows - type: vm + type: kvm summary: Windows EOI @@ -133,7 +133,7 @@ EOI $* <'stdin:5:1: error: no machine name specified' == 1 : 1 id: 123 - type: vm + type: kvm summary: Windows EOI @@ -152,6 +152,6 @@ EOI : 1 id: 123 name: windows - type: vm + type: kvm EOI } -- cgit v1.1