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
54072bf5
Commit
54072bf5
authored
Feb 03, 2017
by
Jon Cope
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add [Flaky] to persistent volumes tests
parent
ab794c61
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
kubelet.go
test/e2e/kubelet.go
+1
-1
persistent_volumes-disruptive.go
test/e2e/persistent_volumes-disruptive.go
+1
-1
persistent_volumes.go
test/e2e/persistent_volumes.go
+1
-1
No files found.
test/e2e/kubelet.go
View file @
54072bf5
...
@@ -376,7 +376,7 @@ var _ = framework.KubeDescribe("kubelet", func() {
...
@@ -376,7 +376,7 @@ var _ = framework.KubeDescribe("kubelet", func() {
})
})
// Delete nfs server pod after another pods accesses the mounted nfs volume.
// Delete nfs server pod after another pods accesses the mounted nfs volume.
framework
.
KubeDescribe
(
"host cleanup with volume mounts [HostCleanup]"
,
func
()
{
framework
.
KubeDescribe
(
"host cleanup with volume mounts [HostCleanup]
[Flaky]
"
,
func
()
{
type
hostCleanupTest
struct
{
type
hostCleanupTest
struct
{
itDescr
string
itDescr
string
podCmd
string
podCmd
string
...
...
test/e2e/persistent_volumes-disruptive.go
View file @
54072bf5
...
@@ -47,7 +47,7 @@ const (
...
@@ -47,7 +47,7 @@ const (
kRestart
kubeletOpt
=
"restart"
kRestart
kubeletOpt
=
"restart"
)
)
var
_
=
framework
.
KubeDescribe
(
"PersistentVolumes [Volume][Disruptive]"
,
func
()
{
var
_
=
framework
.
KubeDescribe
(
"PersistentVolumes [Volume][Disruptive]
[Flaky]
"
,
func
()
{
f
:=
framework
.
NewDefaultFramework
(
"disruptive-pv"
)
f
:=
framework
.
NewDefaultFramework
(
"disruptive-pv"
)
var
(
var
(
...
...
test/e2e/persistent_volumes.go
View file @
54072bf5
...
@@ -102,7 +102,7 @@ var _ = framework.KubeDescribe("PersistentVolumes [Volume][Serial]", func() {
...
@@ -102,7 +102,7 @@ var _ = framework.KubeDescribe("PersistentVolumes [Volume][Serial]", func() {
///////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////
// Testing configurations of a single a PV/PVC pair, multiple evenly paired PVs/PVCs,
// Testing configurations of a single a PV/PVC pair, multiple evenly paired PVs/PVCs,
// and multiple unevenly paired PV/PVCs
// and multiple unevenly paired PV/PVCs
framework
.
KubeDescribe
(
"PersistentVolumes:NFS"
,
func
()
{
framework
.
KubeDescribe
(
"PersistentVolumes:NFS
[Flaky]
"
,
func
()
{
var
(
var
(
NFSconfig
VolumeTestConfig
NFSconfig
VolumeTestConfig
...
...
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