| Index: global_config.ini
|
| diff --git a/global_config.ini b/global_config.ini
|
| index aa13701fd927744da3ee5a12bffcd2d225716fe3..73d0c5b65e5eeb9e6d283a5600d37c9dbb377b14 100644
|
| --- a/global_config.ini
|
| +++ b/global_config.ini
|
| @@ -99,6 +99,10 @@ require_atfork_module: False
|
| # Set to False to disable ssh-agent usage with paramiko
|
| use_sshagent_with_paramiko: True
|
| client_autodir_paths: /home/autotest
|
| +# Real Autotest installation directory. client_autodir_paths above are mounts. A
|
| +# many-to-one mapping between the two is used right now, but there's no reason
|
| +# it couldn't be enhanced to a one-to-one mapping.
|
| +client_autodir_real_path: /mnt/stateful_partition/autotest
|
| enable_server_prebuild: True
|
|
|
| [PACKAGES]
|
|
|