mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Remove [LinuxOnly] string from ginkgo tests
This commit is contained in:
@@ -162,7 +162,7 @@ func (t *multiVolumeTestSuite) DefineTests(driver storageframework.TestDriver, p
|
|||||||
// [ node1 ] ==> [ node2 ]
|
// [ node1 ] ==> [ node2 ]
|
||||||
// / \ <- same volume mode / \
|
// / \ <- same volume mode / \
|
||||||
// [volume1] [volume2] [volume1] [volume2]
|
// [volume1] [volume2] [volume1] [volume2]
|
||||||
ginkgo.It("should access to two volumes with the same volume mode and retain data across pod recreation on different node [LinuxOnly]", func() {
|
ginkgo.It("should access to two volumes with the same volume mode and retain data across pod recreation on different node", func() {
|
||||||
// Currently, multiple volumes are not generally available for pre-provisoined volume,
|
// Currently, multiple volumes are not generally available for pre-provisoined volume,
|
||||||
// because containerized storage servers, such as iSCSI and rbd, are just returning
|
// because containerized storage servers, such as iSCSI and rbd, are just returning
|
||||||
// a static volume inside container, not actually creating a new volume per request.
|
// a static volume inside container, not actually creating a new volume per request.
|
||||||
@@ -203,7 +203,7 @@ func (t *multiVolumeTestSuite) DefineTests(driver storageframework.TestDriver, p
|
|||||||
// [ node1 ] ==> [ node1 ]
|
// [ node1 ] ==> [ node1 ]
|
||||||
// / \ <- different volume mode / \
|
// / \ <- different volume mode / \
|
||||||
// [volume1] [volume2] [volume1] [volume2]
|
// [volume1] [volume2] [volume1] [volume2]
|
||||||
ginkgo.It("should access to two volumes with different volume mode and retain data across pod recreation on the same node [LinuxOnly]", func() {
|
ginkgo.It("should access to two volumes with different volume mode and retain data across pod recreation on the same node", func() {
|
||||||
if pattern.VolMode == v1.PersistentVolumeFilesystem {
|
if pattern.VolMode == v1.PersistentVolumeFilesystem {
|
||||||
e2eskipper.Skipf("Filesystem volume case should be covered by block volume case -- skipping")
|
e2eskipper.Skipf("Filesystem volume case should be covered by block volume case -- skipping")
|
||||||
}
|
}
|
||||||
@@ -242,7 +242,7 @@ func (t *multiVolumeTestSuite) DefineTests(driver storageframework.TestDriver, p
|
|||||||
// [ node1 ] ==> [ node2 ]
|
// [ node1 ] ==> [ node2 ]
|
||||||
// / \ <- different volume mode / \
|
// / \ <- different volume mode / \
|
||||||
// [volume1] [volume2] [volume1] [volume2]
|
// [volume1] [volume2] [volume1] [volume2]
|
||||||
ginkgo.It("should access to two volumes with different volume mode and retain data across pod recreation on different node [LinuxOnly]", func() {
|
ginkgo.It("should access to two volumes with different volume mode and retain data across pod recreation on different node", func() {
|
||||||
if pattern.VolMode == v1.PersistentVolumeFilesystem {
|
if pattern.VolMode == v1.PersistentVolumeFilesystem {
|
||||||
e2eskipper.Skipf("Filesystem volume case should be covered by block volume case -- skipping")
|
e2eskipper.Skipf("Filesystem volume case should be covered by block volume case -- skipping")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user