Skip to content

Commit

Permalink
openpower specific test cases
Browse files Browse the repository at this point in the history
Changes:
    - Moved "secureboot/" to "openpower" directory
    - Update the lib and resource paths in the files.

Secureboot test cases are openpower specific test and to differentiate
between common openbmc tests and openpower specific tests, this
changes is made.

Change-Id: Ib7a2b7a1335def300f2f7e4bb06ffc05af96234f
Signed-off-by: George Keishing <[email protected]>
  • Loading branch information
gkeishin committed Jun 7, 2018
1 parent a95e4ef commit a8b2549
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions secureboot/secure.robot → openpower/secureboot/secure.robot
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Documentation Secure boot related test cases.
# FFDC_TOOL_DIR_PATH The path to the directory containing FFDC translation
# tools such as eSEL.pl.

Resource ../lib/utils.robot
Resource ../lib/boot_utils.robot
Resource ../lib/secure_utils.robot
Resource ../lib/open_power_utils.robot
Resource ../lib/logging_utils.robot
Resource ../lib/openbmc_ffdc_methods.robot

Library ../lib/gen_misc.py
Resource ../../lib/utils.robot
Resource ../../lib/boot_utils.robot
Resource ../../lib/secure_utils.robot
Resource ../../lib/open_power_utils.robot
Resource ../../lib/logging_utils.robot
Resource ../../lib/openbmc_ffdc_methods.robot

Library ../../lib/gen_misc.py

Suite Setup Suite Setup Execution
Test Setup Test Setup Execution
Expand Down

0 comments on commit a8b2549

Please sign in to comment.