Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #313 from resouer/fix-critool
Browse files Browse the repository at this point in the history
Install right version of critool
  • Loading branch information
resouer authored Mar 17, 2018
2 parents fb493a2 + 099d846 commit 86cb9c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hack/test-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ function test_cri() {
git checkout v1.0.0-alpha.0
popd

wget https://github.com/kubernetes-incubator/cri-tools/releases/download/v1.0.0-alpha.0/critest-v1.0.0-alpha.0-linux-amd64.tar.gz
tar -xzf critest-v1.0.0-alpha.0-linux-amd64.tar.gz

mv critest $GOPATH/bin/critest

# run critest
sudo env PATH=$PATH:$GOPATH/bin GOPATH=$GOPATH critest -r=/var/run/frakti.sock --focus="Conformance" --skip="port mapping" validation
}
Expand Down

0 comments on commit 86cb9c0

Please sign in to comment.