Tidied updated test suites and Robot resources.
[integration/test.git] / csit / libraries / VtnCoKeywords.robot
index 05695e8dfc935dc57a7702969ac96ede8ab5b8ea..e1e881bb61747f1a738fa4f8be87b477a3315a7b 100644 (file)
@@ -133,7 +133,7 @@ Create VBR in VTN
     ${vbrcreate_json}=    json.dumps    ${vbrcreate}
     ${resp}    RequestsLibrary.Post    session    ${VTNWEBAPI}/${VTNS}/${vtnname}/${VBRS_CREATE}    data=${vbrcreate_json}
     Run Keyword If    '${vbrname}' == 'Vbr_audit'    Should Be Equal As Strings    ${resp.status_code}    202
-    ...    ELSE     Should Be Equal As Strings    ${resp.status_code}    201
+    ...    ELSE    Should Be Equal As Strings    ${resp.status_code}    201
 
 Create VBRIF in VBR
     [Arguments]    ${vtnname}    ${vbrname}    ${vbrifname}    ${ifdescription}    ${retcode}