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
7742c6c7
Commit
7742c6c7
authored
Jan 21, 2016
by
Alex Mohr
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #19673 from ihmccreery/feature-volumes
Mark Volumes and PersistentVolumes as [Feature:Volumes] instead of [Skipped]
parents
21a5d57c
63bc42c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
persistent_volumes.go
test/e2e/persistent_volumes.go
+3
-4
volumes.go
test/e2e/volumes.go
+3
-4
No files found.
test/e2e/persistent_volumes.go
View file @
7742c6c7
...
@@ -28,10 +28,9 @@ import (
...
@@ -28,10 +28,9 @@ import (
client
"k8s.io/kubernetes/pkg/client/unversioned"
client
"k8s.io/kubernetes/pkg/client/unversioned"
)
)
// Marked with [Skipped] to skip the test by default (see driver.go),
// This test needs privileged containers, which are disabled by default. Run
// the test needs privileged containers, which are disabled by default.
// the test with "go run hack/e2e.go ... --ginkgo.focus=[Feature:Volumes]"
// Run the test with "go run hack/e2e.go ... --ginkgo.focus=PersistentVolume"
var
_
=
Describe
(
"PersistentVolumes [Feature:Volumes]"
,
func
()
{
var
_
=
Describe
(
"PersistentVolumes [Skipped]"
,
func
()
{
framework
:=
NewFramework
(
"pv"
)
framework
:=
NewFramework
(
"pv"
)
var
c
*
client
.
Client
var
c
*
client
.
Client
var
ns
string
var
ns
string
...
...
test/e2e/volumes.go
View file @
7742c6c7
...
@@ -326,10 +326,9 @@ func deleteCinderVolume(name string) error {
...
@@ -326,10 +326,9 @@ func deleteCinderVolume(name string) error {
return
err
return
err
}
}
// Marked with [Skipped] to skip the test by default (see driver.go),
// These tests need privileged containers, which are disabled by default. Run
// these tests needs privileged containers, which are disabled by default.
// the test with "go run hack/e2e.go ... --ginkgo.focus=[Feature:Volumes]"
// Run the test with "go run hack/e2e.go ... --ginkgo.focus=Volume"
var
_
=
Describe
(
"Volumes [Feature:Volumes]"
,
func
()
{
var
_
=
Describe
(
"Volumes [Skipped]"
,
func
()
{
framework
:=
NewFramework
(
"volume"
)
framework
:=
NewFramework
(
"volume"
)
// If 'false', the test won't clear its volumes upon completion. Useful for debugging,
// If 'false', the test won't clear its volumes upon completion. Useful for debugging,
...
...
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