From a425329fa29610e6de8e24aa07a29e416945dc8c Mon Sep 17 00:00:00 2001 From: Jason L Hannan Date: Mon, 7 Oct 2019 14:58:42 -0700 Subject: [PATCH] adding proxys for testing --- scripts/test.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/test.sh b/scripts/test.sh index f9f50ec..8eb28e9 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -5,11 +5,16 @@ export $(grep -v '^#' SOLUTION | xargs -d '\n') export $(grep -v '^#' MANIFEST | xargs -d '\n') +export http_proxy=http://proxy-chain.intel.com:911 +export https_proxy=http://proxy-chain.intel.com:912 +export no_proxy=*.intel.com + mkdir $(pwd)/media wget -O $(pwd)/media/AUD_MW_E.264 \ https://fate-suite.libav.org/h264-conformance/AUD_MW_E.264 docker run \ --rm \ + -a STDOUT \ --device=/dev/dri \ -e QSV_DEVICE=${QSV_DEVICE:-/dev/dri/renderD128} \ --volume $(pwd)/media:/media \