Skip to content

Commit db819c0

Browse files
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

File tree

scenarios/3-nodes/test-operator/tempest-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ spec:
118118
memory: 6Gi
119119
tempestconfRun:
120120
create: false
121+
overrides: |
122+
auth.tempest_roles swiftoperator
121123
tempestRun:
122124
concurrency: 2
123125
includeList: |

0 commit comments

Comments
 (0)