Fix compatibility with Kube 1.6

This commit is contained in:
Arthur Barr
2017-10-31 10:57:20 +00:00
parent 0ffa87be31
commit e6c4a21726
8 changed files with 29 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ func TestHelmPredefinedVolume(t *testing.T) {
func TestHelmStorageClass(t *testing.T) {
cs := kubeLogin(t)
release := strings.ToLower(t.Name())
assertKubeVersion(t, cs, 1, 6)
if !storageClassesDefined(t, cs) {
t.Skipf("Skipping test because no storage classes were found")
}