]> xenbits.xensource.com Git - rumpuser-xen.git/commitdiff
add domain_config for hello test.
authorAntti Kantee <pooka@iki.fi>
Mon, 12 Jan 2015 13:12:46 +0000 (14:12 +0100)
committerAntti Kantee <pooka@iki.fi>
Mon, 12 Jan 2015 13:14:19 +0000 (14:14 +0100)
easy way to run the test without "how did this work again?" pondering

tests/hello/domain_config [new file with mode: 0644]

diff --git a/tests/hello/domain_config b/tests/hello/domain_config
new file mode 100644 (file)
index 0000000..3ad3669
--- /dev/null
@@ -0,0 +1,5 @@
+kernel = "hello"
+memory = 16
+vcpus=1
+name = "rump-kernel-hello"
+on_crash="preserve"