Add CRI Validation test.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2019-09-09 16:17:04 -07:00
parent dc964de85f
commit 7e96aaab09
16 changed files with 440 additions and 26 deletions

View File

@@ -52,7 +52,8 @@ if [ ! -x "$(command -v ${CRITEST})" ]; then
cd ${GOPATH}/src/${CRITOOL_PKG}
git fetch --all
git checkout ${CRITOOL_VERSION}
make
make critest
make install-critest -e BINDIR="${GOPATH}/bin"
fi
which ${CRITEST}