X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tools%2Fodl-mdsal-clustering-tests%2Fscripts%2Fcluster_rest_script.py;h=3731d0c516bb9ee0d12be815715d5be959d97297;hb=0915246975a9f6ac6b7408f264332a75161454e4;hp=4136a0304f6538c8e2f95ba55288b7c08cd280f9;hpb=1d286a03dd63ee201f453c347e0b81c2b770ed75;p=integration%2Ftest.git diff --git a/tools/odl-mdsal-clustering-tests/scripts/cluster_rest_script.py b/tools/odl-mdsal-clustering-tests/scripts/cluster_rest_script.py index 4136a0304f..3731d0c516 100644 --- a/tools/odl-mdsal-clustering-tests/scripts/cluster_rest_script.py +++ b/tools/odl-mdsal-clustering-tests/scripts/cluster_rest_script.py @@ -589,7 +589,7 @@ def add_car_with_retries(odl_ip, port, thread_count, item_count, auth, items_per logger.info("Add %s car(s) to %s:%s (%s per request)", item_count, odl_ip, port, items_per_request) - retry_rcs = [401, 404, 503] + retry_rcs = [401, 404, 500, 503] res = _task_executor(_prepare_add_car, odl_ip=odl_ip, port=port, thread_count=thread_count, item_count=item_count, items_per_request=items_per_request, auth=auth,