Commit Graph

11188 Commits

Author SHA1 Message Date
Jiatong Wang
6d7869ee96 Clean up e2e/framework/upgrade_util.go 2019-04-15 15:46:25 -07:00
Kubernetes Prow Robot
8045a99a70 Merge pull request #76565 from xichengliudui/ends-With-Newline
Use fmt.printf() to end with a newline
2019-04-15 14:25:22 -07:00
Kubernetes Prow Robot
bf70f69b15 Merge pull request #76552 from mattjmcnaughton/mattjmcnaughton/improve-readability-in-e2e-network-service-tests
Improve readability in e2e/network/service tests
2019-04-15 11:46:55 -07:00
mattjmcnaughton
a52b9fb4ff Fix typo in kube-proxy-migration-e2e test
s/uprgade/upgrade
2019-04-15 10:00:42 -04:00
Mayank Gaikwad
82822f10e1 Promote container runtime e2e verifying termination message 2019-04-15 16:37:18 +05:30
mattjmcnaughton
a00019ca9c Improve readability in e2e/network/service tests
Improve readability in e2e network service tests by using differently
named methods for a test with a transition and without a transition.
This replaces a boolean argument, which didn't give any indication w.r.t
its purpose (unless one read the method).
2019-04-13 13:48:05 -04:00
Kubernetes Prow Robot
1b9206a17c Merge pull request #76414 from SataQiu/refactor-e2e-volume-20190411
[e2e] test/e2e/framework/volume_util.go -> test/e2e/framework/volume/fixtures.go
2019-04-13 00:42:03 -07:00
SataQiu
a34f6277d9 add OWNERS for test/e2e/framework/volume 2019-04-13 16:59:04 +08:00
SataQiu
252cabf155 [e2e] test/e2e/framework/volume_util.go -> test/e2e/framework/volume/fixtures.go 2019-04-13 16:58:37 +08:00
Kubernetes Prow Robot
df6ca6ab9f Merge pull request #76156 from chardch/recreate-master-retry
Recreate nodes e2e test
2019-04-12 23:26:02 -07:00
Kubernetes Prow Robot
9aac5ced1f Merge pull request #74702 from globervinodhn/secret_empty_promote
Promote empty secret key e2e test to conformance test
2019-04-12 21:38:02 -07:00
Jiaying Zhang
8175579a0c add recreate node e2e test
Move recreate_node test to gce provider tests.
2019-04-12 16:00:19 -07:00
Kubernetes Prow Robot
2a6efd3fe7 Merge pull request #75473 from pontiyaraja/podCNF
promote pod should be submitted and removed e2e test case to conformance
2019-04-12 15:56:18 -07:00
Kubernetes Prow Robot
2d5f5a9da5 Merge pull request #75471 from pontiyaraja/sharedVolCNF
promote shared volumes between the container in a pod e2e to conformance
2019-04-12 15:56:04 -07:00
Michelle Au
cb21282136 update to csi e2es to use official images 2019-04-12 15:48:55 -07:00
Kubernetes Prow Robot
cf76367f05 Merge pull request #75101 from mgdevstack/promote-runtime-2
Promote container runtime e2e having non default TerminationMessagePath set
2019-04-12 14:30:36 -07:00
Kubernetes Prow Robot
42b3d9d9f3 Merge pull request #74983 from mgdevstack/master-conformance-pqdn-externamesrv
Promote DNS e2e verifying DNS resolution for externalName services
2019-04-12 14:30:22 -07:00
Kubernetes Prow Robot
9c61764a07 Merge pull request #74892 from globervinodhn/rc_exceed_quota_promote
Promote exceed quota e2e test for Replication Controller to conformance test
2019-04-12 14:30:08 -07:00
Kubernetes Prow Robot
c3ac9fb1ab Merge pull request #74791 from globervinodhn/job_delete_promote
Promote graceful job deletion e2e test to conformance test
2019-04-12 14:29:53 -07:00
Kubernetes Prow Robot
cc368faa1b Merge pull request #73739 from jsafrane/parallelize-iscsi
Parallelize iSCSI tests
2019-04-12 12:56:47 -07:00
Kubernetes Prow Robot
73e4b133f1 Merge pull request #76300 from jingxu97/April/window_provisioning_fix
Fix test failures in volume provisioning
2019-04-12 11:35:00 -07:00
draveness
f32352ac7e refactor: clean up e2e framework job utils
1. Move job_util to e2e/framework/job package
2. Remove unused UpdateJobWithFunc
2019-04-12 21:26:33 +08:00
Kubernetes Prow Robot
ed2bdd53dc Merge pull request #76409 from draveness/feature/refactor-framework-rs-util
refactor: cleanup e2e replicaset utils
2019-04-12 00:41:43 -07:00
Kubernetes Prow Robot
daf75a0ad5 Merge pull request #76400 from jiatongw/gpu
[e2e] Move gpu_util.go to e2e/framework/gpu
2019-04-12 00:41:28 -07:00
Mayank Gaikwad
f7d8771dfe Promote security context NodeConformance tests to Conformance suite 2019-04-12 10:22:24 +05:30
Kubernetes Prow Robot
305f718716 Merge pull request #76361 from SataQiu/cleanup-e2e-20190410
Small cleanup of e2e/framework/ingress
2019-04-11 13:10:43 -07:00
Joe Betz
a6126dc55a Promote 'watch-consistency' e2e test to be a conformance test 2019-04-11 12:54:16 -07:00
draveness
dee97a4e5c refactor: cleanup e2e replicaset utils 2019-04-12 01:48:10 +08:00
Kubernetes Prow Robot
ca55432599 Merge pull request #76371 from SataQiu/try-more-involved-20190410
add @SataQiu as a test/e2e/framework reviewer
2019-04-11 09:04:16 -07:00
Claudiu Belu
4d22a51414 tests: creates HostPath pods as unprivileged
The containers are mounted the /tmp folder as a HostPath volume
and they are supposed to create a new file in it.

