-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrasengan_test.yml
43 lines (43 loc) · 1001 Bytes
/
rasengan_test.yml
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
version: 0.2.6
domains:
www.apsl.net:
ssl:
days_to_expire: 1
dns:
domain_type: CNAME
expected:
- apsl.net.
http:
main:
status_code: 301
protocol: http
redirect: https://www.apsl.net/
main_https:
status_code: 200
text: Expertos en desarrollos web
mobile:
status_code: 200
user_agent: mobile
text: Expertos en desarrollos web
apsl.net:
dns:
domain_type: A
expected:
- 148.251.84.231
http:
main_redirect:
protocol: http
status_code: 301
redirect: https://www.apsl.net/
https_redirect:
protocol: https
status_code: 301
redirect: https://www.apsl.net/
auth-demo.aerobatic.io:
http:
test_auth:
status_code: 200
path: /protected-standard/
auth_username: aerobatic
auth_password: aerobatic
text: Hi, we've been expecting you!