Skip to content

Commit

Permalink
Revoming IBM tests from CI (#5097)
Browse files Browse the repository at this point in the history
* Revoming IBM tests from CI

* Update client_test.go

* Update ibmcloud_test.go

* Update client_test.go

* Update ibmcloud_test.go
  • Loading branch information
Ilya Kislenko committed Feb 28, 2019
1 parent 0704b71 commit 10183ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/blockstorage/ibm/client_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build !unit

package ibm

import (
Expand All @@ -17,6 +19,7 @@ const (
IBMApiKeyEnv = "IBM_API_KEY"
)

//These are not executed as part of Pipeline, but usefull for development
// Hook up gocheck into the "go test" runner.
func Test(t *testing.T) { TestingT(t) }

Expand Down
3 changes: 3 additions & 0 deletions pkg/blockstorage/ibm/ibmcloud_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build !unit

package ibm

import (
Expand All @@ -24,6 +26,7 @@ type TestIBMCloudBlock struct {
testVol *blockstorage.Volume
}

//These are not executed as part of Pipeline, but usefull for development
var _ = Suite(&TestIBMCloudBlock{})

func (s *TestIBMCloudBlock) SetUpSuite(c *C) {
Expand Down

0 comments on commit 10183ef

Please sign in to comment.