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/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