From: garciadeblas Date: Wed, 8 Oct 2025 14:59:09 +0000 (+0200) Subject: Adjust cluster creation and registration timeouts X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=d39b8640d63f4aebd7ec5900a14556029274e3ba;p=osm%2Ftests.git Adjust cluster creation and registration timeouts Change-Id: I3ae3a60400fd233920a1493e47ddeb1e8bb79ec9 Signed-off-by: garciadeblas --- diff --git a/robot-systest/lib/advanced_cluster_mgmt_lib.resource b/robot-systest/lib/advanced_cluster_mgmt_lib.resource index ab8a9fd..563eaa8 100644 --- a/robot-systest/lib/advanced_cluster_mgmt_lib.resource +++ b/robot-systest/lib/advanced_cluster_mgmt_lib.resource @@ -21,9 +21,9 @@ Library String *** Variables *** ${SUCCESS_RETURN_CODE} 0 -${CLUSTER_LAUNCH_MAX_WAIT_TIME} 12min -${CLUSTER_LAUNCH_POL_TIME} 30sec -${CLUSTER_REGISTER_MAX_WAIT_TIME} 7min +${CLUSTER_CREATE_MAX_WAIT_TIME} 16min +${CLUSTER_CREATE_POL_TIME} 30sec +${CLUSTER_REGISTER_MAX_WAIT_TIME} 16min ${CLUSTER_REGISTER_POL_TIME} 30sec ${CLUSTER_DELETE_MAX_WAIT_TIME} 12min ${CLUSTER_DELETE_POL_TIME} 30sec @@ -58,7 +58,7 @@ Create Cluster Log ${cluster_id} Check Cluster Age Keys ${cluster_id} IF ${wait_flag} == True - Wait Until Keyword Succeeds ${CLUSTER_REGISTER_MAX_WAIT_TIME} ${CLUSTER_REGISTER_POL_TIME} + Wait Until Keyword Succeeds ${CLUSTER_CREATE_MAX_WAIT_TIME} ${CLUSTER_CREATE_POL_TIME} ... Check For Cluster To Be Ready ${name} END RETURN ${cluster_id} @@ -86,7 +86,7 @@ Register Cluster Log ${cluster_id} Check Cluster Age Keys ${cluster_id} IF ${wait_flag} == True - Wait Until Keyword Succeeds ${CLUSTER_LAUNCH_MAX_WAIT_TIME} ${CLUSTER_LAUNCH_POL_TIME} + Wait Until Keyword Succeeds ${CLUSTER_REGISTER_MAX_WAIT_TIME} ${CLUSTER_REGISTER_POL_TIME} ... Check For Cluster To Be Ready ${name} END RETURN ${cluster_id}