diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-31 16:41:12 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-31 16:41:12 -0500 |
commit | cce8d9ba1541ef977260472d54461019e0e415ae (patch) | |
tree | 1d39ae58f9f5e1028d584d39178d8c8b80d551cf /devel | |
parent | be7a5c45ffc90dccccf1da2c851c6161ccc4e420 (diff) | |
download | horizon-cce8d9ba1541ef977260472d54461019e0e415ae.tar.gz horizon-cce8d9ba1541ef977260472d54461019e0e415ae.tar.bz2 horizon-cce8d9ba1541ef977260472d54461019e0e415ae.tar.xz horizon-cce8d9ba1541ef977260472d54461019e0e415ae.zip |
req: 3b: Add Runner.Validate.fs.Unique
Diffstat (limited to 'devel')
-rw-r--r-- | devel/requirements/3b_runner.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/requirements/3b_runner.xml b/devel/requirements/3b_runner.xml index dd1b3c2..fb6d138 100644 --- a/devel/requirements/3b_runner.xml +++ b/devel/requirements/3b_runner.xml @@ -498,6 +498,10 @@ <title>Runner.Validate.fs.Type</title> <para>The system shall verify that the second value of each <literal>fs</literal> key tuple specifies a valid file system supported by Horizon, using lower case characters.</para> </formalpara> + <formalpara id="Runner.Validate.fs.Unique"> + <title>Runner.Validate.fs.Unique</title> + <para>The system shall verify that the first value of each <literal>fs</literal> key is unique in the HorizonScript.</para> + </formalpara> <formalpara id="Runner.Validate.mount"> <title>Runner.Validate.mount</title> <para>The system shall verify that the HorizonScript contains at least one valid <literal>mount</literal> key.</para> |