From 2299022b38e9a9ef0a32b8ee424aa55cbc852cc5 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 26 Sep 2019 02:30:09 -0500 Subject: req: Add logging and quality requirements --- devel/requirements/5_nonfunctional.xml | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'devel/requirements/5_nonfunctional.xml') diff --git a/devel/requirements/5_nonfunctional.xml b/devel/requirements/5_nonfunctional.xml index e8b2c82..22ab53b 100644 --- a/devel/requirements/5_nonfunctional.xml +++ b/devel/requirements/5_nonfunctional.xml @@ -28,5 +28,41 @@ SQA.Flexibility.FirmwareConf The firmware support described under the UI.Firmware.* requirements branch shall be disableable at run-time via a configuration setting. + + SQA.Robustness.ScriptSync + The system shall provide a method to save the executed HorizonScript and log messages in the event of a fatal error. + + + SQA.Usability.TTI.Experienced + A User with experience installing other Linux distributions shall be able to complete the Horizon UI flow through in less than 15 minutes. + + + SQA.Usability.TTI.Green + A User with no prior experience with Linux shall be able to complete the Horizon UI flow through in less than one hour. + + + SQA.Portability.Bitness + A HorizonScript shall be readable on 32-bit and 64-bit computers regardless of what type of computer was used to create it. + + + SQA.Portability.Endianness + A HorizonScript shall be readable on big endian and little endian computers regardless of what type of computer was used to create it. + + + SQA.Verifiability.BlockMock + The system shall support the ability to use "mock" block devices for purposes of testing and verification. + + + SQA.Maintainability.Comments + All functions and methods in the system shall have a comment describing what action the function or method performs, and its inputs, outputs, and any side effects (if applicable). + + + SQA.Maintainability.Methods + Each class in the system shall have no more than 20 methods. + + + SQA.Maintainability.NoOPFuncs + Each function or method in the system shall take no more than six input parameters. + -- cgit v1.2.3-60-g2f50