Commit db819c0
committed
Fix test_volume_backup_restore test
The test_volume_backup_restore test was failing with 403 Forbidden when
Cinder backup attempted to create the volumebackups container in Swift.
Root cause: The tempest-tests workflow step 2 (scenario-tests) was
missing the auth.tempest_roles override. Test users created during
scenario tests only received member and reader roles, not swiftoperator,
which is required to create Swift containers.
Assisted-By: Claude Code/claude-4.5-sonnet
Signed-off-by: Harald Jensås <hjensas@redhat.com>1 parent 70fe917 commit db819c0
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
| |||
0 commit comments