-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.yaml
47 lines (43 loc) · 1.24 KB
/
settings.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
39
40
41
42
43
44
45
46
47
# See docs/settings-and-options.md for more information
base: &base
service_provider_instance_filters:
-
name: "tag:use_case"
values:
- idp-web-tests
-
name: "tag-key"
values:
- test_ref
aws_hosted_zone:
name: sandbox.iam.s.uw.edu
id: ZTMZX8EZCH1AH
# This is not corroborated against any given endpoint;
# this is the AWS default, and is used here for a polling task
# Override this to extend the wait time for propagation if necessary;
# will not change the actual host record.
ttl: 300
secret_manager:
project: uwit-mci-iam
secret_name: idp-web-test-config
version: latest
test_options: &base_test_options
skip_test_service_provider_start: False
skip_test_service_provider_stop: False
use_local_secrets: false
report_title: UW IdP Web Tests
docker_compose:
<<: *base
test_options: &compose_options
<<: *base_test_options
selenium_server: selenium:4444
# Run with --settings-profile in_development to
# run tests against eval quickly
# without shutting down service providers.
in_development:
<<: *base
test_options:
<<: *compose_options
skip_test_service_provider_start: True
skip_test_service_provider_stop: True
env: eval