X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Ffunc%2Fhoneycomb%2Fmgmt-statepersist-apihc-func.robot;fp=tests%2Ffunc%2Fhoneycomb%2F900_persistence.robot;h=84dad452b5102b51e82614d34a29051fcd812c4c;hp=e0c8ea1b467330296a63a0c594c7500751feb840;hb=20a24b36a6fc172c209dcc154e138f6e06e85bd5;hpb=a9da1b4ca1e8cccef22a6e2b8bfa859a9ed04555 diff --git a/tests/func/honeycomb/900_persistence.robot b/tests/func/honeycomb/mgmt-statepersist-apihc-func.robot similarity index 91% rename from tests/func/honeycomb/900_persistence.robot rename to tests/func/honeycomb/mgmt-statepersist-apihc-func.robot index e0c8ea1b46..84dad452b5 100644 --- a/tests/func/honeycomb/900_persistence.robot +++ b/tests/func/honeycomb/mgmt-statepersist-apihc-func.robot @@ -24,7 +24,7 @@ | Documentation | *Honeycomb configuration persistence test suite.* *** Test Cases *** -| Honeycomb persists configuration through restart of both Honeycomb and VPP +| TC01: Honeycomb persists configuration through restart of both Honeycomb and VPP | | [Documentation] | Checks if Honeycomb maintains configuration after both\ | | ... | Honeycomb and VPP are restarted. # Vxlan tunnel name is not properly restored (HONEYCOMB-301) @@ -35,7 +35,7 @@ | | Then Honeycomb and VPP should verify every setting | ${node} | ${interface} | | And Honeycomb should show no rogue interfaces | ${node} -| Honeycomb persists configuration through restart of Honeycomb +| TC02: Honeycomb persists configuration through restart of Honeycomb | | [Documentation] | Checks if Honeycomb maintains configuration after it\ | | ... | is restarted. # Vxlan tunnel name is not properly restored (HONEYCOMB-301) @@ -45,7 +45,7 @@ | | Then Honeycomb and VPP should verify every setting | ${node} | ${interface} | | And Honeycomb should show no rogue interfaces | ${node} -| Honeycomb persists configuration through restart of VPP +| TC03: Honeycomb persists configuration through restart of VPP | | [Documentation] | Checks if Honeycomb updates VPP settings after VPP is\ | | ... | restarted. # Vxlan tunnel name is not properly restored (HONEYCOMB-301) @@ -55,7 +55,7 @@ | | Then Honeycomb and VPP should verify every setting | ${node} | ${interface} | | And Honeycomb should show no rogue interfaces | ${node} -| Honeycomb reverts to defaults if persistence files are invalid +| TC04: Honeycomb reverts to defaults if persistence files are invalid | | [Documentation] | Checks if Honeycomb reverts to default configuration when\ | | ... | persistence files are damaged or invalid. | | [Teardown] | Run keyword if test failed