From: fjvicens Date: Thu, 13 Aug 2020 15:23:29 +0000 (+0200) Subject: Avoid status code 409 when adding a VIM in long processing status X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=44d697d1b43ceb6a0582514e8dd9a95e68853fe0;p=osm%2Ftests.git Avoid status code 409 when adding a VIM in long processing status Change-Id: Ice52f7d6c002e7c2b83b66bce8e696e2ca5a51ba Signed-off-by: fjvicens --- diff --git a/robot-systest/run_test.sh b/robot-systest/run_test.sh index a279ff0..f7d4235 100755 --- a/robot-systest/run_test.sh +++ b/robot-systest/run_test.sh @@ -47,7 +47,7 @@ create_vim(){ ((i++)) if [[ $i -eq 5 ]]; then echo "VIM stuck in PROCESSING after 50 seconds" - osm vim-delete ${VIM_TARGET} + osm vim-delete --force ${VIM_TARGET} sleep 5 break fi