Skip to content

Commit

Permalink
Integ test add unique resources flag (#2672)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRemis authored Apr 11, 2023
1 parent 2517042 commit d5586c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ integ:
integ-nocrt:
vendor/bin/behat --format=progress --tags='@integ&&~@crt'

integ-standalone:
vendor/bin/behat --format=progress --tags='@integ&&~@requiresUniqueResources'

smoke:
vendor/bin/behat --format=progress --suite=smoke

Expand Down
2 changes: 2 additions & 0 deletions features/s3Encryption/encryption.feature
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
@s3Encryption @integ
Feature: S3 Client Side Encryption

@requiresUniqueResources
Scenario: Upload PHP's GCM encrypted fixtures
When I get all fixtures for "aes_gcm" from "aws-sdk-php-crypto-tests"
Then I encrypt each fixture with "kms" "AWS_SDK_PHP_TEST_ALIAS" "us-west-2" and "aes_gcm"
And upload "PHP" data with folder "version_2"

@requiresUniqueResources
Scenario: Upload PHP's CBC encrypted fixtures
When I get all fixtures for "aes_cbc" from "aws-sdk-php-crypto-tests"
Then I encrypt each fixture with "kms" "AWS_SDK_PHP_TEST_ALIAS" "us-west-2" and "aes_cbc"
Expand Down

0 comments on commit d5586c8

Please sign in to comment.