Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
8101b86a
Commit
8101b86a
authored
Feb 15, 2019
by
jennybuckley
Committed by
Jennifer Buckley
Feb 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Promote aggregator e2e test to conformance
parent
07428f7e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
conformance.txt
test/conformance/testdata/conformance.txt
+1
-0
aggregator.go
test/e2e/apimachinery/aggregator.go
+6
-5
No files found.
test/conformance/testdata/conformance.txt
View file @
8101b86a
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"
...
...
test/e2e/apimachinery/aggregator.go
View file @
8101b86a
...
@@ -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
))
})
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment