1
0
Fork 0

Run Rancher tests cases in parallel.

This commit is contained in:
Ludovic Fernandez 2017-11-20 11:40:04 +01:00 committed by Traefiker
parent be306d651e
commit ab87bad952
3 changed files with 219 additions and 166 deletions

View file

@ -213,6 +213,7 @@ func TestTaskRecords(t *testing.T) {
}
func TestMesosLoadConfig(t *testing.T) {
// FIXME this test is dead?
cases := []struct {
applicationsError bool
tasksError bool
@ -223,6 +224,7 @@ func TestMesosLoadConfig(t *testing.T) {
expectedFrontends map[string]*types.Frontend
expectedBackends map[string]*types.Backend
}{}
for _, c := range cases {
provider := &Provider{
Domain: "docker.localhost",