OLD | NEW |
1 [TKO] | 1 [TKO] |
2 host: localhost | 2 host: localhost |
3 database: tko | 3 database: tko |
4 db_type: mysql | 4 db_type: mysql |
5 user: autotest | 5 user: autotest |
6 password: please_set_this_password | 6 password: please_set_this_password |
7 readonly_host: localhost | 7 readonly_host: localhost |
8 readonly_user: nobody | 8 readonly_user: nobody |
9 readonly_password: | 9 readonly_password: |
10 query_timeout: 3600 | 10 query_timeout: 3600 |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 wait_up_processes: | 76 wait_up_processes: |
77 default_protection: NO_PROTECTION | 77 default_protection: NO_PROTECTION |
78 | 78 |
79 [AUTOSERV] | 79 [AUTOSERV] |
80 # Autotest has 2 implementations of SSH based hosts, the default (raw_ssh), and | 80 # Autotest has 2 implementations of SSH based hosts, the default (raw_ssh), and |
81 # another one based on the python SSH library paramiko (paramiko). | 81 # another one based on the python SSH library paramiko (paramiko). |
82 # You can change the default 'raw_ssh' to 'paramiko' if you want to. | 82 # You can change the default 'raw_ssh' to 'paramiko' if you want to. |
83 ssh_engine: raw_ssh | 83 ssh_engine: raw_ssh |
84 # Set to True to take advantage of OpenSSH-based connection sharing. This would | 84 # Set to True to take advantage of OpenSSH-based connection sharing. This would |
85 # have bigger performance impact when ssh_engine is 'raw_ssh'. | 85 # have bigger performance impact when ssh_engine is 'raw_ssh'. |
86 enable_master_ssh: False | 86 enable_master_ssh: True |
87 # Autotest server operators *really should* set this to True, specially if | 87 # Autotest server operators *really should* set this to True, specially if |
88 # using ssh_engine 'paramiko'. | 88 # using ssh_engine 'paramiko'. |
89 require_atfork_module: False | 89 require_atfork_module: False |
90 client_autodir_paths: /home/autotest | 90 client_autodir_paths: /home/autotest |
91 | 91 |
92 [PACKAGES] | 92 [PACKAGES] |
93 serve_packages_from_autoserv: True | 93 serve_packages_from_autoserv: True |
OLD | NEW |