FAQ | This is a LIVE service | Changelog

Update Regression Testing Script authored by Mike Bamford's avatar Mike Bamford
...@@ -25,17 +25,20 @@ When executing this regression test script the tester should paste this list int ...@@ -25,17 +25,20 @@ When executing this regression test script the tester should paste this list int
- [ ] Check that the PDF can be downloaded from `/admin/payment/popayment/` - [ ] Check that the PDF can be downloaded from `/admin/payment/popayment/`
- [ ] On the "Configure the license" page, set yourself as the "Data Owner" - [ ] On the "Configure the license" page, set yourself as the "Data Owner"
and accept the T&Cs. and accept the T&Cs.
- [ ] Check that you've received the email that you've been made a data owner. - [ ] Check that you've received the email making you a data owner
and that the details are correct. and that the details are correct.
- [ ] Check the account's new data owner via the API using the - [ ] Check the account's new data owner via the API using the
`/api/storage/account/{account_ekey}` endpoint `/api/storage/account/{account_ekey}` endpoint
- [ ] On the "Configure the storage" page, give the project a name, a size, - [ ] On the "Configure the storage" page, give the project a name, a size,
and yourself as a "Data Project Manager". and yourself as a "Data Project Manager".
- [ ] Check that this is dis-allowed as you are already the owner and - [ ] Check that this is dis-allowed as you are already the owner and
change the data project manager to another user change the data project manager to "Another User".
- [ ] check api for project - [ ] Check that "Another User" has received the email making them a data project manager
- [ ] check "Data Project Manager" email and that the details are correct ("Another User" should now accept the T&Cs)
- [ ] check Project Provisioning email - [ ] Check for the new project via the API using the
`/api/storage/project/` and `/api/storage/project/{project_ekey}` endpoints.
- [ ] Check that HPC admin have received a "Project Provisioning" email
and that the details are correct.
Notes: Notes:
- The tester will need SSGW admin rights when performing the above tests. - The tester will need SSGW admin rights when performing the above tests.
... ...
......