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
ea4a7e24
Unverified
Commit
ea4a7e24
authored
Apr 11, 2016
by
Clayton Coleman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the cluster DNS verification check from the test
Alternate DNS implementations may be conformant without implementing DNS as a pod.
parent
fe4d83dc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
dns.go
test/e2e/dns.go
+0
-6
No files found.
test/e2e/dns.go
View file @
ea4a7e24
...
@@ -260,8 +260,6 @@ var _ = framework.KubeDescribe("DNS", func() {
...
@@ -260,8 +260,6 @@ var _ = framework.KubeDescribe("DNS", func() {
f
:=
framework
.
NewDefaultFramework
(
"dns"
)
f
:=
framework
.
NewDefaultFramework
(
"dns"
)
It
(
"should provide DNS for the cluster [Conformance]"
,
func
()
{
It
(
"should provide DNS for the cluster [Conformance]"
,
func
()
{
verifyDNSPodIsRunning
(
f
)
// All the names we need to be able to resolve.
// All the names we need to be able to resolve.
// TODO: Spin up a separate test service and test that dns works for that service.
// TODO: Spin up a separate test service and test that dns works for that service.
namesToResolve
:=
[]
string
{
namesToResolve
:=
[]
string
{
...
@@ -288,8 +286,6 @@ var _ = framework.KubeDescribe("DNS", func() {
...
@@ -288,8 +286,6 @@ var _ = framework.KubeDescribe("DNS", func() {
})
})
It
(
"should provide DNS for services [Conformance]"
,
func
()
{
It
(
"should provide DNS for services [Conformance]"
,
func
()
{
verifyDNSPodIsRunning
(
f
)
// Create a test headless service.
// Create a test headless service.
By
(
"Creating a test headless service"
)
By
(
"Creating a test headless service"
)
testServiceSelector
:=
map
[
string
]
string
{
testServiceSelector
:=
map
[
string
]
string
{
...
@@ -338,8 +334,6 @@ var _ = framework.KubeDescribe("DNS", func() {
...
@@ -338,8 +334,6 @@ var _ = framework.KubeDescribe("DNS", func() {
})
})
It
(
"should provide DNS for pods for Hostname and Subdomain Annotation"
,
func
()
{
It
(
"should provide DNS for pods for Hostname and Subdomain Annotation"
,
func
()
{
verifyDNSPodIsRunning
(
f
)
// Create a test headless service.
// Create a test headless service.
By
(
"Creating a test headless service"
)
By
(
"Creating a test headless service"
)
testServiceSelector
:=
map
[
string
]
string
{
testServiceSelector
:=
map
[
string
]
string
{
...
...
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