From: Antti Kantee Date: Mon, 12 Jan 2015 13:12:46 +0000 (+0100) Subject: add domain_config for hello test. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=25e518a86a0ff42e6bd095892a5ec102200a4c2f;p=rumpuser-xen.git add domain_config for hello test. easy way to run the test without "how did this work again?" pondering --- diff --git a/tests/hello/domain_config b/tests/hello/domain_config new file mode 100644 index 0000000..3ad3669 --- /dev/null +++ b/tests/hello/domain_config @@ -0,0 +1,5 @@ +kernel = "hello" +memory = 16 +vcpus=1 +name = "rump-kernel-hello" +on_crash="preserve"