Skip to content

Commit

Permalink
Update api-test-php.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
oybed authored May 9, 2023
1 parent b989dbf commit 9f08b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance/api-tests/api-test-php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export containerName="tools"
export commandToTest="cd /projects/$projectName; php hello-world.php >> command_log.txt; grep '$expectedCommandOutput' ./command_log.txt;"

oc login -u $OCP_USERNAME -p $OCP_PASSWORD --server=$OCP_SERVER_URL --insecure-skip-tls-verify
oc new-project $OCP_USERNAME-test
oc new-project ${OCP_USERNAME}-test
cd /tmp

startWorkspace ${BASE_URL} ${TEST_DEVFILE_PATH} ${WORKSPACE_NAME}
Expand Down

0 comments on commit 9f08b88

Please sign in to comment.