Commit Graph

429 Commits (k3s-v1.15.3)

Author SHA1 Message Date
Benjamin Elder a6aa3fd6c0
update go to 1.12.9 2019-08-16 10:31:00 -07:00
Christoph Blecker 56f78ae34d
Update to go 1.12.8 2019-08-16 10:30:01 -07:00
Jintao Zhang d856b9d9c9 Update to go 1.12.7
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2019-07-16 07:35:50 +08:00
Kubernetes Prow Robot c7611727a6
Merge pull request #77861 from bclau/images/dnsutils-coredns
test images: Adds CoreDNS to dnsutils and jessie-dnsutils images
2019-05-29 11:26:26 -07:00
Kubernetes Prow Robot cc11d977b4
Merge pull request #76826 from bclau/tests/nettest-recheck
tests: Adds retry to netexec connectivity check
2019-05-29 11:26:00 -07:00
Tim Allclair c851c480d3 Move to debian-base non-root image 2019-05-24 11:57:43 -07:00
Tim Allclair 6e78c5bdde Add RunAsNonRoot test 2019-05-23 12:23:04 -07:00
Chao Xu 7bb4a3bace Run deleteValidation at the storage layer so that it will be retried on
conflict.

Adding unit test verify that deleteValidation is retried.

adding e2e test verifying the webhook can intercept configmap and custom
resource deletion, and the existing object is sent via the
admissionreview.OldObject.

update the admission integration test to verify that the existing object
is passed to the deletion admission webhook as oldObject, in case of an
immediate deletion and in case of an update-on-delete.
2019-05-17 09:54:11 -07:00
Mike Danese 96ed93d889 BoundServiceAccountTokenVolume: add e2e test 2019-05-14 09:43:45 -07:00
Claudiu Belu fb3e51baa7 test images: Adds CoreDNS to dnsutils and jessie-dnsutils images
The dnsutils and jessie-dnsutils images are installing dnsmasq,
which is required for a few tests checking custom DNS servers and
configurations.

dnsmasq is a Linux specific binary. In order for the tests to also
pass on Windows, this commit adds CoreDNS to the images, so a later
commit will update the tests to use CoreDNS instead of dnsmasq.
2019-05-14 09:59:06 +00:00
Christoph Blecker 31ffa88a14
Update to go 1.12.5 2019-05-08 15:43:01 -07:00
Kubernetes Prow Robot 3d800dff75
Merge pull request #75115 from bclau/resource-consumer-controller
Uses the resource-consumer/controller image instead of resource-consumer-controller
2019-05-06 15:29:40 -07:00
Kubernetes Prow Robot fd5560e90a
Merge pull request #75246 from aojea/e2e_ipv6_prestop
Add IPv6 support to the nettest image
2019-05-03 18:25:38 -07:00
Claudiu Belu 33bc5bf6a8 tests: Adds retry to netexec connectivity check
The container might start before all the networking plumbing has
been sucessfully completed, causing the Kubernetes reachability
check to fail.

This commit adds a few retries to the connectivity check.
2019-05-03 09:51:18 -07:00
Kubernetes Prow Robot afde45abfa
Merge pull request #76507 from bclau/tests/agnhost-updates
tests: agnhost image updates
2019-04-30 14:10:58 -07:00
Claudiu Belu 53df13ac22 Uses the resource-consumer/controller image instead of resource-consumer-controller
Dockerhub does not support slashes in the image names, so when the tests are
configured to use a dockerhub registry instead of the current
gcr.io/kubernetes-e2e-test-images registry, the tests using the mentioned image
will fail, as the image cannot exist and cannot be pulled.
2019-04-25 05:17:25 -07:00
Kubernetes Prow Robot b384712024
Merge pull request #76576 from cblecker/go-1.12.4
Update to go 1.12.4
2019-04-19 21:53:42 -07:00
Davanum Srinivas 7b8c9acc09
remove unused code
Change-Id: If821920ec8872e326b7d85437ad8d2620807799d
2019-04-19 08:36:31 -04:00
Antonio Ojea 0522265817
Bump nettest image version 2019-04-17 11:13:12 +02:00
Antonio Ojea f574a839a6
Rebase nettest image from scratch to distroless 2019-04-17 11:13:04 +02:00
Bob Killen 5518defffc
Fix shellcheck lint errors in test/images/volume/nfs/run_nfs.sh 2019-04-15 20:02:03 -04:00
Bob Killen f795e22932
Fix shellcheck lint errors in test/images/volume/iscsi/create_block.sh 2019-04-15 20:01:25 -04:00
Bob Killen 346bcdaa27
Fix shellcheck lint errors in test/images/volume/gluster/run_gluster.sh 2019-04-15 20:01:25 -04:00
Christoph Blecker 759121309f
Update to go 1.12.4 2019-04-14 21:01:00 -07:00
Claudiu Belu 60e9fe79af tests: agnhost image updates
Adds the following subcommands to the agnhost binary:

- dns-server-list: outputs the host's DNS server list with which it was
  configured with. This can be found in /etc/resolv.conf on Linux and
  through some powershell commands on Windows.
