From 25e518a86a0ff42e6bd095892a5ec102200a4c2f Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Mon, 12 Jan 2015 14:12:46 +0100 Subject: [PATCH] add domain_config for hello test. easy way to run the test without "how did this work again?" pondering --- tests/hello/domain_config | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/hello/domain_config 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" -- 2.39.5