From c79dced23c76eb18a03a2ca0daff63426da07e08 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 12 Dec 2011 16:46:50 +0000 Subject: document upcoming new feature for system morphs --- README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README') diff --git a/README b/README index 690db95b..8842625d 100644 --- a/README +++ b/README @@ -117,6 +117,8 @@ For systems, use the following fields: `M` and `G`; **required** * `strata`: a list of stratum names to include in the system image; **required** +* `test-stories`: a list of filenames with "test stories" for morph to + run against the built image (see `morph test` subcommand); optional Example chunk (simplified commands): @@ -170,6 +172,12 @@ Example system: "strata": [ "foundation", "linux-stratum" + ], + "test-stories": [ + "stories/login.py", + "stories/hostname-is-set.py", + "stories/basic-utilities-work.py", + "stories/halt-works.py" ] } -- cgit v1.2.1