- etc-hosts: outputs the host's hosts file. This can be found in /etc/hosts
  for Linux, and C:/Windows/System32/drivers/etc/hosts for Windows.
- pause: pauses the binary's execution. This can be used to keep the Pod in
  a Running state for various reasons, including executing additional agnhost
  commands.

Refactors bits of the code to avoid duplication.

Adds a README for the agnhost image.
2019-04-13 21:12:58 -07:00
SataQiu d735aaadd6 fix shellcheck failures of zookeeper-installer/install.sh zookeeper-installer/on-start.sh 2019-04-14 07:07:50 +08:00
Kubernetes Prow Robot 969c1106f1
Merge pull request #76084 from SataQiu/fix-shell-20190403
Fix shellcheck failures of test/images/pets/redis-installer/on-start.sh
2019-04-12 15:56:32 -07:00
Kubernetes Prow Robot c48a16a6a9
Merge pull request #76457 from caesarxuchao/fix-image-build
Follow up of #76126
2019-04-12 12:57:16 -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
Chao Xu 1b41803421 fixing image-util.sh 2019-04-11 11:20:26 -07:00
SataQiu 2fc698ede2 update README.md by cleaning up command prompts 2019-04-10 22:35:39 +08: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
Kubernetes Prow Robot e2091b769a
Merge pull request #71136 from yue9944882/chore/prune-all-kk-internal-clientset
Prune literally all kube-apiserver internal client
2019-04-09 13:58:45 -07:00
yue9944882 8f601d3413 prune internal client references from test/* 2019-04-09 21:43:55 +08:00
Kubernetes Prow Robot 097ba59cd2
Merge pull request #76126 from SataQiu/fix-part-shell-20190404
Fix some shellcheck failures of test/images/image-util.sh
2019-04-08 17:27:03 -07:00
Kubernetes Prow Robot f873d2a056
Merge pull request #75862 from xichengliudui/fixshellcheckfailures
Fix shellcheck failures in bootstrap.sh and create_block.sh
2019-04-07 21:52:24 -07:00
Kubernetes Prow Robot df646dfed8
Merge pull request #76032 from bclau/tests/agnhost-image
tests: Adds agnhost image
2019-04-04 17:47:55 -07:00
SataQiu a2954adf33 fix some shellcheck failures of test/images/image-util.sh 2019-04-04 14:35:16 +08:00
Yongkun Gui ccf36c235b Add test image for issue-74839 2019-04-03 15:44:32 -07:00
SataQiu b732a53c6b fix shellcheck failures of test/images/pets/redis-installer/on-start.sh 2019-04-03 21:55:05 +08:00
Kubernetes Prow Robot de2bfc78cb
Merge pull request #74119 from yeya24/patch-1
remove the redundant "the"
2019-04-02 03:04:34 -07:00
Claudiu Belu 625a9d98a8 tests: Adds agnhost image
The new image is meant to be used for testing purposes, whenever there
are significant differences between Linux and Windows in the way
something is obtained or tested. For example, the DNS suffix list can
be found in ``/etc/resolv.conf`` on Linux, but on Windows, such file
does not exist, and one way to obtain the mentioned list would be
through some powershell commands.

The image contains an extendable CLI as the entrypoint, the tests
only having to add the necessary arguments. For the previous example,
passing the ``dns-suffix`` argument will print out the comma separated
DNS suffix list, on both Linux and Windows.

The image name means that it should behave the same way on any host,
no matter the host OS.
2019-03-30 06:04:56 -07:00
Linus Arver 918c8ecad2 add listx to OWNERS for test/images and test/utils/image
I'd like to use /lgtm and /approve commands directly on issues/PRs that
are forwarded to me by ixdy@, such as for
https://github.com/kubernetes/kubernetes/issues/73507 and
https://github.com/kubernetes/kubernetes/pull/73739.

Change-Id: I07cd236a67530165432b66ed9557adddd48e076a
2019-03-28 23:55:11 -07:00
aaa 46799b6dd4 Fix shellcheck failures in bootstrap.sh and create_block.sh 2019-03-20 17:37:50 -04:00
Kubernetes Prow Robot 02387f1a88
Merge pull request #75344 from jeffdyoung/multi-arch-tests
enable s390x to test containers
2019-03-20 11:08:41 -07:00
Kubernetes Prow Robot 66674f5496
Merge pull request #74408 from lubinsz/pr_tf
node-perf/tf-wide-deep: add support for Arm64
2019-03-19 19:01:17 -07:00
jeffdyoung 468d0a2daa add s390x to test containers 2019-03-18 17:13:49 -04:00
Kubernetes Prow Robot 3512757882
Merge pull request #75416 from tallclair/local-redirects
Don't follow non-local redirects from HTTP probes
2019-03-16 09:14:57 -07:00
Tim Allclair 691a301368 e2e test for http probe redirects 2019-03-15 11:52:25 -07:00
Benjamin Elder 650ffe2085 update test/images to go 1.12.1 2019-03-15 10:58:54 -07:00