test/automated-robot-suite/Libraries
Jose Perez Carranza bc0efc1806 Add robot suite directory to be verified by pylint
Add automated-robot-suite to tox.ini file in order to apply pylint
validation to the suite directory.

Change-Id: I34ba7fecb10f115813e731f5344fbadf5bf7996c
Signed-off-by: Jose Perez Carranza <jose.perez.carranza@intel.com>
2019-09-02 10:13:37 -05:00
..
README.md [robot] Add libraries and resources used by the suite 2019-08-20 20:51:35 +00:00
__init__.py [robot] Add libraries and resources used by the suite 2019-08-20 20:51:35 +00:00
common.py Add robot suite directory to be verified by pylint 2019-09-02 10:13:37 -05:00
iso_setup.py Add robot suite directory to be verified by pylint 2019-09-02 10:13:37 -05:00
pxe_server.py Add robot suite directory to be verified by pylint 2019-09-02 10:13:37 -05:00

README.md

Table of contents

iso_setup python module

The iso_setup.py in this folder provides the capability to setup a StarlingX iso with specific configuration, this configuration comes from the config.ini file.

The config.ini file in the section iso_installer contains the variable KERNEL_OPTION which can have the following values.

Value Description
0 Standard Controller Configuration > Serial Console > Standard Security Boot Profile
S0 Standard Controller Configuration > Serial Console > Extended Security Boot Profile
1 Standard Controller Configuration > Graphical Console > Standard Security Boot Profile
S1 Standard Controller Configuration > Graphical Console > Extended Security Boot Profile
2 All-in-one Controller Configuration > Serial Console > Standard Security Boot Profile
S2 All-in-one Controller Configuration > Serial Console > Extended Security Boot Profile
3 All-in-one Controller Configuration > Graphical Console > Standard Security Boot Profile
S3 All-in-one Controller Configuration > Graphical Console > Extended Security Boot Profile
4 All-in-one (lowlatency) Controller Configuration > Serial Console > Standard Security Boot Profile
S4 All-in-one (lowlatency) Controller Configuration > Serial Console > Extended Security Boot Profile
5 All-in-one (lowlatency) Controller Configuration > Graphical Console > Standard Security Boot Profile
S5 All-in-one (lowlatency) Controller Configuration > Graphical Console > Extended Security Boot Profile