Kevin
4c8539cece
use core client with explicit version globally
2017-10-27 15:48:32 +08:00
Dr. Stefan Schimanski
7773a30f67
pkg/api/legacyscheme: fixup imports
2017-10-18 17:23:55 +02:00
Pengfei Ni
983ecaa73d
Add waitForFailure for e2e test framework
2017-07-28 17:15:43 +08:00
Jacob Simpson
29c1b81d4c
Scripted migration from clientset_generated to client-go.
2017-07-17 15:05:37 -07:00
Chao Xu
60604f8818
run hack/update-all
2017-06-22 11:31:03 -07:00
Chao Xu
f4989a45a5
run root-rewrite-v1-..., compile
2017-06-22 10:25:57 -07:00
David Ashpole
3806d386df
use default timeout for deletion
2017-03-08 14:40:19 -08:00
Vishnu kannan
318f4e102a
adding an e2e for GPUs
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2017-02-28 13:42:08 -08:00
Kubernetes Submit Queue
f1fecc3074
Merge pull request #41964 from sttts/sttts-upgrade-test-sysctl
...
Automatic merge from submit-queue (batch tested with PRs 35408, 41915, 41992, 41964, 41925)
e2e/upgrade: add sysctls
Add sysctl upgrade tests.
How can these be effectively tested?
2017-02-26 18:07:59 -08:00
David Ashpole
c58970e47c
critical pods can preempt other pods to be admitted
2017-02-23 10:31:20 -08:00
Dr. Stefan Schimanski
ea52f59c8c
e2e/upgrade: add sysctls
2017-02-23 10:49:41 +01:00
Kris
8652a4f471
Add an upgrade test for secrets.
2017-01-31 13:05:36 -08:00
Clayton Coleman
be6d2933df
refactor: Move *Options references to metav1
2017-01-24 13:41:51 -05:00
deads2k
77b4d55982
mechanical
2017-01-16 09:35:12 -05:00
deads2k
6a4d5cd7cc
start the apimachinery repo
2017-01-11 09:09:48 -05:00
Chao Xu
03d8820edc
rename /release_1_5 to /clientset
2016-12-14 12:39:48 -08:00
Wojciech Tyczynski
a9ec31209e
GetOptions - fix tests
2016-12-09 09:42:01 +01:00
Sebastian Jug
79202656bc
- Moved gobindata, refactored ReadOrDie refs
...
- Remaining spaghetti untangled
- Missed bazel update and a few hardcoded refs
- New instance of framework.ReadOrDie reference removed post rebase
- Resolve new clientset rebase
- Fixed e2e/generated BUILD dep
- A space
- Missed gobindata ref in golang.sh
2016-12-02 12:57:03 -05:00
Chao Xu
a55c71db4d
test/e2e
2016-11-23 15:53:09 -08:00
Random-Liu
e0cdeb4c2a
Use netexec container in http lifecycle hook test.
2016-11-22 10:09:19 -08:00
Random-Liu
1c70c899f7
Get node name from node object.
2016-11-10 14:25:50 -08:00
Chao Xu
850729bfaf
include multiple versions in clientset
...
update client-gen to use the term "internalversion" rather than "unversioned";
leave internal one unqualified;
cleanup client-gen
2016-10-29 13:30:47 -07:00
Jan Chaloupka
4fde09d308
Replace client with clientset in code
2016-10-23 22:00:35 +02:00
Yu-Ju Hong
dae055dcd6
Set the dns policy for pods in node e2e tests
...
This change stops kubelet from sending MissingClusterDNS events for every pod.
2016-10-12 17:20:31 -07:00
Random-Liu
5eb41e9acb
Add container lifecycle hook test.
2016-09-23 17:13:19 -07:00
Random-Liu
fcfe4264fe
Change the disk eviction test to pull images again after the test.
2016-09-21 15:54:03 -07:00
Random-Liu
ed411c9042
Add image white list, images in white list will be prepulled, and
...
only images in white list could be used in the test. Currently only
enabled in node e2e test.
2016-09-19 14:39:23 -07:00
Dr. Stefan Schimanski
7a7e059ac6
Add some docs about the missing node e2e scheduling
2016-08-22 13:07:16 +02:00
Michael Taufen
73f2c55e0a
Bug fix: Use p.Name instead of pod.Name
...
For example, if you used pod.GenerateName, pod.Name might be the empty
string while p.Name contains the actual name of your pod. Thus passing
pod.Name can result in a `resource name may not be empty` error.
2016-08-05 15:03:50 -07:00
Random-Liu
5c7ac701d3
Change TestContainerOutput to use the framework pod client.
2016-08-02 10:26:41 -07:00
Avesh Agarwal
f37d8fd60f
Fix node e2e (kubelet metrics) by adding GinkgoRecover to a goroutine
...
to avoid panic
2016-07-20 13:26:56 -04:00
Random-Liu
fa8bd1d034
Change privileged test to use framework, so that all namespaces
...
will be cleaned up by namespace controller.
2016-07-18 19:06:59 -07:00
Random-Liu
e40e82bd5c
Make it possible to share test between e2e and node e2e,
...
and make container probing test shared to validate.
2016-07-18 14:05:08 -07:00
Michael Taufen
e709599854
Modify framework pod creation functions to return the server's representation of the pod
...
Since PodInterface.Create returns the server's representation of the
pod, which may differ from the api.Pod object passed to Create, we do
the same from the framework's pod creation functions. This is useful if
e.g. you create pods using Pod.GenerateName rather than
Pod.Name, and you still want to refer to pods by name later on
(e.g. for deletion).
2016-07-10 17:03:39 -07:00
Random-Liu
be8c7536ae
Add standard UpdatePod function in framework, and change
...
the test to use it.
2016-07-06 11:04:34 -07:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Tim St. Clair
376b5f247a
Refactor common pod patterns to e2e framework.
2016-06-28 17:20:08 -07:00