-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
38 lines (38 loc) · 1.11 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
concurrency: 50
tests_dir: 'suites'
auto_clean: true
custom_headers:
x-seaweedfs-destination: '/buckets/aws-tests'
load_xmind_suites: true
load_yaml_suites: false
client_config:
region_name: 'ap-southeast-1'
endpoint_url: 'http://localhost:8333'
identities:
admin:
account_id: 'admin'
aws_access_key_id: 'xxxx'
aws_secret_access_key: 'xxxx'
anonymous:
account_id: 'anonymous'
global_variables:
group_all_users_url: 'http://acs.amazonaws.com/groups/global/AllUsers'
group_authenticated_users_url: 'http://acs.amazonaws.com/groups/global/AuthenticatedUsers'
exporters:
xmind:
file_path: .wd/xmind_exports/aws_tests.xmind
include_fields: [ 'errorInfo', 'parameters', 'assertion', "suiteLocals", 'response' ]
clear_tree_node: false
hide_enabled: true
suite_filters:
includes:
- '.*Ownership-BucketOwnerEnforced.*'
- '.*Ownership-BucketOwnerPreferred.*'
- '.*Ownership-ObjectWriter.*'
- ".*Ownership-None.*"
# - '.*DropAllBuckets.*'
# - '.*GetBucketOwnershipControls-lhhdz.*'
excludes:
- '.*DropAllBuckets.*'
- '.*Incompitable.*'
- '.*ListObjectVersions.*'