Fix typo in lisp test 07/90007/1
authorLuis Gomez <ecelgp@gmail.com>
Wed, 27 May 2020 16:57:34 +0000 (09:57 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 27 May 2020 16:57:34 +0000 (09:57 -0700)
Change-Id: I57111a228050a9e5756444e8537d75ee5111335b
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
csit/suites/lispflowmapping/msmr/020_RPC_CRUD.robot

index daa09b2552da554daa957571b503de2848ee8427..aa4a5523ae40ba1f4a76f3dfcac5949d648eb407 100644 (file)
@@ -35,7 +35,7 @@ Update Key
     ${eid_json}=    Get LispAddress JSON    ipv4:192.0.2.1/32
     ${authkey_json}=    Get MappingAuthkey JSON    key_string=updated-password
     ${update_key}=    Merge And Wrap input    ${eid_json}    ${authkey_json}
-    Post Log Check    ${LFM_RPC_API}:update-key    ${update_key}    status_codes=${ALLOWED_STATUS_CODESS}
+    Post Log Check    ${LFM_RPC_API}:update-key    ${update_key}    status_codes=${ALLOWED_STATUS_CODES}
 
 Read Updated Key
     [Documentation]    Read the key updated in the previous test