Skip to content

Commit

Permalink
bbbbbbbbbbbbbb
Browse files Browse the repository at this point in the history
  • Loading branch information
gunjan5 committed Oct 31, 2017
1 parent 9152a7c commit e3f58a4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ build-containerized: vendor
.PHONY: ut
## Run the tests locally, must have local etcd running
ut:
# Run tests in random order find tests recursively (-r).
ginkgo -cover -v -r -skipPackage vendor k8s-install/scripts/*
# Run tests recursively (-r).
ginkgo -cover -r -v -keepGoing -skipPackage vendor -skipPackage k8s-install

@echo
@echo '+==============+'
Expand Down
13 changes: 13 additions & 0 deletions cni_plugin_suite_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package main_test

import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"

"testing"
)

func TestCniPlugin(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "CniPlugin Suite")
}

0 comments on commit e3f58a4

Please sign in to comment.