test(integration-test): First test for eureka

This commit is contained in:
Julien Salleyron 2016-11-16 23:21:47 +01:00
parent 2af6cc4d1b
commit d2dcec40e1
4 changed files with 46 additions and 0 deletions

View file

@ -33,6 +33,7 @@ func init() {
check.Suite(&MarathonSuite{})
check.Suite(&ConstraintSuite{})
check.Suite(&MesosSuite{})
check.Suite(&EurekaSuite{})
}
var traefikBinary = "../dist/traefik"