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 #146 from heartlock/switch-critest
Browse files Browse the repository at this point in the history
Switch to critest
  • Loading branch information
feiskyer authored May 26, 2017
2 parents d29e64f + e9585b3 commit eeabc49
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1,073 deletions.
4 changes: 2 additions & 2 deletions hack/test-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function start_frakti() {
--listen="${FRAKTI_LISTEN_ADDR}" \
--hyper-endpoint="127.0.0.1:${HYPERD_PORT}" \
--logtostderr \
--v=5 1>&2 & \
--v=3 1>&2 & \
FRAKTI_PID=$!
}

Expand Down Expand Up @@ -124,7 +124,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="Conformance" --skip="container port" validation
}

FRAKTI_LISTEN_ADDR=${FRAKTI_LISTEN_ADDR:-/var/run/frakti.sock}
Expand Down
57 changes: 0 additions & 57 deletions test/e2e/cni.go

This file was deleted.

170 changes: 0 additions & 170 deletions test/e2e/containers.go

This file was deleted.

Loading

0 comments on commit eeabc49

Please sign in to comment.