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

Commit

Permalink
switch to critest
Browse files Browse the repository at this point in the history
Signed-off-by: heartlock <[email protected]>
  • Loading branch information
heartlock committed May 19, 2017
1 parent 3e6afef commit 84fe6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/test-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function test_cri() {
go get github.com/kubernetes-incubator/cri-tools/cmd/critest

# run critest
sudo env PATH=$PATH:$GOPATH/bin GOPATH=$GOPATH critest -r=/var/run/frakti.sock --focus="image" validation
sudo env PATH=$PATH:$GOPATH/bin GOPATH=$GOPATH critest -r=/var/run/frakti.sock --focus="container" validation
}

FRAKTI_LISTEN_ADDR=${FRAKTI_LISTEN_ADDR:-/var/run/frakti.sock}
Expand All @@ -154,7 +154,7 @@ runTests() {

start_frakti

frakti::test::e2e
#frakti::test::e2e

test_cri
}
Expand Down

0 comments on commit 84fe6b1

Please sign in to comment.