Yu-Ju Hong
3815dfe478
test/e2e/common: add NodeConformance tag to all Conformance tests
2018-05-21 18:09:33 -07:00
Matt Liggett
a5967cbaf1
Add framework.ConformanceIt as the new way to declare conformance tests.
...
Also rewrite all existing conformance tests to use this.
2017-10-27 15:29:59 -07:00
Kevin
4c8539cece
use core client with explicit version globally
2017-10-27 15:48:32 +08:00
Brad Topol
baa4b770a0
Add service latency and secret related conformance annotations
...
Signed-off-by: Brad Topol <btopol@us.ibm.com>
2017-10-21 06:46:21 -07:00
David Zhu
6d2e988e3b
split configmap, downwardapi, and secrets, into two files each volume/non-volume and moved sig labels to front of the description string
2017-10-12 16:39:14 -07:00
Manjunath A Kumatagi
ee4d54c70c
Port e2e tests for multi architecture
2017-09-01 05:40:52 +05:30
Ryan Hitchman
cb0f5b8693
Change [Volume] tags to [sig-storage].
2017-07-12 11:11:16 -07:00
Shyam Jeedigunta
b5b4ba8fec
Fix secret/configmap/projected update tests to work for large clusters
2017-07-04 14:14:15 +02: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
mbohlool
c91a12d205
Remove all references to types.UnixUserID and types.UnixGroupID
2017-06-21 04:09:07 -07:00
Jamie Hannaford
9440a68744
Use dedicated Unix User and Group ID types
2017-05-05 14:07:38 +02:00
Wojciech Tyczynski
9db6aa50f0
Make secret tests work in large clusters
2017-03-01 17:58:30 +01:00
Luca Bruno
85b1def175
test: update to use mounttest:0.8 and mounttest-user:0.5
2017-02-02 20:41:18 +00:00
Dr. Stefan Schimanski
d7eb3b6870
pkg/util: move uuid and strategicpatch into k8s.io/apimachinery
2017-01-25 19:45:09 +01:00
Clayton Coleman
be6d2933df
refactor: Move *Options references to metav1
2017-01-24 13:41:51 -05:00
Michael Fraenkel
4e466040d9
Allow Optional ConfigMap and Secrets
...
- ConfigMaps and Secrets for Env or Volumes are allowed to be optional
2017-01-23 18:59:49 -07:00
Michael Fraenkel
13d693d220
Secrets can populate environment variables
2017-01-19 13:46:05 -05:00
Clayton Coleman
9a2a50cda7
refactor: use metav1.ObjectMeta in other types
2017-01-17 16:17:19 -05:00
Michelle Au
c822e3e1e8
Add [Volume] tag to all the volume-related E2E tests.
2017-01-11 11:25:21 -08:00
Seth Jennings
51ae5a34b9
fix permissions when using fsGroup
2016-12-06 14:04:16 -06:00
Chao Xu
a55c71db4d
test/e2e
2016-11-23 15:53:09 -08:00
Antoine Pelisse
18a1c8865f
Revert "Add more test cases to k8s e2e upgrade tests"
2016-11-18 11:21:23 -08:00
shashidharatd
7380c1fe76
Add Secrets to k8s upgrade tests
2016-11-15 09:59:51 +05:30
Rajat Ramesh Koujalagi
c0f62b2186
Add test for: mount a secret in the presence of another secret in a
...
different namespace
2016-11-14 10:52:15 -08:00
Jan Chaloupka
4fde09d308
Replace client with clientset in code
2016-10-23 22:00:35 +02:00
Rodrigo Campos
64479aa9a5
Remove deferred deletion call missed by 53ec6e6
...
Commit 53ec6e6
missed to remove this deferred call (probably due to a
rebase).
I noticied it while working with the code. I'm not sure why the original
commits removes them, but it seems the right thing to do.
2016-10-19 00:53:25 -03:00
Rodrigo Campos
ad03a43dbe
Add secret e2e test for keys mapping
...
This patch adds a secret e2e test. While configmap e2e tests are far
more complete, this patch makes secret e2e tests one step closer.
Also, now is more easy to add more tests without code duplication (as I
did in earlier patches :-/), because of the functions created, and is
more easy to make it similar to confimap e2e in the future, that is
really complete.
2016-10-19 00:51:13 -03:00
Paul Morie
53ec6e60fe
Remove deferred deletion calls from E2E tests
2016-10-17 10:36:22 -04:00
Rodrigo Campos
0ff2f089ff
Remove duplicated code in secret e2e tests
...
This patch just removes duplicated code in secret e2e tests.
2016-10-06 10:04:51 -03:00
Rodrigo Campos
568f4c2e63
Add mode permission bits to configmap, secrets and downwardAPI
...
This implements the proposal in:
docs/proposals/secret-configmap-downwarapi-file-mode.md
Fixes : #28317 .
The mounttest image is updated so it returns the permissions of the linked file
and not the symlink itself.
2016-08-17 14:44:41 -04:00
Random-Liu
1a33dffa17
Move configmap, docker_containers, downward_api, expansion and secrets
...
test into common directory.
2016-08-04 23:52:05 -07:00