X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bc4bdc706714720d59372c1c918a36303d4d2ad5..ef35a5388d60e892835309df2b46b221f8df221d:/tools/salt-install/tests/run-test.sh diff --git a/tools/salt-install/tests/run-test.sh b/tools/salt-install/tests/run-test.sh index 5734837f3e..42ab716642 100755 --- a/tools/salt-install/tests/run-test.sh +++ b/tools/salt-install/tests/run-test.sh @@ -9,14 +9,6 @@ export ARVADOS_API_HOST_INSECURE=true set -o pipefail -# First, validate that the CA is installed and that we can query it with no errors. -if ! curl -s -o /dev/null https://${ARVADOS_API_HOST}/users/welcome?return_to=%2F; then - echo "The Arvados CA was not correctly installed. Although some components will work," - echo "others won't. Please verify that the CA cert file was installed correctly and" - echo "retry running these tests." - exit 1 -fi - # https://doc.arvados.org/v2.0/install/install-jobs-image.html echo "Creating Arvados Standard Docker Images project" uuid_prefix=$(arv --format=uuid user current | cut -d- -f1) @@ -37,10 +29,6 @@ fi echo "Arvados project uuid is '${project_uuid}'" -echo "Uploading arvados/jobs' docker image to the project" -VERSION="2.1.1" -arv-keepdocker --pull arvados/jobs "${VERSION}" --project-uuid "${project_uuid}" - # Create the initial user echo "Creating initial user '__INITIAL_USER__'" user_uuid=$(arv --format=uuid user list --filters '[["email", "=", "__INITIAL_USER_EMAIL__"], ["username", "=", "__INITIAL_USER__"]]') @@ -69,4 +57,4 @@ echo "Switching to user '__INITIAL_USER__'" export ARVADOS_API_TOKEN="${user_api_token}" echo "Running test CWL workflow" -cwl-runner --local --debug hasher-workflow.cwl hasher-workflow-job.yml +cwl-runner --debug hasher-workflow.cwl hasher-workflow-job.yml