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

Switch to critest #146

Merged
merged 2 commits into from
May 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hack/test-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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 @@ -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="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