FAQ | This is a LIVE service | Changelog

Update Regression Testing Script authored by Mike Bamford's avatar Mike Bamford
...@@ -9,9 +9,19 @@ When executing this regression test script paste this list into the relevant iss ...@@ -9,9 +9,19 @@ When executing this regression test script paste this list into the relevant iss
(you can get the max quantity from `/admin/storage/storage/`) (you can get the max quantity from `/admin/storage/storage/`)
- [ ] Add a note to the quote and save. - [ ] Add a note to the quote and save.
- [ ] Email the quote to yourself and check that you receive it and that it makes sense. - [ ] Email the quote to yourself and check that you receive it and that it makes sense.
(see notes)
- [ ] Check that the quote can be accessed in the "My account" page - [ ] Check that the quote can be accessed in the "My account" page
- [ ] Check that the api returns the quote from the - [ ] Check that the api returns the quote from the
`/api/storage/quote/` and `/api/storage/quote/{quote_id}` endpoints `/api/storage/quote/` and `/api/storage/quote/{quote_id}` endpoints
(see notes).
Notes:
- All emails can be checked in https://mailhog.devops.uis.cam.ac.uk/
- API requests can be executed using `curl`. For instance,
querying all quotes for research storage can be executed using
`curl -H "Authorization: Bearer $HPC_API_TOKEN" $SSGW_HOST/api/storage/quote/`.
$HPC_API_TOKEN can be retrieved from the SSGW application scrects in 1Password.
If you wish to query IFS storage use the $IFS_API_TOKEN.
**tests below here are still being written** **tests below here are still being written**
...@@ -54,7 +64,4 @@ When executing this regression test script paste this list into the relevant iss ...@@ -54,7 +64,4 @@ When executing this regression test script paste this list into the relevant iss
- [ ] provision `other-user` as deleted - [ ] provision `other-user` as deleted
- [ ] change owner & provision change - [ ] change owner & provision change
- [ ] check for "Change of Data Owner" email - [ ] check for "Change of Data Owner" email
- [ ] delete project & provision change - [ ] delete project & provision change
\ No newline at end of file
Note:
- All emails can be checked in https://mailhog.devops.uis.cam.ac.uk/
\ No newline at end of file