47 lines
2 KiB
YAML
47 lines
2 KiB
YAML
default:
|
|
suites:
|
|
smoke:
|
|
paths: [ "%paths.base%/features/smoke" ]
|
|
contexts: [ Aws\Test\Integ\SmokeContext ]
|
|
performance:
|
|
paths: [ "%paths.base%/features/performance" ]
|
|
contexts: [ Aws\Test\PerformanceContext ]
|
|
multipart:
|
|
paths: [ "%paths.base%/features/multipart" ]
|
|
contexts: [ Aws\Test\Integ\MultipartContext ]
|
|
batching:
|
|
paths: [ "%paths.base%/features/batching" ]
|
|
contexts: [ Aws\Test\Integ\BatchingContext ]
|
|
blocking:
|
|
paths: [ "%paths.base%/features/blocking" ]
|
|
contexts: [ Aws\Test\Integ\BlockingContext ]
|
|
clientSideMonitoring:
|
|
paths: [ "%paths.base%/features/clientSideMonitoring" ]
|
|
contexts: [ Aws\Test\Integ\ClientSideMonitoringContext ]
|
|
concurrency:
|
|
paths: [ "%paths.base%/features/concurrency" ]
|
|
contexts: [ Aws\Test\Integ\ConcurrencyContext ]
|
|
crt:
|
|
paths: [ "%paths.base%/features/crt" ]
|
|
contexts: [ Aws\Test\Integ\CrtContext ]
|
|
credentials:
|
|
paths: [ "%paths.base%/features/credentials" ]
|
|
contexts: [ Aws\Test\Integ\CredentialsContext ]
|
|
streams:
|
|
paths: [ "%paths.base%/features/streams" ]
|
|
contexts: [ Aws\Test\Integ\NativeStreamContext ]
|
|
s3:
|
|
paths: [ "%paths.base%/features/s3" ]
|
|
contexts: [ Aws\Test\Integ\S3Context ]
|
|
s3TransferManager:
|
|
paths: [ "%paths.base%/features/s3Transfer" ]
|
|
contexts: [ Aws\Test\Integ\S3TransferManagerContext ]
|
|
s3Encryption:
|
|
paths: [ "%paths.base%/features/s3Encryption" ]
|
|
contexts: [ Aws\Test\Integ\S3EncryptionContext ]
|
|
s3EncryptionV2:
|
|
paths: [ "%paths.base%/features/s3EncryptionV2" ]
|
|
contexts: [ Aws\Test\Integ\S3EncryptionContextV2 ]
|
|
s3EncryptionV3:
|
|
paths: [ "%paths.base%/features/s3EncryptionV3" ]
|
|
contexts: [ Aws\Test\Integ\S3EncryptionContextV3 ]
|