Start running container Exec cri validation test.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu 2017-08-07 18:59:46 +00:00
parent 54286313ce
commit 75731c8feb

View File

@ -22,7 +22,7 @@ ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/..
# FOCUS focuses the test to run. # FOCUS focuses the test to run.
FOCUS=${FOCUS:-} FOCUS=${FOCUS:-}
# SKIP skips the test to skip. # SKIP skips the test to skip.
SKIP=${SKIP:-"Streaming|RunAsUser|host port"} SKIP=${SKIP:-"attach|portforward|RunAsUser|host port"}
REPORT_DIR=${REPORT_DIR:-"/tmp"} REPORT_DIR=${REPORT_DIR:-"/tmp"}
if [[ -z "${GOPATH}" ]]; then if [[ -z "${GOPATH}" ]]; then