Middleware/Kubernetes: Add RR check to K8s integration tests (#884)

This commit is contained in:
Sandeep Rajan
2017-08-24 11:05:16 -04:00
committed by Chris O'Haver
parent f901b0cefa
commit 5e9991556e
4 changed files with 505 additions and 100 deletions

View File

@@ -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)