FAQ
| This is a
LIVE
service |
Changelog
Changes
Page history
Update Regression Testing Script
authored
Jun 21, 2021
by
Mike Bamford
Hide whitespace changes
Inline
Side-by-side
Regression-Testing-Script.md
View page @
7c967035
...
@@ -94,7 +94,7 @@ When executing this regression test script the tester should paste this list int
...
@@ -94,7 +94,7 @@ When executing this regression test script the tester should paste this list int
and select "Another User" instead.
and select "Another User" instead.
-
[ ] Check that "Another User" received a confirmation email
-
[ ] Check that "Another User" received a confirmation email
and that the details are correct.
and that the details are correct.
-
[ ] Check that
SSGW A
dmin received a change owner warning email
-
[ ] Check that
HPC a
dmin received a change owner warning email
and that the details are correct.
and that the details are correct.
-
[ ] Once "Another User" accepts the T&Cs check that HPC admin
-
[ ] Once "Another User" accepts the T&Cs check that HPC admin
have received a "User Provisioning" email and that the details are correct.
have received a "User Provisioning" email and that the details are correct.
...
@@ -102,7 +102,13 @@ When executing this regression test script the tester should paste this list int
...
@@ -102,7 +102,13 @@ When executing this regression test script the tester should paste this list int
"Storage Project Provisioning" page and
"Storage Project Provisioning" page and
confirm that the new data owner has been activated.
confirm that the new data owner has been activated.
-
[ ] Check "Another User" has received a "Ready to Use" email.
-
[ ] Check "Another User" has received a "Ready to Use" email.
-
[ ] delete project & provision change
-
[ ] As data project manager, from the "Configure the storage" page, suspend the project.
-
[ ] Check that HPC admin have received a "Project Suspension" email
and that the details are correct.
-
[ ] As an HPC admin, follow the project provisioning link to the
"Storage Project Provisioning" page and
confirm that the project has been suspended.
-
[ ] Check in the UI that the project no longer exists.
#### Notes:
#### Notes:
...
@@ -124,4 +130,4 @@ curl -H "Content-Type: application/json" -H "Authorization: Bearer $HPC_API_TOKE
...
@@ -124,4 +130,4 @@ curl -H "Content-Type: application/json" -H "Authorization: Bearer $HPC_API_TOKE
$SSGW_HOST
/api/storage/usage/
{
hpc_id
}
$SSGW_HOST
/api/storage/usage/
{
hpc_id
}
```
```
The
`hpc_id`
can be retrieved using the
`/api/storage/project/`
endpoint.
The
`hpc_id`
can be retrieved using the
`/api/storage/project/`
endpoint.
\ No newline at end of file