Skip to content

Commit

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

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

Change-Id: Ia57c886ee0b1a5c48c7964635a17094e5ddbdcfd
Signed-off-by: George Keishing <[email protected]>
  • Loading branch information
gkeishin committed Jun 6, 2018
1 parent 2d8d7f3 commit bba3390
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions ras/__init__.robot → openpower/ras/__init__.robot
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Documentation Set metadata for test suite.
Library SSHLibrary
Resource ../lib/connection_client.robot
Resource ../lib/rest_client.robot
Resource ../lib/utils.robot
Resource ../lib/code_update_utils.robot
Resource ../../lib/connection_client.robot
Resource ../../lib/rest_client.robot
Resource ../../lib/utils.robot
Resource ../../lib/code_update_utils.robot

Suite Setup Log System Driver Data

Expand Down
24 changes: 12 additions & 12 deletions ras/test_host_ras.robot → openpower/ras/test_host_ras.robot
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
*** Settings ***
Documentation This suite tests checkstop operations through HOST.
Resource ../lib/utils.robot
Resource ../lib/openbmc_ffdc.robot
Resource ../lib/ras/host_utils.robot
Resource ../lib/resource.txt
Resource ../lib/state_manager.robot
Resource ../lib/openbmc_ffdc_methods.robot
Resource ../lib/boot_utils.robot
Variables ../lib/ras/variables.py
Variables ../data/variables.py
Resource ../lib/dump_utils.robot
Resource ../../lib/utils.robot
Resource ../../lib/openbmc_ffdc.robot
Resource ../../lib/ras/host_utils.robot
Resource ../../lib/resource.txt
Resource ../../lib/state_manager.robot
Resource ../../lib/openbmc_ffdc_methods.robot
Resource ../../lib/boot_utils.robot
Variables ../../lib/ras/variables.py
Variables ../../data/variables.py
Resource ../../lib/dump_utils.robot

Library DateTime
Library OperatingSystem
Expand Down Expand Up @@ -273,11 +273,11 @@ Verify Recoverable Callout Handling For NCUFIR With Threshold 1
Inject Recoverable Error With Threshold Limit Through Host
... ${translated_fir} ${value[1]} 1 ${value[2]} ${err_log_path}

Verify Unrecoverable Callout Handling For NCUFIR
Verify Unrecoverable Callout Handling For NCUFIR
[Documentation] Verify unrecoverable callout handling for NCUFIR.
[Tags] Verify_Unrecoverable_Callout_Handling_For_NCUFIR
${value}= Get From Dictionary ${ERROR_INJECT_DICT} NCUFIR_UE
${value}= Get From Dictionary ${ERROR_INJECT_DICT} NCUFIR_UE
${translated_fir}= Fetch FIR Address Translation Value ${value[0]} EX
${err_log_path}= Catenate ${RAS_LOG_DIR_PATH}ncufir_ue
Inject Unrecoverable Error Through Host
Expand Down

0 comments on commit bba3390

Please sign in to comment.