Skip to content

Commit

Permalink
Merge branch 'w/2.8/improvement/ZENKO-4941' into tmp/octopus/w/2.9/im…
Browse files Browse the repository at this point in the history
…provement/ZENKO-4941
  • Loading branch information
bert-e committed Dec 3, 2024
2 parents 8f2b2e0 + 51ff882 commit f09f4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ctst/features/quotas/Quotas.feature
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Feature: Quota Management for APIs

Examples:
| action | uploadSize | bucketQuota | accountQuota | userType | result | expectedError |
| PutObject | 10 | 0 | 0 | ACCOUNT | succeed | |
| PutObject | 10 | 100 | 0 | ACCOUNT | fail | QuotaExceeded |
| PutObject | 10 | 0 | 100 | ACCOUNT | fail | QuotaExceeded |
| PutObject | 10 | 100 | 100 | ACCOUNT | fail | QuotaExceeded |
| PutObject | 10 | 300 | 300 | ACCOUNT | succeed | |
| PutObject | 10 | 0 | 0 | ACCOUNT | succeed | |
| PutObject | 10 | 0 | 0 | IAM_USER | succeed | |
| PutObject | 10 | 100 | 0 | IAM_USER | fail | QuotaExceeded |
| PutObject | 10 | 0 | 100 | IAM_USER | fail | QuotaExceeded |
Expand Down

0 comments on commit f09f4ff

Please sign in to comment.