mirror of
https://github.com/coredns/coredns.git
synced 2026-01-20 07:31:19 -05:00
Middleware/Kubernetes: Add RR check to K8s integration tests (#884)
This commit is contained in:
committed by
Chris O'Haver
parent
f901b0cefa
commit
5e9991556e
@@ -25,7 +25,7 @@ env:
|
||||
# IPv6 is needed by some of the CoreDNS test cases. The VM environment
|
||||
# is needed to have access to sudo in the test environment. Sudo is
|
||||
# needed to have docker in the test environment. Docker is needed to
|
||||
# launch a kubernetes instance in the test environment.
|
||||
# launch a Kubernetes instance in the test environment.
|
||||
# (Dependencies are fun! :) )
|
||||
before_install:
|
||||
- cat /proc/net/if_inet6
|
||||
@@ -51,5 +51,6 @@ before_script:
|
||||
script:
|
||||
- make TEST_TYPE=$TEST_TYPE travis
|
||||
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
Reference in New Issue
Block a user