summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-12-12 16:46:50 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-12-12 16:46:50 +0000
commitc79dced23c76eb18a03a2ca0daff63426da07e08 (patch)
tree6dd1dbd6ac5bcd92d8d180913016c2b884db1224 /README
parent308d0e324c88777fd71a34eb3665c48ea019ff5e (diff)
downloadmorph-c79dced23c76eb18a03a2ca0daff63426da07e08.tar.gz
document upcoming new feature for system morphs
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
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"
]
}