The /tmp folder has 777 file permissions, so there shouldn't be any
problems creating a file, even if the container is unprivileged.
2019-04-11 04:31:05 -07:00
Kubernetes Prow Robot
ce0be7fa20 Merge pull request #76255 from SataQiu/fix-golint-service_util-20190408
Fix some golint failures of test/e2e/framework/service_util.go
2019-04-11 02:40:10 -07:00
Jiatong Wang
7814865b40 Move gpu_util.go to e2e/framework/gpu 2019-04-10 14:30:24 -07:00
Kubernetes Prow Robot
c2254cf19a Merge pull request #76388 from sttts/sttts-crd-openapi-publishing-e2e-ha-support
crd-openapi-publishing: in e2e query apiserver instances for HA
2019-04-10 10:08:42 -07:00
Kubernetes Prow Robot
3ec638d3cd Merge pull request #75905 from ravisantoshgudimetla/fix-priorities
Fix usage priority fraction in priorities e2e test
2019-04-10 07:08:17 -07:00
Dr. Stefan Schimanski
b88a99da0c crd-openapi-publishing: in e2e query apiserver instances for HA 2019-04-10 15:43:24 +02:00
Jan Safranek
5f9756c3ce hack
in VM:
make all WHAT=volume/iscsi
(+ break after amd64)
2019-04-10 14:54:06 +02:00
Jan Safranek
b18dba3794 Parallelize iSCSI tests
iSCSI target (=the server) is implemented in Linux kernel. The "iSCSI
server" pod is not a real server, it just configures the kernel on the
host. In order to run iSCSI tests in parallel, we need to be able to
run multiple such pods on a single node, serving different LUNs to
different tests.

The "server pod" must run with HostNetwork=true to achieve that.
Each pod then creates its own IQN with namespace name, so it can't
collide with other server pods running in another namespaces on the same
node.
2019-04-10 14:43:06 +02:00
aaa
433f86c6a7 Use fmt.printf() to end with a newline
update pull request

update pull request

update pull request
2019-04-10 07:43:54 -04:00
SataQiu
5667a4446f add @SataQiu as a test/e2e/framework reviewer 2019-04-10 16:54:38 +08:00
SataQiu
05612d76b6 small cleanup of e2e/framework/ingress 2019-04-10 12:17:50 +08:00
Kubernetes Prow Robot
085620575c Merge pull request #76324 from SataQiu/refactor-e2e-framework-20190409
Refactor and clean up e2e/framework/exec_util.go
2019-04-09 12:37:04 -07:00
SataQiu
55b322e04a refactor and clean up e2e/framework/exec_util.go 2019-04-09 23:14:38 +08:00
Rohit Ramkumar
4d72932a9d Remove Ingress-GCE test that verifies backend health check is not reconciled. 2019-04-09 10:33:47 -04:00
Kubernetes Prow Robot
99a52350a4 Merge pull request #76309 from jiatongw/e2e_gpu
Clean up and remove blank lines
2019-04-09 07:29:20 -07:00
Kubernetes Prow Robot
466abb0168 Merge pull request #76233 from draveness/feature/refactor-framework-rc-util
refactor: remove unused function and add comments in rc util
2019-04-09 07:29:07 -07:00
Jiatong Wang
df2072dd19 Clean up and remove blank lines 2019-04-08 20:02:51 -07:00
Jing Xu
208fbfe975 Fix test failures in volume provisioning
For windows, the command such as "mount" and "grep" do not work for
windows node, this PR is fix the test issue by removing those commands
and change it windows ones if the node OS is windows.

Change-Id: I2428128ee407b611067b8e7c000dfff539d17309
2019-04-08 16:10:36 -07:00
Kubernetes Prow Robot
2a05e1b76f Merge pull request #76260 from SataQiu/golint-network-20190408
Fix some golint failures of e2e/network/[d-k]*.go
2019-04-08 14:41:22 -07:00
Kubernetes Prow Robot
30bd57293f Merge pull request #76251 from SataQiu/fix-golint-framework-20190408
Fix golint failures of test/e2e/framework/framework.go
2019-04-08 14:41:10 -07:00
ravisantoshgudimetla
074bbb0434 Build file 2019-04-08 15:53:54 -04:00