test/automated-robot-suite/Libraries
Felipe Desiglo Ferrare 1516b57d62 Fix pylint warnings hapening in the build process to make Zuul builds clean
Warnings Fixed:
W1514: Using open without explicitly specifying an encoding (unspecified-encoding)
E0702: Raising str while only classes or instances are allowed (raising-bad-type)

Story: 2005892
Task: 43821

Change-Id: I2083fa4f8d994480c79ff557c56cf2f29c56c19f
Signed-off-by: Felipe Desiglo Ferrare <Felipe.DesigloFerrare@windriver.com>
2021-10-29 18:34:41 +00: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 Fix pylint warnings hapening in the build process to make Zuul builds clean 2021-10-29 18:34:41 +00:00
iso_setup.py Add test for DISPLAY environment variable 2020-01-22 11:02:13 -08:00
pxe_server.py Fix pylint warnings hapening in the build process to make Zuul builds clean 2021-10-29 18:34:41 +00: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