fix: update tests
This commit is contained in:
parent
70f45e93b9
commit
8707a6974d
196 changed files with 1180 additions and 400 deletions
|
|
@ -130,7 +130,7 @@ class RougailUserDataYaml:
|
|||
if isinstance(value, dict):
|
||||
self.parse(values, path + ".", value, filename)
|
||||
elif isinstance(value, list) and value and isinstance(value[0], dict):
|
||||
# it's a leadership
|
||||
# it's a sequence
|
||||
keys = []
|
||||
for val in value:
|
||||
if not isinstance(val, dict):
|
||||
|
|
|
|||
|
|
@ -27,7 +27,8 @@ def get_rougail_config(
|
|||
) -> dict:
|
||||
options = f"""
|
||||
yaml:
|
||||
description: {_("Charge user data from YAML file")}
|
||||
description: {_("Load user data from YAML file")}
|
||||
help: {_("Variable values can be defined in a list of YAML files.")}
|
||||
disabled:
|
||||
jinja: >-
|
||||
{{{{ step.user_data is propertyerror or 'yaml' not in step.user_data }}}}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
{
|
||||
"proxy_mode": "No proxy"
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.https_proxy.address": "http.proxy.net",
|
||||
"manual.https_proxy.port": "8080",
|
||||
"manual.socks_proxy.address": null,
|
||||
"manual.socks_proxy.port": "1080",
|
||||
"manual.socks_proxy.version": "v5"
|
||||
}
|
||||
|
|
@ -1,3 +1,9 @@
|
|||
{
|
||||
"proxy_mode": "No proxy"
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.socks_proxy.address": null,
|
||||
"manual.socks_proxy.port": "1080",
|
||||
"manual.socks_proxy.version": "v5"
|
||||
}
|
||||
|
|
@ -1,12 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": [
|
||||
[
|
||||
[
|
||||
"variable has property disabled, it will be ignored when loading from the YAML file \"../rougail-tutorials_builder/examples/090/config/01/config.yml\"",
|
||||
"auto",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
"warnings": []
|
||||
}
|
||||
9
tests/result_tutorial/091/01_ro.json
Normal file
9
tests/result_tutorial/091/01_ro.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.https_proxy.address": "http.proxy.net",
|
||||
"manual.https_proxy.port": "8080",
|
||||
"manual.socks_proxy.address": null
|
||||
}
|
||||
7
tests/result_tutorial/091/01_rw.json
Normal file
7
tests/result_tutorial/091/01_rw.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.socks_proxy.address": null
|
||||
}
|
||||
9
tests/result_tutorial/091/02_ro.json
Normal file
9
tests/result_tutorial/091/02_ro.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.https_proxy.address": "http.proxy.net",
|
||||
"manual.https_proxy.port": "8080",
|
||||
"manual.socks_proxy.address": null
|
||||
}
|
||||
7
tests/result_tutorial/091/02_rw.json
Normal file
7
tests/result_tutorial/091/02_rw.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.socks_proxy.address": null
|
||||
}
|
||||
12
tests/result_tutorial/091/errors_02.json
Normal file
12
tests/result_tutorial/091/errors_02.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": [
|
||||
[
|
||||
[
|
||||
"variable or family \"adress\" does not exist so cannot load \"manual.socks_proxy.adress\", it will be ignored when loading from the YAML file \"../rougail-tutorials_builder/examples/091/config/02/config.yml\"",
|
||||
"manual.socks_proxy",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"proxy_mode": "Automatic proxy configuration URL",
|
||||
"auto": "https://auto.proxy.net/wpad.dat",
|
||||
"no_proxy": "192.168.1.0/24"
|
||||
}
|
||||
[
|
||||
[
|
||||
[
|
||||
"mandatory variable but has no value",
|
||||
"auto",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
|
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"proxy_mode": "Automatic proxy configuration URL",
|
||||
"auto": "https://auto.proxy.net/wpad.dat",
|
||||
"no_proxy": "192.168.1.0/24"
|
||||
}
|
||||
[
|
||||
[
|
||||
[
|
||||
"mandatory variable but has no value",
|
||||
"auto",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
|
|
@ -1,4 +1,12 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
"warnings": [
|
||||
[
|
||||
[
|
||||
"variable has property disabled, it will be ignored when loading from the YAML file \"../rougail-tutorials_builder/examples/100/config/01/config.yml\"",
|
||||
"auto",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
@ -1,13 +1,5 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.https_proxy.address": "http.proxy.net",
|
||||
"manual.https_proxy.port": "8080",
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v5",
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true
|
||||
"proxy_mode": "Automatic proxy configuration URL",
|
||||
"auto": "https://auto.proxy.net/wpad.dat",
|
||||
"no_proxy": "192.168.1.0/24"
|
||||
}
|
||||
|
|
@ -1,11 +1,5 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v5",
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true
|
||||
"proxy_mode": "Automatic proxy configuration URL",
|
||||
"auto": "https://auto.proxy.net/wpad.dat",
|
||||
"no_proxy": "192.168.1.0/24"
|
||||
}
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"proxy_dns_socks5": false
|
||||
"proxy_mode": "No proxy"
|
||||
}
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"proxy_dns_socks5": false
|
||||
"proxy_mode": "No proxy"
|
||||
}
|
||||
|
|
@ -1,14 +1,8 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.https_proxy.address": "http.proxy.net",
|
||||
"manual.https_proxy.port": "8080",
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v5",
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true,
|
||||
"proxy_dns_socks5": false
|
||||
"proxy_mode": "Automatic proxy configuration URL",
|
||||
"auto": "https://auto.proxy.net/wpad.dat",
|
||||
"no_proxy": [
|
||||
"example.net",
|
||||
"192.168.1.0/24"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,12 +1,8 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v5",
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true,
|
||||
"proxy_dns_socks5": false
|
||||
"proxy_mode": "Automatic proxy configuration URL",
|
||||
"auto": "https://auto.proxy.net/wpad.dat",
|
||||
"no_proxy": [
|
||||
"example.net",
|
||||
"192.168.1.0/24"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,14 +1,5 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.https_proxy.address": "http.proxy.net",
|
||||
"manual.https_proxy.port": "8080",
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v5",
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true,
|
||||
"proxy_dns_socks5": true
|
||||
"proxy_mode": "Automatic proxy configuration URL",
|
||||
"auto": "https://auto.proxy.net/wpad.dat",
|
||||
"no_proxy": []
|
||||
}
|
||||
|
|
@ -1,12 +1,5 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v5",
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true,
|
||||
"proxy_dns_socks5": true
|
||||
"proxy_mode": "Automatic proxy configuration URL",
|
||||
"auto": "https://auto.proxy.net/wpad.dat",
|
||||
"no_proxy": []
|
||||
}
|
||||
|
|
@ -1,14 +1,8 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.https_proxy.address": "http.proxy.net",
|
||||
"manual.https_proxy.port": "8080",
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v5",
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true,
|
||||
"proxy_dns_socks5": false
|
||||
"proxy_mode": "Automatic proxy configuration URL",
|
||||
"auto": "https://auto.proxy.net/wpad.dat",
|
||||
"no_proxy": [
|
||||
"example.net",
|
||||
"192.168.1.0/24"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,12 +1,8 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v5",
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true,
|
||||
"proxy_dns_socks5": false
|
||||
"proxy_mode": "Automatic proxy configuration URL",
|
||||
"auto": "https://auto.proxy.net/wpad.dat",
|
||||
"no_proxy": [
|
||||
"example.net",
|
||||
"192.168.1.0/24"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,14 +1,5 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.https_proxy.address": "http.proxy.net",
|
||||
"manual.https_proxy.port": "8080",
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v5",
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true,
|
||||
"proxy_dns_socks5": true
|
||||
"proxy_mode": "Automatic proxy configuration URL",
|
||||
"auto": "https://auto.proxy.net/wpad.dat",
|
||||
"no_proxy": []
|
||||
}
|
||||
|
|
@ -1,12 +1,5 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v5",
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true,
|
||||
"proxy_dns_socks5": true
|
||||
"proxy_mode": "Automatic proxy configuration URL",
|
||||
"auto": "https://auto.proxy.net/wpad.dat",
|
||||
"no_proxy": []
|
||||
}
|
||||
3
tests/result_tutorial/121/01_ro.json
Normal file
3
tests/result_tutorial/121/01_ro.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"proxy_mode": "No proxy"
|
||||
}
|
||||
3
tests/result_tutorial/121/01_rw.json
Normal file
3
tests/result_tutorial/121/01_rw.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"proxy_mode": "No proxy"
|
||||
}
|
||||
5
tests/result_tutorial/121/02_ro.json
Normal file
5
tests/result_tutorial/121/02_ro.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"proxy_mode": "Automatic proxy configuration URL",
|
||||
"auto": "https://auto.proxy.net/wpad.dat",
|
||||
"no_proxy": []
|
||||
}
|
||||
5
tests/result_tutorial/121/02_rw.json
Normal file
5
tests/result_tutorial/121/02_rw.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"proxy_mode": "Automatic proxy configuration URL",
|
||||
"auto": "https://auto.proxy.net/wpad.dat",
|
||||
"no_proxy": []
|
||||
}
|
||||
8
tests/result_tutorial/121/03_ro.json
Normal file
8
tests/result_tutorial/121/03_ro.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"proxy_mode": "Automatic proxy configuration URL",
|
||||
"auto": "https://auto.proxy.net/wpad.dat",
|
||||
"no_proxy": [
|
||||
".example.net",
|
||||
"192.168.1.0/24"
|
||||
]
|
||||
}
|
||||
8
tests/result_tutorial/121/03_rw.json
Normal file
8
tests/result_tutorial/121/03_rw.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"proxy_mode": "Automatic proxy configuration URL",
|
||||
"auto": "https://auto.proxy.net/wpad.dat",
|
||||
"no_proxy": [
|
||||
".example.net",
|
||||
"192.168.1.0/24"
|
||||
]
|
||||
}
|
||||
|
|
@ -5,10 +5,7 @@
|
|||
"manual.use_for_https": true,
|
||||
"manual.https_proxy.address": "http.proxy.net",
|
||||
"manual.https_proxy.port": "8080",
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v5",
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true,
|
||||
"proxy_dns_socks5": false
|
||||
"prompt_authentication": true
|
||||
}
|
||||
|
|
@ -3,10 +3,7 @@
|
|||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v5",
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true,
|
||||
"proxy_dns_socks5": false
|
||||
"prompt_authentication": true
|
||||
}
|
||||
|
|
@ -5,10 +5,7 @@
|
|||
"manual.use_for_https": true,
|
||||
"manual.https_proxy.address": "http.proxy.net",
|
||||
"manual.https_proxy.port": "8080",
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v5",
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true,
|
||||
"proxy_dns_socks5": true
|
||||
"prompt_authentication": true
|
||||
}
|
||||
|
|
@ -3,10 +3,7 @@
|
|||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v5",
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true,
|
||||
"proxy_dns_socks5": true
|
||||
"prompt_authentication": true
|
||||
}
|
||||
|
|
@ -5,9 +5,7 @@
|
|||
"manual.use_for_https": true,
|
||||
"manual.https_proxy.address": "http.proxy.net",
|
||||
"manual.https_proxy.port": "8080",
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v4",
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true
|
||||
}
|
||||
|
|
@ -3,9 +3,7 @@
|
|||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v4",
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true
|
||||
}
|
||||
|
|
@ -1,4 +1,12 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
"warnings": [
|
||||
[
|
||||
[
|
||||
"variable has property disabled, it will be ignored when loading from the YAML file \"../rougail-tutorials_builder/examples/130/config/04/config.yml\"",
|
||||
"manual.socks_proxy.version",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
3
tests/result_tutorial/131/01_ro.json
Normal file
3
tests/result_tutorial/131/01_ro.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"proxy_mode": "No proxy"
|
||||
}
|
||||
3
tests/result_tutorial/131/01_rw.json
Normal file
3
tests/result_tutorial/131/01_rw.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"proxy_mode": "No proxy"
|
||||
}
|
||||
9
tests/result_tutorial/131/02_ro.json
Normal file
9
tests/result_tutorial/131/02_ro.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
[
|
||||
[
|
||||
"unexpected error \"cannot access to option \"version\" (SOCKS host version used by proxy) because has property \"disabled\"\" in function \"jinja_to_property\" with arguments \"['disabled', 'if \"_.proxy_mode\" is not \"Manual proxy configuration\"\\nor \"_.manual.socks_proxy.version\" is \"v4\"']\" and \"{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}\" for option \"proxy_dns_socks5\" (Use proxy DNS when using SOCKS v5) in \"tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml\"",
|
||||
"proxy_dns_socks5",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
9
tests/result_tutorial/131/02_rw.json
Normal file
9
tests/result_tutorial/131/02_rw.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
[
|
||||
[
|
||||
"unexpected error \"cannot access to option \"version\" (SOCKS host version used by proxy) because has property \"disabled\"\" in function \"jinja_to_property\" with arguments \"['disabled', 'if \"_.proxy_mode\" is not \"Manual proxy configuration\"\\nor \"_.manual.socks_proxy.version\" is \"v4\"']\" and \"{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}\" for option \"proxy_dns_socks5\" (Use proxy DNS when using SOCKS v5) in \"tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml\"",
|
||||
"proxy_dns_socks5",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
9
tests/result_tutorial/131/03_ro.json
Normal file
9
tests/result_tutorial/131/03_ro.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
[
|
||||
[
|
||||
"unexpected error \"cannot access to option \"version\" (SOCKS host version used by proxy) because has property \"disabled\"\" in function \"jinja_to_property\" with arguments \"['disabled', 'if \"_.proxy_mode\" is not \"Manual proxy configuration\"\\nor \"_.manual.socks_proxy.version\" is \"v4\"']\" and \"{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}\" for option \"proxy_dns_socks5\" (Use proxy DNS when using SOCKS v5) in \"tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml\"",
|
||||
"proxy_dns_socks5",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
9
tests/result_tutorial/131/03_rw.json
Normal file
9
tests/result_tutorial/131/03_rw.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
[
|
||||
[
|
||||
"unexpected error \"cannot access to option \"version\" (SOCKS host version used by proxy) because has property \"disabled\"\" in function \"jinja_to_property\" with arguments \"['disabled', 'if \"_.proxy_mode\" is not \"Manual proxy configuration\"\\nor \"_.manual.socks_proxy.version\" is \"v4\"']\" and \"{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}\" for option \"proxy_dns_socks5\" (Use proxy DNS when using SOCKS v5) in \"tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml\"",
|
||||
"proxy_dns_socks5",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
9
tests/result_tutorial/131/04_ro.json
Normal file
9
tests/result_tutorial/131/04_ro.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
[
|
||||
[
|
||||
"unexpected error \"cannot access to option \"version\" (SOCKS host version used by proxy) because has property \"disabled\"\" in function \"jinja_to_property\" with arguments \"['disabled', 'if \"_.proxy_mode\" is not \"Manual proxy configuration\"\\nor \"_.manual.socks_proxy.version\" is \"v4\"']\" and \"{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}\" for option \"proxy_dns_socks5\" (Use proxy DNS when using SOCKS v5) in \"tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml\"",
|
||||
"proxy_dns_socks5",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
9
tests/result_tutorial/131/04_rw.json
Normal file
9
tests/result_tutorial/131/04_rw.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
[
|
||||
[
|
||||
"unexpected error \"cannot access to option \"version\" (SOCKS host version used by proxy) because has property \"disabled\"\" in function \"jinja_to_property\" with arguments \"['disabled', 'if \"_.proxy_mode\" is not \"Manual proxy configuration\"\\nor \"_.manual.socks_proxy.version\" is \"v4\"']\" and \"{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}\" for option \"proxy_dns_socks5\" (Use proxy DNS when using SOCKS v5) in \"tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml\"",
|
||||
"proxy_dns_socks5",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
12
tests/result_tutorial/131/errors_02.json
Normal file
12
tests/result_tutorial/131/errors_02.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": [
|
||||
[
|
||||
[
|
||||
"unexpected error \"cannot access to option \"version\" (SOCKS host version used by proxy) because has property \"disabled\"\" in function \"jinja_to_property\" with arguments \"['disabled', 'if \"_.proxy_mode\" is not \"Manual proxy configuration\"\\nor \"_.manual.socks_proxy.version\" is \"v4\"']\" and \"{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}\" for option \"proxy_dns_socks5\" (Use proxy DNS when using SOCKS v5) in \"tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml\", it will be ignored",
|
||||
"proxy_dns_socks5",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
26
tests/result_tutorial/131/errors_03.json
Normal file
26
tests/result_tutorial/131/errors_03.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": [
|
||||
[
|
||||
[
|
||||
"unexpected error \"cannot access to option \"version\" (SOCKS host version used by proxy) because has property \"disabled\"\" in function \"jinja_to_property\" with arguments \"['disabled', 'if \"_.proxy_mode\" is not \"Manual proxy configuration\"\\nor \"_.manual.socks_proxy.version\" is \"v4\"']\" and \"{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}\" for option \"proxy_dns_socks5\" (Use proxy DNS when using SOCKS v5) in \"tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml\", it will be ignored",
|
||||
"proxy_dns_socks5",
|
||||
null
|
||||
]
|
||||
],
|
||||
[
|
||||
[
|
||||
"unexpected error \"cannot access to option \"version\" (SOCKS host version used by proxy) because has property \"disabled\"\" in function \"jinja_to_property\" with arguments \"['disabled', 'if \"_.proxy_mode\" is not \"Manual proxy configuration\"\\nor \"_.manual.socks_proxy.version\" is \"v4\"']\" and \"{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}\" for option \"proxy_dns_socks5\" (Use proxy DNS when using SOCKS v5) in \"tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml\", it will be ignored",
|
||||
"proxy_dns_socks5",
|
||||
null
|
||||
]
|
||||
],
|
||||
[
|
||||
[
|
||||
"unexpected error \"cannot access to option \"version\" (SOCKS host version used by proxy) because has property \"disabled\"\" in function \"jinja_to_property\" with arguments \"['disabled', 'if \"_.proxy_mode\" is not \"Manual proxy configuration\"\\nor \"_.manual.socks_proxy.version\" is \"v4\"']\" and \"{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}\" for option \"proxy_dns_socks5\" (Use proxy DNS when using SOCKS v5) in \"tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml\", it will be ignored when loading from the YAML file \"../rougail-tutorials_builder/examples/131/config/03/config.yml\"",
|
||||
"proxy_dns_socks5",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
26
tests/result_tutorial/131/errors_04.json
Normal file
26
tests/result_tutorial/131/errors_04.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": [
|
||||
[
|
||||
[
|
||||
"unexpected error \"cannot access to option \"version\" (SOCKS host version used by proxy) because has property \"disabled\"\" in function \"jinja_to_property\" with arguments \"['disabled', 'if \"_.proxy_mode\" is not \"Manual proxy configuration\"\\nor \"_.manual.socks_proxy.version\" is \"v4\"']\" and \"{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}\" for option \"proxy_dns_socks5\" (Use proxy DNS when using SOCKS v5) in \"tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml\", it will be ignored",
|
||||
"proxy_dns_socks5",
|
||||
null
|
||||
]
|
||||
],
|
||||
[
|
||||
[
|
||||
"unexpected error \"cannot access to option \"version\" (SOCKS host version used by proxy) because has property \"disabled\"\" in function \"jinja_to_property\" with arguments \"['disabled', 'if \"_.proxy_mode\" is not \"Manual proxy configuration\"\\nor \"_.manual.socks_proxy.version\" is \"v4\"']\" and \"{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}\" for option \"proxy_dns_socks5\" (Use proxy DNS when using SOCKS v5) in \"tutorial_tmp/structural/firefox/55-proxy_dns_socks5.yml\", it will be ignored",
|
||||
"proxy_dns_socks5",
|
||||
null
|
||||
]
|
||||
],
|
||||
[
|
||||
[
|
||||
"variable has property disabled, it will be ignored when loading from the YAML file \"../rougail-tutorials_builder/examples/131/config/04/config.yml\"",
|
||||
"manual.socks_proxy.version",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": false
|
||||
"proxy_mode": "No proxy"
|
||||
}
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": false
|
||||
"proxy_mode": "No proxy"
|
||||
}
|
||||
11
tests/result_tutorial/140/02_ro.json
Normal file
11
tests/result_tutorial/140/02_ro.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.https_proxy.address": "http.proxy.net",
|
||||
"manual.https_proxy.port": "8080",
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true
|
||||
}
|
||||
9
tests/result_tutorial/140/02_rw.json
Normal file
9
tests/result_tutorial/140/02_rw.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true
|
||||
}
|
||||
11
tests/result_tutorial/140/03_ro.json
Normal file
11
tests/result_tutorial/140/03_ro.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.https_proxy.address": "http.proxy.net",
|
||||
"manual.https_proxy.port": "8080",
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true
|
||||
}
|
||||
9
tests/result_tutorial/140/03_rw.json
Normal file
9
tests/result_tutorial/140/03_rw.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true
|
||||
}
|
||||
|
|
@ -5,9 +5,7 @@
|
|||
"manual.use_for_https": true,
|
||||
"manual.https_proxy.address": "http.proxy.net",
|
||||
"manual.https_proxy.port": "8080",
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v4",
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true
|
||||
}
|
||||
|
|
@ -3,9 +3,7 @@
|
|||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.socks_proxy.address": "http.proxy.net",
|
||||
"manual.socks_proxy.port": "8080",
|
||||
"manual.socks_proxy.version": "v4",
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true
|
||||
}
|
||||
12
tests/result_tutorial/140/errors_03.json
Normal file
12
tests/result_tutorial/140/errors_03.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": [
|
||||
[
|
||||
[
|
||||
"variable has property disabled, it will be ignored when loading from the YAML file \"../rougail-tutorials_builder/examples/140/config/03/config.yml\"",
|
||||
"proxy_dns_socks5",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
12
tests/result_tutorial/140/errors_04.json
Normal file
12
tests/result_tutorial/140/errors_04.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": [
|
||||
[
|
||||
[
|
||||
"variable has property disabled, it will be ignored when loading from the YAML file \"../rougail-tutorials_builder/examples/140/config/04/config.yml\"",
|
||||
"manual.socks_proxy.version",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": false
|
||||
"proxy_mode": "No proxy"
|
||||
}
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": false
|
||||
"proxy_mode": "No proxy"
|
||||
}
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": true,
|
||||
"dns_over_https.provider": "Cloudflare"
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.https_proxy.address": "http.proxy.net",
|
||||
"manual.https_proxy.port": "8080",
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true
|
||||
}
|
||||
|
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": true,
|
||||
"dns_over_https.provider": "Cloudflare"
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true
|
||||
}
|
||||
|
|
@ -1,9 +1,11 @@
|
|||
[
|
||||
[
|
||||
[
|
||||
"mandatory variable but has no value",
|
||||
"dns_over_https.custom_dns_url",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.https_proxy.address": "http.proxy.net",
|
||||
"manual.https_proxy.port": "8080",
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true
|
||||
}
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
[
|
||||
[
|
||||
[
|
||||
"mandatory variable but has no value",
|
||||
"dns_over_https.custom_dns_url",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
{
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true
|
||||
}
|
||||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": true,
|
||||
"dns_over_https.provider": "Custom",
|
||||
"dns_over_https.custom_dns_url": "https://dns.net"
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.https_proxy.address": "http.proxy.net",
|
||||
"manual.https_proxy.port": "8080",
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true
|
||||
}
|
||||
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": true,
|
||||
"dns_over_https.provider": "Custom",
|
||||
"dns_over_https.custom_dns_url": "https://dns.net"
|
||||
"proxy_mode": "Manual proxy configuration",
|
||||
"manual.http_proxy.address": "http.proxy.net",
|
||||
"manual.http_proxy.port": "8080",
|
||||
"manual.use_for_https": true,
|
||||
"manual.socks_proxy.address": null,
|
||||
"no_proxy": [],
|
||||
"prompt_authentication": true
|
||||
}
|
||||
|
|
@ -3,8 +3,8 @@
|
|||
"warnings": [
|
||||
[
|
||||
[
|
||||
"the value \"http://dns.net\" is an invalid URL, must starts with 'https://' only, it will be ignored when loading from the YAML file \"../rougail-tutorials_builder/examples/150/config/03/config.yml\"",
|
||||
"dns_over_https.custom_dns_url",
|
||||
"variable has property disabled, it will be ignored when loading from the YAML file \"../rougail-tutorials_builder/examples/150/config/03/config.yml\"",
|
||||
"proxy_dns_socks5",
|
||||
null
|
||||
]
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,12 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
"warnings": [
|
||||
[
|
||||
[
|
||||
"variable has property disabled, it will be ignored when loading from the YAML file \"../rougail-tutorials_builder/examples/150/config/04/config.yml\"",
|
||||
"manual.socks_proxy.version",
|
||||
null
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"firefox.proxy_mode": "No proxy",
|
||||
"firefox.dns_over_https.enable_dns_over_https": true,
|
||||
"firefox.dns_over_https.provider": "Cloudflare"
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": false
|
||||
}
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"firefox.proxy_mode": "No proxy",
|
||||
"firefox.dns_over_https.enable_dns_over_https": true,
|
||||
"firefox.dns_over_https.provider": "Cloudflare"
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": false
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"firefox.proxy_mode": "No proxy",
|
||||
"firefox.dns_over_https.enable_dns_over_https": false
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": false
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"firefox.proxy_mode": "No proxy",
|
||||
"firefox.dns_over_https.enable_dns_over_https": false
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": false
|
||||
}
|
||||
5
tests/result_tutorial/161/02_ro.json
Normal file
5
tests/result_tutorial/161/02_ro.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": true,
|
||||
"dns_over_https.provider": "Cloudflare"
|
||||
}
|
||||
5
tests/result_tutorial/161/02_rw.json
Normal file
5
tests/result_tutorial/161/02_rw.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": true,
|
||||
"dns_over_https.provider": "Cloudflare"
|
||||
}
|
||||
4
tests/result_tutorial/162/01_ro.json
Normal file
4
tests/result_tutorial/162/01_ro.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": false
|
||||
}
|
||||
4
tests/result_tutorial/162/01_rw.json
Normal file
4
tests/result_tutorial/162/01_rw.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": false
|
||||
}
|
||||
5
tests/result_tutorial/162/02_ro.json
Normal file
5
tests/result_tutorial/162/02_ro.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": true,
|
||||
"dns_over_https.provider": "Cloudflare"
|
||||
}
|
||||
5
tests/result_tutorial/162/02_rw.json
Normal file
5
tests/result_tutorial/162/02_rw.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": true,
|
||||
"dns_over_https.provider": "Cloudflare"
|
||||
}
|
||||
6
tests/result_tutorial/162/03_ro.json
Normal file
6
tests/result_tutorial/162/03_ro.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": true,
|
||||
"dns_over_https.provider": "Custom",
|
||||
"dns_over_https.custom_dns_url": "http://dns.net"
|
||||
}
|
||||
6
tests/result_tutorial/162/03_rw.json
Normal file
6
tests/result_tutorial/162/03_rw.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": true,
|
||||
"dns_over_https.provider": "Custom",
|
||||
"dns_over_https.custom_dns_url": "http://dns.net"
|
||||
}
|
||||
6
tests/result_tutorial/162/04_ro.json
Normal file
6
tests/result_tutorial/162/04_ro.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": true,
|
||||
"dns_over_https.provider": "Custom",
|
||||
"dns_over_https.custom_dns_url": "https://dns.net"
|
||||
}
|
||||
6
tests/result_tutorial/162/04_rw.json
Normal file
6
tests/result_tutorial/162/04_rw.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": true,
|
||||
"dns_over_https.provider": "Custom",
|
||||
"dns_over_https.custom_dns_url": "https://dns.net"
|
||||
}
|
||||
4
tests/result_tutorial/162/errors_02.json
Normal file
4
tests/result_tutorial/162/errors_02.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
4
tests/result_tutorial/162/errors_03.json
Normal file
4
tests/result_tutorial/162/errors_03.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
4
tests/result_tutorial/162/errors_04.json
Normal file
4
tests/result_tutorial/162/errors_04.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"firefox.proxy_mode": "No proxy",
|
||||
"firefox.dns_over_https.enable_dns_over_https": false,
|
||||
"foxyproxy.proxies.title": []
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": false
|
||||
}
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"firefox.proxy_mode": "No proxy",
|
||||
"firefox.dns_over_https.enable_dns_over_https": false,
|
||||
"foxyproxy.proxies.title": []
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": false
|
||||
}
|
||||
|
|
@ -1,10 +1,5 @@
|
|||
{
|
||||
"firefox.proxy_mode": "No proxy",
|
||||
"firefox.dns_over_https.enable_dns_over_https": false,
|
||||
"foxyproxy.proxies.title": [
|
||||
{
|
||||
"foxyproxy.proxies.title": "My company",
|
||||
"foxyproxy.proxies.color": "#66cc66"
|
||||
}
|
||||
]
|
||||
"proxy_mode": "No proxy",
|
||||
"dns_over_https.enable_dns_over_https": true,
|
||||
"dns_over_https.provider": "Cloudflare"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue