Skip to content

Commit

Permalink
amend readme for tests (#769)
Browse files Browse the repository at this point in the history
* add 20mi min storage

* fix bug in deleteprojects

* add better titles, and also fix bug in delete components

* add readme on atlassian user
  • Loading branch information
clemensutschig authored Aug 11, 2020
1 parent c4a121a commit 2a3657c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ depend on projects created thru tests here!<br>Secondly, there is a few musts fo
1. the Provision Application needs to be configured to allow project deletion! This is done in
`ods-core.env` thru setting `PROV_APP_PROVISION_CLEANUP_INCOMPLETE_PROJECTS_ENABLED=true`. In order to have this setting applied, you need to update `ods-core.env` and run `tailor apply` to ensure no diff between the config and the deployed version!
1. the configured `CD_USER_ID` in `ods-core.env` must have rights to create projects on the entire stack.
1. have an atlassian user at hand with `admin` privileges, such as `openshift` - you'll need it to run the tests below.

These settings can be reverted / set to false after the run of the tests in `ods-core` and in `ods-quickstarters`.

## Running the tests
just run `make test` [in this directory](Makefile)
just run `make test` [in this directory](Makefile). To pass a different atlassian user than the standard one `openshift:openshift` - specify the credentials as param for `make`, e.g. `make BASIC_AUTH_CREDENTIAL="user:password" test`

0 comments on commit 2a3657c

Please sign in to comment.