Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
1b0402af
Commit
1b0402af
authored
Aug 02, 2017
by
Michelle Au
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove [k8s.io] tag and redundant [sig-storage] tags from tests
parent
2495cc60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
volumes.go
test/e2e/common/volumes.go
+4
-4
volume_io.go
test/e2e/storage/volume_io.go
+4
-4
No files found.
test/e2e/common/volumes.go
View file @
1b0402af
...
...
@@ -53,7 +53,7 @@ import (
// These tests need privileged containers, which are disabled by default. Run
// the test with "go run hack/e2e.go ... --ginkgo.focus=[Feature:Volumes]"
var
_
=
framework
.
Kube
Describe
(
"[sig-storage] GCP Volumes"
,
func
()
{
var
_
=
Describe
(
"[sig-storage] GCP Volumes"
,
func
()
{
f
:=
framework
.
NewDefaultFramework
(
"gcp-volume"
)
// If 'false', the test won't clear its volumes upon completion. Useful for debugging,
...
...
@@ -73,7 +73,7 @@ var _ = framework.KubeDescribe("[sig-storage] GCP Volumes", func() {
////////////////////////////////////////////////////////////////////////
// NFS
////////////////////////////////////////////////////////////////////////
framework
.
Kube
Describe
(
"NFSv4"
,
func
()
{
Describe
(
"NFSv4"
,
func
()
{
It
(
"should be mountable for NFSv4"
,
func
()
{
config
,
_
,
serverIP
:=
framework
.
NewNFSServer
(
c
,
namespace
.
Name
,
[]
string
{})
defer
func
()
{
...
...
@@ -101,7 +101,7 @@ var _ = framework.KubeDescribe("[sig-storage] GCP Volumes", func() {
})
})
framework
.
Kube
Describe
(
"NFSv3"
,
func
()
{
Describe
(
"NFSv3"
,
func
()
{
It
(
"should be mountable for NFSv3"
,
func
()
{
config
,
_
,
serverIP
:=
framework
.
NewNFSServer
(
c
,
namespace
.
Name
,
[]
string
{})
defer
func
()
{
...
...
@@ -131,7 +131,7 @@ var _ = framework.KubeDescribe("[sig-storage] GCP Volumes", func() {
////////////////////////////////////////////////////////////////////////
// Gluster
////////////////////////////////////////////////////////////////////////
framework
.
Kube
Describe
(
"GlusterFS"
,
func
()
{
Describe
(
"GlusterFS"
,
func
()
{
It
(
"should be mountable"
,
func
()
{
// create gluster server and endpoints
config
,
_
,
_
:=
framework
.
NewGlusterfsServer
(
c
,
namespace
.
Name
)
...
...
test/e2e/storage/volume_io.go
View file @
1b0402af
...
...
@@ -243,7 +243,7 @@ var _ = SIGDescribe("Volume plugin streaming [Slow]", func() {
////////////////////////////////////////////////////////////////////////
// NFS
////////////////////////////////////////////////////////////////////////
SIG
Describe
(
"NFS"
,
func
()
{
Describe
(
"NFS"
,
func
()
{
testFile
:=
"nfs_io_test"
// client pod uses selinux
podSec
:=
v1
.
PodSecurityContext
{
...
...
@@ -279,7 +279,7 @@ var _ = SIGDescribe("Volume plugin streaming [Slow]", func() {
////////////////////////////////////////////////////////////////////////
// Gluster
////////////////////////////////////////////////////////////////////////
SIG
Describe
(
"GlusterFS"
,
func
()
{
Describe
(
"GlusterFS"
,
func
()
{
var
name
string
testFile
:=
"gluster_io_test"
...
...
@@ -325,7 +325,7 @@ var _ = SIGDescribe("Volume plugin streaming [Slow]", func() {
// iSCSI
// The iscsiadm utility and iscsi target kernel modules must be installed on all nodes.
////////////////////////////////////////////////////////////////////////
SIG
Describe
(
"iSCSI [Feature:Volumes]"
,
func
()
{
Describe
(
"iSCSI [Feature:Volumes]"
,
func
()
{
testFile
:=
"iscsi_io_test"
BeforeEach
(
func
()
{
...
...
@@ -362,7 +362,7 @@ var _ = SIGDescribe("Volume plugin streaming [Slow]", func() {
////////////////////////////////////////////////////////////////////////
// Ceph RBD
////////////////////////////////////////////////////////////////////////
SIG
Describe
(
"Ceph-RBD [Feature:Volumes]"
,
func
()
{
Describe
(
"Ceph-RBD [Feature:Volumes]"
,
func
()
{
var
(
secret
*
v1
.
Secret
name
string
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment