You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
${rc}${output}= Run And Return Rc And Output pip uninstall setuptools -y
4
7
LogAll ${output}
5
8
${rc}${output}= Run And Return Rc And Output pip install -U pip setuptools
6
9
LogAll ${output}
7
-
${rc}${output}= Run And Return Rc And Output make swagger_client
10
+
${openapi_url}= Get Environment Variable OPENAPI_GENERATOR_CLI_URL ${OPENAPI_GENERATOR_CLI_URL_DEFAULT}
11
+
${rc}${output}= Run And Return Rc And Output OPENAPI_GENERATOR_CLI_URL=${openapi_url} make swagger_client
8
12
LogAll ${output}
9
13
[Return]${rc}
10
14
@@ -24,4 +28,4 @@ Harbor API Test
24
28
${rc}${output}= Run And Return Rc And Output SWAGGER_CLIENT_PATH=${current_dir}/harborclient HARBOR_HOST=${ip} DOCKER_USER=${DOCKER_USER} DOCKER_PWD=${DOCKER_PWD}${param_str} python ${testcase_name}
0 commit comments