You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Standards/scs-0117-w1-volume-backup-service-implementation.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,15 @@ supplements:
8
8
9
9
## Automated tests
10
10
11
-
We implemented a single testcase,
11
+
We [implemented](https://github.com/SovereignCloudStack/standards/blob/main/Tests/iaas/openstack_test.py)
12
+
a single testcase,
12
13
13
14
-`scs-0117-test-backup`,
14
15
15
16
which verifies that a non-admin user can backup and restore volumes.
16
17
17
18
To this end, the testcase uses the `/v3/{project_id}/backups` Block Storage API endpoint to create a volume and a backup of it and subsequently restores the backup on a new volume while verifying the success of each operation.
0 commit comments