openpower specific test cases
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 <gkeishin@in.ibm.com>
diff --git a/ras/__init__.robot b/openpower/ras/__init__.robot
similarity index 74%
rename from ras/__init__.robot
rename to openpower/ras/__init__.robot
index 55b2776..c48017c 100755
--- a/ras/__init__.robot
+++ b/openpower/ras/__init__.robot
@@ -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
diff --git a/ras/test_host_ras.robot b/openpower/ras/test_host_ras.robot
similarity index 97%
rename from ras/test_host_ras.robot
rename to openpower/ras/test_host_ras.robot
index ef07aeb..0409a85 100755
--- a/ras/test_host_ras.robot
+++ b/openpower/ras/test_host_ras.robot
@@ -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
@@ -273,11 +273,11 @@
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