test: clientv3 integration tests with proxy

This commit is contained in:
Anthony Romano 2017-02-01 17:22:58 -08:00
parent 42e7d4d09d
commit e3f4b43614

1
test
View File

@ -134,6 +134,7 @@ function integration_e2e_pass {
function grpcproxy_pass {
go test -timeout 15m -v ${RACE} -tags cluster_proxy -cpu 1,2,4 $@ ${REPO_PATH}/integration
go test -timeout 15m -v ${RACE} -tags cluster_proxy -cpu 1,2,4 $@ ${REPO_PATH}/clientv3/integration
}
function release_pass {