Enable warm reset test cases

The changes includes:
   - Removing known_issue tag as we are no longer using this tag
   - Add keyword name tag as per openbmc/openbmc-test-automation#126
   - Update test documentation

Change-Id: Idec33e8f3956f3d552ed9f8f3d7f44635ef0ce3b
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/test_bootpolicy.robot b/tests/test_bootpolicy.robot
index 91a665d..fdb7166 100644
--- a/tests/test_bootpolicy.robot
+++ b/tests/test_bootpolicy.robot
@@ -81,11 +81,10 @@
     ${flag}=   Read Attribute  /org/openbmc/settings/host0    boot_flags
     Should Be Equal    ${flag}    CDROM
 
-Onetime boot order after warm reset
-    [Documentation]   This testcase is to verify that boot policy and order does not change
-    ...               after warm reset on a system with onetime boot policy.
-    ...               Existing Issue: https://github.com/openbmc/openbmc/issues/519
-    [Tags]  chassisboot    known_issue
+Persist ONETIME Boot Policy After Reset
+    [Documentation]   Verify ONETIME boot policy order does not change
+    ...               on warm reset.
+    [Tags]  chassisboot   Persist_ONETIME Boot_Policy_After_Reset
 
     Initiate Power On
 
@@ -101,11 +100,10 @@
     ${flag}=   Read Attribute  /org/openbmc/settings/host0    boot_flags
     Should Be Equal    ${flag}    Network
 
-Permanent boot order after warm reset
-    [Documentation]   This testcase is to verify that boot policy and order does not change
-    ...               after warm reset on a system with permanent boot policy.
-    ...               Existing Issue: https://github.com/openbmc/openbmc/issues/519
-    [Tags]  chassisboot    known_issue
+Persist PERMANENT Boot Policy After Reset
+    [Documentation]   Verify PERMANENT boot policy order does not change
+    ...               on warm reset.
+    [Tags]  chassisboot    Persist_PERMANENT_Boot_Policy_After_Reset
 
     Initiate Power On