Commit 8101b86a authored by jennybuckley's avatar jennybuckley Committed by Jennifer Buckley

Promote aggregator e2e test to conformance

parent 07428f7e
test/e2e/apimachinery/aggregator.go: "Should be able to support the 1.10 Sample API Server using the current Aggregator"
test/e2e/apimachinery/custom_resource_definition.go: "creating/deleting custom resource definition objects works" test/e2e/apimachinery/custom_resource_definition.go: "creating/deleting custom resource definition objects works"
test/e2e/apimachinery/garbage_collector.go: "should delete pods created by rc when not orphaning" test/e2e/apimachinery/garbage_collector.go: "should delete pods created by rc when not orphaning"
test/e2e/apimachinery/garbage_collector.go: "should orphan pods created by rc if delete options say so" test/e2e/apimachinery/garbage_collector.go: "should orphan pods created by rc if delete options say so"
......
...@@ -72,11 +72,12 @@ var _ = SIGDescribe("Aggregator", func() { ...@@ -72,11 +72,12 @@ var _ = SIGDescribe("Aggregator", func() {
aggrclient = f.AggregatorClient aggrclient = f.AggregatorClient
}) })
It("Should be able to support the 1.10 Sample API Server using the current Aggregator", func() { /*
// Make sure the relevant provider supports Aggregator Testname: aggregator-supports-the-sample-apiserver
framework.SkipUnlessServerVersionGTE(serverAggregatorVersion, f.ClientSet.Discovery()) Description: Ensure that the sample-apiserver code from 1.10 and compiled against 1.10
framework.SkipUnlessProviderIs("gce", "gke") will work on the current Aggregator/API-Server.
*/
framework.ConformanceIt("Should be able to support the 1.10 Sample API Server using the current Aggregator", func() {
// Testing a 1.10 version of the sample-apiserver // Testing a 1.10 version of the sample-apiserver
TestSampleAPIServer(f, imageutils.GetE2EImage(imageutils.APIServer)) TestSampleAPIServer(f, imageutils.GetE2EImage(imageutils.APIServer))
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment