summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-31 16:40:03 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-31 16:40:03 -0500
commitbe7a5c45ffc90dccccf1da2c851c6161ccc4e420 (patch)
treec0322aaae20df846ed814efdbf41ee347c1034b0 /devel
parente69a0620ba930d2848d0f1ce086453163b556594 (diff)
downloadhorizon-be7a5c45ffc90dccccf1da2c851c6161ccc4e420.tar.gz
horizon-be7a5c45ffc90dccccf1da2c851c6161ccc4e420.tar.bz2
horizon-be7a5c45ffc90dccccf1da2c851c6161ccc4e420.tar.xz
horizon-be7a5c45ffc90dccccf1da2c851c6161ccc4e420.zip
devel: req: 3b: Add R.Validate.nameserver*
Diffstat (limited to 'devel')
-rw-r--r--devel/requirements/3b_runner.xml8
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>