From 7c0f378a688c2a5f3831ab2e61a53269969cb4ee Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 13 Sep 2019 23:30:32 -0500 Subject: req: 3b: Verify: netssid rules --- devel/requirements/3b_runner.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'devel') diff --git a/devel/requirements/3b_runner.xml b/devel/requirements/3b_runner.xml index afd9198..7bb3a82 100644 --- a/devel/requirements/3b_runner.xml +++ b/devel/requirements/3b_runner.xml @@ -146,6 +146,26 @@ Runner.Verify.network.netssid.NoNetwork If the value in the HorizonScript for the network key is false, the system shall verify that no netssid key is present. + + Runner.Verify.network.netaddress.Validity + The system shall verify that each netssid key has a valid form of either three values or four values in a space-separated tuple. + + + Runner.Verify.network.netssid.Interface + If the system is running in an installation environment, the system shall ensure that the interface specified as the first value in each netssid tuple is present on the system and supports wireless extensions. + + + Runner.Verify.network.netssid.SSID + The system shall verify that the second value of each netssid tuple is a valid SSID enclosed in ASCII double-quotes ("). + + + Runner.Verify.network.netssid.Security + The system shall verify that the third value of each netssid tuple is a valid security type: either none, wep, or wpa. + + + Runner.Verify.network.netssid.Key + If the third value of a netssid tuple is a valid security type and not none, the system shall ensure that the netssid tuple has a fourth value that specifies the security key. +
-- cgit v1.2.3-70-g09d2