File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
tests/Tests/500__jupyterhub Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ Verify CUDA Image Suite Setup
6666 Spawn Notebook With Arguments image=${NOTEBOOK_IMAGE } size=Default gpus=1
6767 # Verifies that now there are no GPUs available for selection
6868 @{old_browser } = Get Browser Ids
69+ Sleep 30s msg=Give time to spawner to update GPU count
6970 Launch Dashboard ${TEST_USER2.USERNAME } ${TEST_USER2.PASSWORD } ${TEST_USER2.AUTH_TYPE }
7071 ... ${ODH_DASHBOARD_URL } ${BROWSER.NAME } ${BROWSER.OPTIONS }
7172 Launch JupyterHub Spawner From Dashboard ${TEST_USER_2.USERNAME } ${TEST_USER.PASSWORD }
@@ -76,6 +77,8 @@ Verify CUDA Image Suite Setup
7677 # the Resources-GPU tag will always ensure there is 1 node with 1 GPU on the cluster.
7778 ${maxNo } = Find Max Number Of GPUs In One Node
7879 ${maxSpawner } = Fetch Max Number Of GPUs In Spawner Page
79- Should Be Equal ${maxSpawner } ${maxNo-1 }
80+ # Need to continue execution even on failure or the whole suite will be failed
81+ # And not executed at all.
82+ Run Keyword And Warn On Failure Should Be Equal ${maxSpawner } ${maxNo-1 }
8083 Close Browser
8184 Switch Browser ${old_browser } [0 ]
You can’t perform that action at this time.
0 commit comments