[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH v12 04/21] TestSupport: provide target_https_mitm_proxy_cert_path
From: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- Osstest/TestSupport.pm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index 6e19b28..7215156 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -64,6 +64,7 @@ BEGIN { target_put_guest_image target_editfile target_editfile_cancel target_fetchurl http_proxy_envsettings + target_https_mitm_proxy_cert_path target_editfile_root target_file_exists target_editfile_kvp_replace target_run_apt @@ -2714,4 +2715,10 @@ sub target_https_mitm_proxy_setup ($) { target_cmd_root($ho, 'update-ca-certificates', 300); } +sub target_https_mitm_proxy_cert_path ($) { + my ($ho) = @_; + return undef unless length $c{HttpsProxyMITMCert}; + return '/etc/ssl/certs/osstest.pem'; +} + 1; -- Anthony PERARD _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |