diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-29 19:46:57 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-29 19:46:57 -0500 |
commit | 8aa28d4806d6e8275c7054cb0f52baf554be5791 (patch) | |
tree | 1a566f4bc8194c7600241aa07b6ee50968d9457c /devel | |
parent | a50887f67ca9a5836733c6c8b6883181c402a6d3 (diff) | |
download | horizon-8aa28d4806d6e8275c7054cb0f52baf554be5791.tar.gz horizon-8aa28d4806d6e8275c7054cb0f52baf554be5791.tar.bz2 horizon-8aa28d4806d6e8275c7054cb0f52baf554be5791.tar.xz horizon-8aa28d4806d6e8275c7054cb0f52baf554be5791.zip |
req: 3b: Add Runner.Validate.mount.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 b61fc37..6b2b062 100644 --- a/devel/requirements/3b_runner.xml +++ b/devel/requirements/3b_runner.xml @@ -502,6 +502,10 @@ <title>Runner.Validate.mount.Point</title> <para>The system shall verify that the second value of each <literal>mount</literal> key tuple specifies a valid mount point beginning with a <literal>/</literal>.</para> </formalpara> + <formalpara id="Runner.Validate.mount.Unique"> + <title>Runner.Validate.mount.Unique</title> + <para>The system shall verify that the second value of each <literal>mount</literal> key is unique.</para> + </formalpara> <formalpara id="Runner.Validate.mount.Root"> <title>Runner.Validate.mount.Root</title> <para>The system shall verify that one <literal>mount</literal> key tuple specifies the root (<literal>/</literal>) mount.</para> |