diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-31 16:40:03 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-31 16:40:03 -0500 |
commit | be7a5c45ffc90dccccf1da2c851c6161ccc4e420 (patch) | |
tree | c0322aaae20df846ed814efdbf41ee347c1034b0 | |
parent | e69a0620ba930d2848d0f1ce086453163b556594 (diff) | |
download | horizon-be7a5c45ffc90dccccf1da2c851c6161ccc4e420.tar.gz horizon-be7a5c45ffc90dccccf1da2c851c6161ccc4e420.tar.bz2 horizon-be7a5c45ffc90dccccf1da2c851c6161ccc4e420.tar.xz horizon-be7a5c45ffc90dccccf1da2c851c6161ccc4e420.zip |
devel: req: 3b: Add R.Validate.nameserver*
-rw-r--r-- | devel/requirements/3b_runner.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/requirements/3b_runner.xml b/devel/requirements/3b_runner.xml index 3283243..dd1b3c2 100644 --- a/devel/requirements/3b_runner.xml +++ b/devel/requirements/3b_runner.xml @@ -162,6 +162,14 @@ <title>Runner.Validate.network.netssid.Key</title> <para>If the third value of a <literal>netssid</literal> tuple is a valid security type and not <literal>none</literal>, the system shall ensure that the <literal>netssid</literal> tuple has a fourth value that specifies the security key.</para> </formalpara> + <formalpara id="Runner.Validate.nameserver"> + <title>Runner.Validate.nameserver</title> + <para>The system shall verify any <literal>nameserver</literal> keys contained in the HorizonScript.</para> + </formalpara> + <formalpara id="Runner.Validate.nameserver.IP"> + <title>Runner.Validate.nameserver.IP</title> + <para>The system shall verify that the value of each <literal>nameserver</literal> key is an IPv4 or IPv6 address.</para> + </formalpara> <formalpara id="Runner.Validate.hostname"> <title>Runner.Validate.hostname</title> <para>The system shall verify that the HorizonScript contains exactly one <literal>hostname</literal> key.</para> |