This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Description
We have issue while running the smoke_tests on a multiple domains cf deployment.
The assertion on running app (curl -k ...) uses a specific cf domain, whereas the cf push instruction does not specify the target domain, resulting in cf app mapped to default domain.
see https://github.com/cloudfoundry-incubator/cf-mysql-acceptance-tests/blob/master/cf-mysql-service/lifecycle/lifecycle_test.go#L35
P-MySQL Lifecycle Tests
/var/vcap/packages/acceptance-tests/src/github.com/cloudfoundry-incubator/cf-mysql-acceptance-tests/cf-mysql-service/lifecycle/lifecycle_test.go:81
Allows users to create, bind, write to, read from, unbind, and destroy a service instance for the each plan [It]
/var/vcap/packages/acceptance-tests/src/github.com/cloudfoundry-incubator/cf-mysql-acceptance-tests/cf-mysql-service/lifecycle/lifecycle_test.go:60
Got stuck at:
404 Not Found: Requested route ('xxxxxxxxxxxxxxxxxxxxxxxxxxxxx') does not exist.
cc / @szaouam