Skip to content

Commit

Permalink
Merge pull request vmware-tanzu#338 from chuckha/results
Browse files Browse the repository at this point in the history
Move results client
  • Loading branch information
chuckha authored Mar 8, 2018
2 parents e0007f1 + 8eeaca6 commit 15ff670
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/client/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
"sort"
"strings"

"github.com/heptio/sonobuoy/pkg/results"
"github.com/heptio/sonobuoy/pkg/results/e2e"
"github.com/heptio/sonobuoy/pkg/client/results"
"github.com/heptio/sonobuoy/pkg/client/results/e2e"
"github.com/onsi/ginkgo/reporters"
"github.com/pkg/errors"
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (

"k8s.io/api/core/v1"

"github.com/heptio/sonobuoy/pkg/results"
"github.com/heptio/sonobuoy/pkg/client/results"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
k8sver "k8s.io/apimachinery/pkg/version"
)
Expand All @@ -39,7 +39,7 @@ type version struct {
}

func (v *version) path() string {
return fmt.Sprintf("test_data/results-%v.%v.tar.gz", v.major, v.minor)
return fmt.Sprintf("testdata/results-%v.%v.tar.gz", v.major, v.minor)
}
func (v *version) String() string {
return fmt.Sprintf("v%v.%v", v.major, v.minor)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 15ff670

Please sign in to comment.