Move verify SEL test from logging to IPMI suite.

Change-Id: I83097fb6e659eaac4a31fe0ae09e8fcb5063f17d
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/extended/test_error_log.robot b/extended/test_error_log.robot
index 4e58575..ea8dc0d 100644
--- a/extended/test_error_log.robot
+++ b/extended/test_error_log.robot
@@ -213,18 +213,6 @@
     Should Be Equal As Strings  ${resp.status_code}  ${HTTP_NOT_FOUND}
 
 
-Verify IPMI SEL Version
-    [Documentation]  Verify IPMI SEL's version info.
-    [Tags]  Verify_IPMI_SEL_Version
-
-    ${version_info}=  Get IPMI SEL Setting  Version
-    ${setting_status}=  Fetch From Left  ${version_info}  (
-    ${setting_status}=  Evaluate  $setting_status.replace(' ','')
-
-    Should Be True  ${setting_status} >= 1.5
-    Should Contain  ${version_info}  v2 compliant  case_insensitive=True
-
-
 Verify Watchdog Timedout Error
     [Documentation]  Trigger watchdog timed out and verify errorlog generated.
     [Tags]  Verify_Watchdog_Timedout_Error
diff --git a/tests/ipmi/test_general_ipmi.robot b/tests/ipmi/test_general_ipmi.robot
index 0f1143f..e058533 100644
--- a/tests/ipmi/test_general_ipmi.robot
+++ b/tests/ipmi/test_general_ipmi.robot
@@ -6,6 +6,7 @@
 Resource            ../../lib/boot_utils.robot
 Resource            ../../lib/utils.robot
 Resource            ../../lib/bmc_network_utils.robot
+Resource            ../../lib/logging_utils.robot
 Library             ../../lib/ipmi_utils.py
 Variables           ../../data/ipmi_raw_cmd_table.py
 
@@ -19,6 +20,18 @@
 
 *** Test Cases ***
 
+Verify IPMI SEL Version
+    [Documentation]  Verify IPMI SEL's version info.
+    [Tags]  Verify_IPMI_SEL_Version
+
+    ${version_info}=  Get IPMI SEL Setting  Version
+    ${setting_status}=  Fetch From Left  ${version_info}  (
+    ${setting_status}=  Evaluate  $setting_status.replace(' ','')
+
+    Should Be True  ${setting_status} >= 1.5
+    Should Contain  ${version_info}  v2 compliant  case_insensitive=True
+
+
 Verify Supported Cipher List
     [Documentation]  Execute all supported cipher levels and verify.
     [Tags]  Verify_Supported_Cipher_List