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
57183992
Commit
57183992
authored
Dec 04, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18208 from wojtek-t/dont_run_3podpernode_in_scalability
Auto commit by PR queue bot
parents
9bd59958
e0731b96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
load.go
test/e2e/load.go
+4
-1
No files found.
test/e2e/load.go
View file @
57183992
...
@@ -47,7 +47,7 @@ const (
...
@@ -47,7 +47,7 @@ const (
// the ginkgo.skip list (see driver.go).
// the ginkgo.skip list (see driver.go).
// To run this suite you must explicitly ask for it by setting the
// To run this suite you must explicitly ask for it by setting the
// -t/--test flag or ginkgo.focus flag.
// -t/--test flag or ginkgo.focus flag.
var
_
=
Describe
(
"
[Performance]
Load capacity [Skipped]"
,
func
()
{
var
_
=
Describe
(
"Load capacity [Skipped]"
,
func
()
{
var
c
*
client
.
Client
var
c
*
client
.
Client
var
nodeCount
int
var
nodeCount
int
var
ns
string
var
ns
string
...
@@ -100,6 +100,9 @@ var _ = Describe("[Performance] Load capacity [Skipped]", func() {
...
@@ -100,6 +100,9 @@ var _ = Describe("[Performance] Load capacity [Skipped]", func() {
for
_
,
testArg
:=
range
loadTests
{
for
_
,
testArg
:=
range
loadTests
{
name
:=
fmt
.
Sprintf
(
"should be able to handle %v pods per node"
,
testArg
.
podsPerNode
)
name
:=
fmt
.
Sprintf
(
"should be able to handle %v pods per node"
,
testArg
.
podsPerNode
)
if
testArg
.
podsPerNode
==
30
{
name
=
"[Performance] "
+
name
}
itArg
:=
testArg
itArg
:=
testArg
It
(
name
,
func
()
{
It
(
name
,
func
()
{
...
...
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