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
Michail Kargakis
5e93ed27bd
Rename test dir to allude sig-apps ownership
...
Signed-off-by: Michail Kargakis <mkargaki@redhat.com>
2017-07-22 12:43:36 +02:00
Haoran Wang
f02008338f
add integration testing for bootstrap token auth
2017-07-20 22:34:21 +08:00
Haoran Wang
5f43150deb
add e2e tests for bootstrap signer
2017-07-20 21:45:04 +08:00
Mike Danese
3c39173ee4
fixit: break sig-cluster-lifecycle tests into subpackage
2017-07-19 10:14:51 -07:00
Mik Vyatskov
9d3356c612
Sig-instrumentation e2e tests refactoring
2017-07-16 16:41:09 +02:00
Joe Betz
b7c1bb43aa
Move api-machinery related e2e tests to a 'api-machinery' e2e test subdirectory.
2017-07-14 14:04:50 -07:00
Phillip Wittrock
3c3c271d07
Import kubectl tests in e2e_test.go so they start running.
...
Also rename the Describe function
2017-07-13 15:10:17 -07:00
Shyam Jeedigunta
0c75dd22f8
Move performance tests to test/e2e/scalability subdirectory
2017-07-12 12:08:26 +02:00
Haoran Wang
76251ea782
Move the workload e2e tests to it's own package
2017-06-26 09:56:20 +08:00
Clayton Coleman
ce972ca475
Add an e2e test for server side get
...
Print a better error from the response. Performs validation to ensure it
does not regress in alpha state.
2017-06-03 18:22:39 -04:00
Clayton Coleman
331eea67d8
Allow initialization of resources
...
Add support for creating resources that are not immediately visible to
naive clients, but must first be initialized by one or more privileged
cluster agents. These controllers can mark the object as initialized,
allowing others to see them.
Permission to override initialization defaults or modify an initializing
object is limited per resource to a virtual subresource "RESOURCE/initialize"
via RBAC.
Initialization is currently alpha.
2017-06-02 22:09:03 -04:00
Timothy St. Clair
203c0df017
Segregate storage e2es for easier assignment.
...
Further work is needed to isolate dependencies on shared tooling.
2017-04-12 20:39:29 -05:00
Marcin Wielgus
dac7b3e268
Move autoscaling e2e tests to a separate directory
2017-04-03 16:40:34 +02:00
Mik Vyatskov
ecbf98531c
Move cluster logging tests to a separate folder
2017-03-28 11:18:05 +02:00
Timothy St. Clair
368cd0dd7c
Sig-scalability test segregation to allow for assignment and cleaning, and
...
easier refactoring
2017-03-26 11:01:09 -05:00
Timothy St. Clair
6cc40678b6
Initial breakout of scheduling e2es to help assist in both assignment
...
and refactoring.
2017-03-13 22:34:57 -05:00
jayunit100
97396a34fa
Add viper support to core e2es
...
rebase
2016-09-15 18:38:01 -04: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
Tim St. Clair
b0d3f32e88
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
jay vyas
ef5f1012f6
E2E Libification rebased (3).
2016-01-28 18:07:53 -05:00
Jeff Grafton
4cc7f9d3f7
Refactor TestE2E to work correctly in parallel mode
...
The TestE2E function is run on every Ginkgo parallel node.
The cluster cleanup, sanity checking, and log dump operations are only
intended to be called once, however, so these have been moved out into
SynchronizedBeforeSuite and SynchronizedAfterSuite blocks.
2016-01-28 13:24:40 -08:00
Joe Finney
7164e88a3a
Dump core at beginning and end of node resizes.
2016-01-25 09:52:57 -08:00
Alex Mohr
8044a5f1e1
Merge pull request #19676 from ihmccreery/feature-skip-e2e-test-go
...
Skip [Feature:.+] instead of [Feature]
2016-01-21 10:44:08 -08:00
Justin Santa Barbara
43cbfb74fe
Ubernetes Lite GCE: Support multiple zones in GCE cloud provider
...
We adapt the existing code to work across all zones in a region.
We require a feature-flag to enable Ubernetes-Lite
Reasons:
* There are some behavioural changes if users create volumes with
the same name in two zones.
* We don't want to make one API call per zone if we're not running
Ubernetes-Lite.
* Ubernetes-Lite is still experimental.
There isn't a parallel flag implemented for AWS, because at the moment
there would be no behaviour changes from this.
2016-01-20 23:04:53 -05:00
Isaac Hollander McCreery
93d6ac8556
Skip [Feature:.+] instead of [Feature]
2016-01-14 15:43:41 -08:00
Isaac Hollander McCreery
2d09e07ae6
Add documentation for test labels
2016-01-14 09:54:23 -08:00
gmarek
1df78a2398
Add a framework for multiple writers for various test data summaries
2015-12-29 10:26:44 +01:00
gmarek
2dcafa3854
Add a flag that will make test gather metrics from all running components after the test finishes.
2015-12-28 12:10:39 +01:00
Mike Danese
a3b6674fbf
add a label to namespaces created by e2e framework
2015-12-11 09:53:56 -08:00
gmarek
6ade0a1217
Add a tool for monitoring log generation rates
2015-11-30 16:04:48 +01:00
k8s-merge-robot
fc927e8719
Merge pull request #17770 from gmarek/fix-test
...
Auto commit by PR queue bot
2015-11-27 06:35:49 -08:00
saadali
42b200a0a0
Refactor GCE wrapper library to allow execution from E2E test suite
...
This reverts commit 147b6911f5
, reversing
changes made to 6fd986065b
.
2015-11-25 11:48:06 -08:00
gmarek
4a785d0676
Enable Add-On resource gathering in scalability tests
2015-11-25 14:04:07 +01:00
Karl Isenberg
2d3c3e1d0b
Cleanup e2e tags
...
- Remove "Suite" from e2e tag names
- Move grouping e2e tags to the front of the test, describe or context name
- Move Conformance e2e tags to the end of test names (test specific)
- Move Skipped e2e tags to the end of names, but to as high a context as applicable
2015-11-23 13:42:12 -08:00
Jeff Lowdermilk
e95cf1d109
Delete orphaned namespaces at e2e start for soak tests
...
This will help prevent soak clusters getting hosed if a test is
interrupted without cleaning up resources.
2015-11-18 09:57:19 -08:00
Wojciech Tyczynski
5e9fe7abff
Fix Kubemark tests by not gathering resource usage data
2015-11-09 11:45:07 +01:00
gmarek
0150d87a73
Add an option to not delete a namespace after e2e test
2015-10-27 09:23:50 +01:00
Isaac Hollander McCreery
60c316b54a
Upgrades and upgrade tests take versions of the form release/stable instead of stable_release:
...
- Refactor common and gce/upgrade.sh to use arbitrary published releases
- Update hack/get-build to use cluster/common code
- Use hack/get-build.sh in cluster upgrade test logic
2015-10-14 10:16:21 -07:00
gmarek
96a90f45c3
Allow disabling waiting for a service account in e2e tests
2015-09-15 12:49:49 -04:00
Kris Rousey
ae6c64d9bb
Moving everyone to unversioned client
2015-08-18 10:23:03 -07:00
deads2k
2952af0d59
expose e2e methods for downstream use
2015-08-12 15:38:51 -04:00
Veres Lajos
9f77e49109
typofix - https://github.com/vlajos/misspell_fixer
2015-08-08 22:31:48 +01:00
Mike Danese
17defc7383
run gofmt on everything we touched
2015-08-05 17:52:56 -07:00
Mike Danese
8e33cbfa28
rewrite go imports
2015-08-05 17:30:03 -07:00
jayunit100
739e79dd9f
Modularized implementation of prompush json with e2e running pending push gateway gauges.
2015-07-28 09:29:57 -04:00
Marcin Wielgus
3d82de849f
E2E test for examples/storm
2015-07-23 13:20:52 +02:00
Max Forbes
7cfabea2d3
E2E upgrade test: allow upgrade target version to be specified via command line.
2015-07-09 14:28:58 -07:00
Brendan Burns
988aa6fdf6
Move things into a 'kube-system' namespace.
2015-07-06 15:08:23 -07:00