test/automated-robot-suite/Libraries
Saul Wold 49b0d1390e Add test for DISPLAY environment variable
Check for the DISPLAY variable before blinding setting it to :0,
    this ensures that if you are working remotely that the correct
    display is used.

Closes-Bug: 1860593
Change-Id: I9fcbfa8ff52732dcd3ee6d86edf7581a49236703
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2020-01-22 11:02:13 -08: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 Enable python3 fort the test suite 2019-09-29 11:51:09 -05:00
iso_setup.py Add test for DISPLAY environment variable 2020-01-22 11:02:13 -08:00
pxe_server.py Fix Setup on BareMetal 2019-10-02 13:34:43 -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