From f2ebb9033dc6e86f508578b209b713f578b62c42 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 11 Mar 2013 18:15:29 +0000 Subject: Emit warning if system-kind != rootfs-tarball --- morphlib/morph2_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morphlib/morph2_tests.py') diff --git a/morphlib/morph2_tests.py b/morphlib/morph2_tests.py index 49be9c8c..1a0b4822 100644 --- a/morphlib/morph2_tests.py +++ b/morphlib/morph2_tests.py @@ -309,7 +309,7 @@ class MorphologyTests(unittest.TestCase): "kind": "system", "disk-size": "1g", "arch": "x86_64", - "system-kind": "syslinux-disk" + "system-kind": "rootfs-tarball" }''' def test_writing_preserves_disk_size(self): -- cgit v1.2.1