haproxytech / haproxy-consul-connect

HaProxy Connector for Consul Connect. Enables Service Mesh with Consul and HaProxy using TLS and Consul Discovery
Apache License 2.0
95 stars 20 forks source link

Modify GNUmakefile / travis configuration to run all integration tests #34

Closed pierresouchay closed 4 years ago

pierresouchay commented 4 years ago

For now, the tests run at build time are limited to those not using dataplaneapi binary nor haproxy.

We need to test fully, so we need to modify Makefile to fetch HAProxy/dataplaneapi versions and to add it to the path to fully run tests.

@dcorbett-haproxy @aiharos How do you want to proceed?

aiharos commented 4 years ago

We should be able to do most of this within travis.yml. We can try making a PR

aiharos commented 4 years ago

Fixed with #36