LISP: remove one test 53/33853/2
authorLorand Jakab <lojakab@cisco.com>
Mon, 1 Feb 2016 14:18:39 +0000 (16:18 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 1 Feb 2016 14:50:34 +0000 (14:50 +0000)
For performance reasons we now don't differentiate between add and
update, so add is allowed to overwrite existing keys.

Change-Id: I14895ace2a44e7a80cfe97b3e1dd0030518976e4
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
csit/suites/lispflowmapping/msmr/020_RPC_CRUD.robot

index 0ee2b62e6adef04cfe5cb961ed81678d7f757562..35f0fe0a058851013c8500c81c274aeaef5f3d63 100644 (file)
@@ -24,11 +24,6 @@ Create Key
     ${add_key}=    OperatingSystem.Get File    ${IPV4_C_KEY}
     Post Log Check    ${LFM_RPC_API}:add-key    ${add_key}
 
-Attempt To Create Key Again
-    [Documentation]    Try to overwrite existing IPv4 EID key
-    ${add_key}=    OperatingSystem.Get File    ${IPV4_C_KEY}
-    Post Log Check    ${LFM_RPC_API}:add-key    ${add_key}    409
-
 Attempt To Read Non-Existing Key
     [Documentation]    Try to read a non-existing key for an IPv4 EID
     ${get_key}=    OperatingSystem.Get File    ${MISS_RD}