David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Lucas Käldström
79ca1911e1
Removed all pause image constant strings, now the pause image is chosen by arch. Part of the effort of making e2e arch-agnostic
2016-05-26 19:16:43 +03:00
Daniel Smith
0bda969cd5
Merge pull request #25261 from jayunit100/readySched
...
Support GetReadySchedulable pods for all node selecting tests.
2016-05-18 17:24:09 -07:00
Jay Vyas
326b213231
Consolidate node selecting tests to only use Schedulable + Running
...
nodes.
2016-05-06 10:32:12 -04:00
Muhammed Uluyol
f3690e2d5e
build/pause: write in C
...
Builds statically against glibc. References to the old pause
image have been updated.
2016-05-04 21:45:52 -04:00
Tim St. Clair
b0d3f32e88
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
Jay Vyas
9a71dfe753
KubeDescribe implementation with verify into after-build/ scripts.
2016-03-15 22:29:21 -04:00
k8s-merge-robot
ef129499da
Merge pull request #22459 from jayunit100/disruptivediskannot
...
Auto commit by PR queue bot
2016-03-04 21:17:52 -08:00
k8s-merge-robot
917fb4264d
Merge pull request #22461 from jayunit100/skipNodeDiskFill
...
Auto commit by PR queue bot
2016-03-04 08:01:53 -08:00
Jay Vyas
097e3ea3d4
Skip node disk test if cluster size < 2
2016-03-03 16:00:17 -05:00
Jay Vyas
b3203fb111
annotate NodeOutOfDisk as disruptive
2016-03-03 15:36:53 -05:00
gmarek
110340c467
Add an option to pass client's QPS/burst to e2e framework
2016-02-29 09:32:29 +01:00
Jeff Lowdermilk
71febf4b24
Don't call framework.before|afterEach in nodeoutofdisk test
2016-02-18 14:33:04 -08:00
Clayton Coleman
f1ab9a42f5
NodeOutOfDisk should use NewFramework()
...
Fails when custom nsCreateFunc is provided
2016-02-06 23:25:08 -05:00
Tim Hockin
5ff5890ef9
Remove e2e global 'timeout'
2016-02-03 07:47:21 -08:00
Isaac Hollander McCreery
fbc5e3f807
Reference 20015 for [Flaky] NodeOutOfDisk tests
2016-02-01 15:58:29 -08:00
Isaac Hollander McCreery
8b255feeee
Add flaky label [Flaky] to tests
2015-12-22 12:29:57 -08:00
Filip Grzadkowski
4ee0e7e43c
Fix e2e tests broken in #17865
2015-12-22 13:59:35 +01:00
Isaac Hollander McCreery
bd49a3420e
Add [Disruptive] and [Serial] labels to appropriate tests
...
And use for partitioning; makes progress toward 10548
2015-12-18 11:12:28 -08:00
gmarek
f38455ddc3
Update e2e tests to list only schedulable nodes, to make them work with master Node registered.
2015-12-14 16:28:23 +01:00
Wojciech Tyczynski
960808bf08
Switch to versioned ListOptions in client.
2015-12-14 14:26:09 +01:00
Madhusudan.C.S
7ec49d234c
Increase the node condition status change observation time out to 5 minutes.
...
1 minute is too short.
2015-12-10 15:02:56 -08:00
Wojciech Tyczynski
6dcb689d4e
Simplify List() signature in clients.
2015-12-03 09:54:07 +01:00
Wojciech Tyczynski
8343c8ce6c
Pass ListOptions to List() methods.
2015-12-01 15:00:36 +01:00
Madhusudan.C.S
e3a26bfea6
Implement e2e test for node out of disk condition.
...
This is a second attempt at this commit and it fixes the cause for its
flakiness in the first attempt.
The ability to SSH into individual nodes, described by api.Node, and running
commands on them appears to be useful for other e2e tests too. So, move
issueSSHCommand utility function to e2e util file.
Also, modify waitForNodeToBe e2e util function to take any node condition. The
current implementation only takes api.NodeReady condition into consideration.
This change makes the function take any node condition.
2015-11-25 02:12:29 -08:00
Marcin Wielgus
feb439c67c
Revert "e2e test for node out of disk conditions"
2015-11-19 14:06:12 +01:00
Madhusudan.C.S
706d768e20
Implement e2e test for node out of disk condition.
...
The ability to SSH into individual nodes, described by api.Node, and running
commands on them appears to be useful for other e2e tests too. So, move
issueSSHCommand utility function to e2e util file.
Also, modify waitForNodeToBe e2e util function to take any node condition. The
current implementation only takes api.NodeReady condition into consideration.
This change makes the function take any node condition.
2015-11-17 13:19:32 -08:00