X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FVtnCoKeywords.robot;h=e1e881bb61747f1a738fa4f8be87b477a3315a7b;hb=033ffebf4566d2ca7cf93942bf5135e471fa64b2;hp=05695e8dfc935dc57a7702969ac96ede8ab5b8ea;hpb=618bb37f160c06fe80ccb28bb1e567830a61289d;p=integration%2Ftest.git diff --git a/csit/libraries/VtnCoKeywords.robot b/csit/libraries/VtnCoKeywords.robot index 05695e8dfc..e1e881bb61 100644 --- a/csit/libraries/VtnCoKeywords.robot +++ b/csit/libraries/VtnCoKeywords.robot @@ -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}