From 44d697d1b43ceb6a0582514e8dd9a95e68853fe0 Mon Sep 17 00:00:00 2001 From: fjvicens Date: Thu, 13 Aug 2020 17:23:29 +0200 Subject: [PATCH] Avoid status code 409 when adding a VIM in long processing status Change-Id: Ice52f7d6c002e7c2b83b66bce8e696e2ca5a51ba Signed-off-by: fjvicens --- robot-systest/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1