From e483efd0ac17458eff92884800838476a0e8f947 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Tue, 5 Jun 2018 15:39:32 +0200 Subject: [PATCH] Remove Feature:Volume from tests These tests don't depend on any alpha/beta feature and they have correct Skip tests so they run only on proper cloud. --- test/e2e/storage/volumes.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/e2e/storage/volumes.go b/test/e2e/storage/volumes.go index 0a4a2e944a8..f06b6a76279 100644 --- a/test/e2e/storage/volumes.go +++ b/test/e2e/storage/volumes.go @@ -263,7 +263,7 @@ var _ = utils.SIGDescribe("Volumes", func() { // (/usr/bin/nova, /usr/bin/cinder and /usr/bin/keystone) // and that the usual OpenStack authentication env. variables are set // (OS_USERNAME, OS_PASSWORD, OS_TENANT_NAME at least). - Describe("Cinder [Feature:Volumes]", func() { + Describe("Cinder", func() { It("should be mountable", func() { framework.SkipUnlessProviderIs("openstack") config := framework.VolumeTestConfig{ @@ -438,7 +438,7 @@ var _ = utils.SIGDescribe("Volumes", func() { //////////////////////////////////////////////////////////////////////// // vSphere //////////////////////////////////////////////////////////////////////// - Describe("vsphere [Feature:Volumes]", func() { + Describe("vsphere", func() { It("should be mountable", func() { framework.SkipUnlessProviderIs("vsphere") vspheretest.Bootstrap(f) @@ -485,7 +485,7 @@ var _ = utils.SIGDescribe("Volumes", func() { //////////////////////////////////////////////////////////////////////// // Azure Disk //////////////////////////////////////////////////////////////////////// - Describe("Azure Disk [Feature:Volumes]", func() { + Describe("Azure Disk", func() { It("should be mountable [Slow]", func() { framework.SkipUnlessProviderIs("azure") config := framework.VolumeTestConfig{