Remove old interface FW version test case

Resolves openbmc/openbmc-test-automation#388

Change-Id: Iedc14347c186a325fea7d2e0fd720ba76987783f
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/test_lists/skip_test b/test_lists/skip_test
index f5dbb1b..24054eb 100644
--- a/test_lists/skip_test
+++ b/test_lists/skip_test
@@ -43,8 +43,6 @@
 -e get_directory_listing_xyz
 -e get_names
 -e get_names_org
-#https://github.com/openbmc/openbmc-test-automation/issues/226
--e Test_BIOS_Version
 #https://github.com/openbmc/openbmc/issues/928
 -e Set_Host_Time_With_Both_And_NTP
 #https://github.com/openbmc/openbmc/issues/901
diff --git a/test_lists/skip_test_palmetto b/test_lists/skip_test_palmetto
index bbe3253..d47b6b2 100644
--- a/test_lists/skip_test_palmetto
+++ b/test_lists/skip_test_palmetto
@@ -25,8 +25,6 @@
 -e DIMM0_no_fault
 -e Minimal_DIMM_Inventory
 -e Verify_DIMM_VPD_Properties
-#https://github.com/openbmc/openbmc/issues/740
--e Test_BIOS_Version
 #https://github.com/openbmc/openbmc-test-automation/issues/207
 -e Disable_PowerCap
 #https://github.com/openbmc/openbmc-test-automation/issues/123
diff --git a/tests/test_fw_version.robot b/tests/test_fw_version.robot
index 86ee53d..d58c363 100755
--- a/tests/test_fw_version.robot
+++ b/tests/test_fw_version.robot
@@ -12,34 +12,6 @@
 
 
 *** Test Cases ***
-Test BMC Version
-    [Documentation]     Verifying if the BMC Version field is set with valid strings.\n
-    ...     Expected in following format:
-    ...     $ git describe --dirty
-    ...     v0.1-34-g95f7347
-    ...     $
-    [Tags]  Test_BMC_Version
-
-    ${resp}=    OpenBMC Get Request
-    ...   ${INVENTORY_URI}system/chassis/motherboard/bmc
-    Should Be Equal As Strings    ${resp.status_code}    ${HTTP_OK}
-    ${jsondata}=    To Json    ${resp.content}
-    Should not be empty     ${jsondata["data"]["version"]}    msg=version field is empty
-    Should Match Regexp     ${jsondata["data"]["version"]}      ^v\\d+\.\\d+
-
-Test BIOS Version
-    [Documentation]     Verifying if the BIOS Version field is set with valid strings.\n
-    ...     Expected in following format:
-    ...     open-power-barreleye-v1.8
-    ...     $
-    [Tags]  chassisboot    Test_BIOS_Version
-
-    ${resp}=    OpenBMC Get Request    ${INVENTORY_URI}system/bios
-    Should Be Equal As Strings    ${resp.status_code}    ${HTTP_OK}
-    ${jsondata}=    To Json    ${resp.content}
-    Should not be empty     ${jsondata["data"]["Version"]}    msg=Version field is empty
-    Should Match Regexp     ${jsondata["data"]["Version"]}      ^open+\-\power+\-\
-
 
 Software Version Management
     [Documentation]  Verify version and activation status.