Run Rancher tests cases in parallel.
This commit is contained in:
parent
be306d651e
commit
ab87bad952
3 changed files with 219 additions and 166 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue