OSDN Git Service

tests/vm: send proxy environment variables over ssh
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 17 Jun 2019 04:38:48 +0000 (06:38 +0200)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 4 Jul 2019 18:22:58 +0000 (19:22 +0100)
commitb08ba163aaae37003e515376d760b282a0111213
tree906b435c4c9e413d491a6199fb496d6054a6c7f6
parent95c44c250dfc31da2df315fbe16bd1ea767aba66
tests/vm: send proxy environment variables over ssh

Packages are fetched via proxy that way, if configured on the host.
That might be required to pass firewalls, and it allows to route
package downloads through a caching proxy server.

Needs AcceptEnv setup in sshd_config on the guest side to work.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190617043858.8290-2-kraxel@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/vm/basevm.py