Remove old org invalid test use cases.

boot_flag testing is no longer valid as the counterpart xyz are in place.
org domain /org/openbmc/settings/host0/attr/boot_flags code.

Resolves  openbmc/openbmc-test-automation#1078

Change-Id: Ib48ed7944103f0472fc35b5b8c72c3699c0751b7
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/test_generic_conf.robot b/tests/test_generic_conf.robot
index 7ba12fd..745c3e6 100755
--- a/tests/test_generic_conf.robot
+++ b/tests/test_generic_conf.robot
@@ -19,16 +19,6 @@
 
 *** Test Cases ***
 
-
-Get Boot Flags
-
-    [Documentation]   ***GOOD PATH***
-    ...               This test case tries to get the boot flags
-    [Tags]  Get_Boot_Flags
-
-    ${resp}=   Read Attribute   ${SETTING_HOST}   boot_flags
-    should not be empty   ${resp}
-
 Get Power Value
 
     [Documentation]   ***GOOD PATH***
@@ -94,18 +84,6 @@
     Should Be Equal     ${value}      ${valueToBeSet}
 
 
-Set Boot Flag With String
-    [Documentation]   Set boot flag with invalid string and expect error.
-    [Tags]  Set_Boot_Flag_With_String
-
-    ${valueToBeSet}=   Set Variable     3ab56f
-    ${error_msg}=  Run Keyword And Expect Error
-    ...  *   Write To Power Attribute  boot_flags  ${valueToBeSet}
-    Should Contain  ${error_msg}  ${VALUE_MSG_ERR}
-    ${value}=  Read Attribute  ${SETTING_HOST}  boot_flags
-    Should Not Be Equal  ${value}  ${valueToBeSet}
-
-
 *** Keywords ***
 
 Write To Power Attribute