SEL test cases "Verify Empty SEL" move to IPMI bucket
Change-Id: Ied7c4e0e023e0f51f4555dda6365fb35a2484467
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/extended/test_error_log.robot b/extended/test_error_log.robot
index ea8dc0d..7013304 100644
--- a/extended/test_error_log.robot
+++ b/extended/test_error_log.robot
@@ -254,16 +254,6 @@
... case_insensitive=True
-Verify Empty SEL
- [Documentation] Verify empty SEL list.
- [Tags] Verify_Empty_SEL
-
- Delete Error Logs And Verify
-
- ${resp}= Run IPMI Standard Command sel list
- Should Contain ${resp} SEL has no entries case_insensitive=True
-
-
Delete Non Existing SEL Entry
[Documentation] Delete non existing SEL entry.
[Tags] Delete_Non_Existing_SEL_Entry
diff --git a/tests/ipmi/test_general_ipmi.robot b/tests/ipmi/test_general_ipmi.robot
index e058533..441e787 100644
--- a/tests/ipmi/test_general_ipmi.robot
+++ b/tests/ipmi/test_general_ipmi.robot
@@ -32,6 +32,16 @@
Should Contain ${version_info} v2 compliant case_insensitive=True
+Verify Empty SEL
+ [Documentation] Verify empty SEL list.
+ [Tags] Verify_Empty_SEL
+
+ Delete Error Logs And Verify
+
+ ${resp}= Run IPMI Standard Command sel list
+ Should Contain ${resp} SEL has no entries case_insensitive=True
+
+
Verify Supported Cipher List
[Documentation] Execute all supported cipher levels and verify.
[Tags] Verify_Supported_Cipher_List