Updated git submodules
authorJose Luis Franco Arza <jose.luis.franco.arza@ericsson.com>
Wed, 31 Aug 2016 12:29:32 +0000 (14:29 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 7 Sep 2016 17:56:43 +0000 (17:56 +0000)
commitea05778f1cf9be2ffac9659229eafed89a45db09
tree69216c332b6d6ef1b8bb77f0bfc8d8d280eb0ef8
parentb9303307c0b1a0df55866eab99ec257e0fba3747
Updated git submodules

Project: integration/test master 36c709e784d0c33716c6d742e66817f0b08feb59

Adapt 404 response when delete non-existent element

Add new function "Remove All Elements at URI If Exists" inside Utils.robot
which sends a Delete REST request only if the element sent as input
parameter exists in the datastore.

Delete all calls to "Remove All Elements at URI" at the beggining of every
test case, which was used as "test case setup" and add a Robot FW Test Case
Setup calling the function "Remove All Elements at URI If Exists".

Adapt test cases verifying the deletion of a non-existent element to avoid
calling "Remove All Elements at URI". This function checks that the
result code returned is (200, 201 or 204) and since boron release a 404 is
returned if the element to be removed does not exist in the datastore.
Instead, a delete request is sent and it is checked that the result
obtained is 404 when the element is not present.

Change-Id: Icfba27e646a19aa27f1be24afc398c87b7323ebf
Signed-off-by: Jose Luis Franco Arza <jose.luis.franco.arza@ericsson.com>
docs/submodules/integration/test