jay vyas
77b78a2c1f
Remove federation tests entirely because they break clusters and aren't relevant anymore
2020-09-30 08:26:28 -04:00
Antonio Ojea
4bbf2c4a3e
e2e dns test autodetect the IP family
...
instead of using tag to discriminate the e2e test, we can use
the e2e framework IPFamily method.
2020-07-22 12:23:21 +02:00
Sandeep Rajan
211448759c
Fix failing DNS tests by removing deprecated upstream option
2020-07-13 12:53:19 -04:00
Mike Danese
c58e69ec79
automated refactor
2020-03-05 14:59:46 -08:00
Claudiu Belu
c57f20b712
tests: Replaces dnsutils image used with agnhost (part 4)
...
Quite a few images are only used a few times in a few tests. Thus,
the images are being centralized into the agnhost image, reducing
the number of images that have to be pulled and used.
This PR replaces the usage of the following images with agnhost:
- dnsutils
dnsmasq is a Linux specific binary. In order for the tests to also
pass on Windows, CoreDNS should be used instead.
2020-02-26 21:51:23 -08:00
Mike Danese
25651408ae
generated: run refactor
2020-02-08 12:30:21 -05:00
Mike Danese
3aa59f7f30
generated: run refactor
2020-02-07 18:16:47 -08:00
tanjunchen
586e1f2325
e2e/network/: Use e2eskipper package
2020-01-11 12:05:10 +08:00
Sandeep Rajan
95b0c3bde0
add ready plugin to dns tests
2019-09-03 10:34:27 -04:00
Claudiu Belu
8812720148
tests: Skips Windows-unrelated tests on Windows
...
Skips IPv6 tests on Windows.
Skips sysctl tests on Windows.
Skips network policy tests on Windows.
Skips RunAsUser / FSGroup / file permissions related tests, as those are
not supported on Windows.
Skips the test "should preserve source pod IP for traffic thru service cluster IP"
on Windows, as it creates a Pod with HostNetwork=true, which is unsupported.
What works and what doesn't work on Windows has been documented here:
https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md#windows--linux-considerations
2019-08-20 14:19:14 -07:00
draveness
c38ae01f8e
feat: move service_util to separated package
2019-07-19 08:32:39 +08:00
Sandeep Rajan
9e683fab30
edit google dns hostname
2019-07-03 10:40:16 -04:00
Sandeep Rajan
bfb809f3c6
revert coredns to 1.3.1
2019-06-04 08:53:02 -04:00
Sandeep Rajan
08e3fb5588
Add ready plugin to dns tests
2019-05-24 11:08:58 -04:00
SataQiu
515f8342d3
fix golint failures of test/e2e/network
2019-05-11 22:29:40 +08:00
Kubernetes Prow Robot
888b81b638
Merge pull request #76238 from Dieken/30s-ttl-for-coredns
...
change default 5s ttl to 30s for coredns to be same with kube-dns/dnsmasq
2019-04-23 06:20:09 -07:00
SataQiu
36bc97cbb8
fix some golint failures of e2e/network/[d-k]*.go
2019-04-08 18:27:08 +08:00
Yubao Liu
f7f51fab2a
change default 5s ttl to 30s for coredns to be same with kube-dns/dnsmasq
2019-04-07 20:41:25 +08:00
Sandeep Rajan
0172019d7d
add health plugin in the DNS tests
2019-02-21 16:24:34 -05:00
Sandeep Rajan
4c8a65ac01
configure cluster domain via flags
2018-11-01 12:27:54 -04:00
Sandeep Rajan
9e8bd5ccca
extend tests to support ipv6 functionality
...
ipv6 tests for configmap
2018-10-29 12:34:00 -04:00
Zihong Zheng
0cebf887e6
Disable DNS federation test
2018-09-18 10:23:03 -07:00
Sandeep Rajan
e2d435f213
add coredns configmap to federation test
2018-09-11 16:26:08 -04:00
hangaoshuai
dd2977f635
modify a duplicate e2e test of DNS configMap
2018-08-15 09:20:54 +08:00
Chris O'Haver
c66f932315
dns record scale test
2018-05-30 13:40:54 -04:00
Sandeep Rajan
d4ff4ca87f
extend configmap tests to include CoreDNS
2018-05-22 17:10:41 -04:00
yankaiz
b32cc1be59
e2e test forwarding externalname dns lookup to upstream nameservers.
2018-04-19 16:53:41 -07:00
yankaiz
84a635e21a
Fix failed e2e tests for dns configmap.
2018-04-12 15:00:14 -07:00
yankaiz
6a072b9085
Add e2e test for forwarding PTR records to upstream nameserver.
...
createDNSServerWithPtrRecord in dns_common.go is added to generate dns
server pod with PTR record.
2018-04-11 11:24:31 -07:00
Kevin
4c8539cece
use core client with explicit version globally
2017-10-27 15:48:32 +08:00
xiangpengzhao
f2875794ec
Add [sig-network] prefix to network e2e tests
2017-07-25 08:56:35 +08:00
Bowei Du
92a8c1fcb0
Moves networking e2e tests to test/e2e/network
...
This also adds sig-network-{approvers,reviewers} alias
2017-07-22 09:43:42 -07:00