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
a50bc8e7
Commit
a50bc8e7
authored
Nov 07, 2017
by
guangxuli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
migration pod relevant e2e tests to sig node
parent
134e89e6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
events.go
test/e2e/node/events.go
+2
-2
pod_gc.go
test/e2e/node/pod_gc.go
+2
-2
pods.go
test/e2e/node/pods.go
+2
-2
pre_stop.go
test/e2e/node/pre_stop.go
+2
-2
ssh.go
test/e2e/node/ssh.go
+2
-2
No files found.
test/e2e/events.go
→
test/e2e/
node/
events.go
View file @
a50bc8e7
...
...
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package
e2
e
package
nod
e
import
(
"fmt"
...
...
@@ -33,7 +33,7 @@ import (
.
"github.com/onsi/gomega"
)
var
_
=
framework
.
Kube
Describe
(
"Events"
,
func
()
{
var
_
=
SIG
Describe
(
"Events"
,
func
()
{
f
:=
framework
.
NewDefaultFramework
(
"events"
)
framework
.
ConformanceIt
(
"should be sent by kubelets and the scheduler about pods scheduling and running "
,
func
()
{
...
...
test/e2e/pod_gc.go
→
test/e2e/
node/
pod_gc.go
View file @
a50bc8e7
...
...
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package
e2
e
package
nod
e
import
(
"fmt"
...
...
@@ -32,7 +32,7 @@ import (
// This test requires that --terminated-pod-gc-threshold=100 be set on the controller manager
//
// Slow by design (7 min)
var
_
=
framework
.
Kube
Describe
(
"Pod garbage collector [Feature:PodGarbageCollector] [Slow]"
,
func
()
{
var
_
=
SIG
Describe
(
"Pod garbage collector [Feature:PodGarbageCollector] [Slow]"
,
func
()
{
f
:=
framework
.
NewDefaultFramework
(
"pod-garbage-collector"
)
It
(
"should handle the creation of 1000 pods"
,
func
()
{
var
count
int
...
...
test/e2e/pods.go
→
test/e2e/
node/
pods.go
View file @
a50bc8e7
...
...
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package
e2
e
package
nod
e
import
(
"crypto/tls"
...
...
@@ -38,7 +38,7 @@ import (
imageutils
"k8s.io/kubernetes/test/utils/image"
)
var
_
=
framework
.
Kube
Describe
(
"Pods Extended"
,
func
()
{
var
_
=
SIG
Describe
(
"Pods Extended"
,
func
()
{
f
:=
framework
.
NewDefaultFramework
(
"pods"
)
framework
.
KubeDescribe
(
"Delete Grace Period"
,
func
()
{
...
...
test/e2e/pre_stop.go
→
test/e2e/
node/
pre_stop.go
View file @
a50bc8e7
...
...
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package
e2
e
package
nod
e
import
(
"context"
...
...
@@ -158,7 +158,7 @@ func testPreStop(c clientset.Interface, ns string) {
framework
.
ExpectNoError
(
err
,
"validating pre-stop."
)
}
var
_
=
framework
.
Kube
Describe
(
"PreStop"
,
func
()
{
var
_
=
SIG
Describe
(
"PreStop"
,
func
()
{
f
:=
framework
.
NewDefaultFramework
(
"prestop"
)
/*
...
...
test/e2e/ssh.go
→
test/e2e/
node/
ssh.go
View file @
a50bc8e7
...
...
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package
e2
e
package
nod
e
import
(
"fmt"
...
...
@@ -27,7 +27,7 @@ import (
const
maxNodes
=
100
var
_
=
framework
.
Kube
Describe
(
"SSH"
,
func
()
{
var
_
=
SIG
Describe
(
"SSH"
,
func
()
{
f
:=
framework
.
NewDefaultFramework
(
"ssh"
)
...
...
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