(s *e2e.Scenario, file string)
| 56 | } |
| 57 | |
| 58 | func sharedContainerPath(s *e2e.Scenario, file string) string { |
| 59 | return filepath.Join(s.SharedDir(), file) |
| 60 | } |
| 61 | |
| 62 | // setupConfig loads and merges config files, creates the overrides file, and validates the config |
| 63 | func setupConfig(t *testing.T, s *e2e.Scenario, config *TestHarnessConfig, requestedBackend string, harness *TempoHarness) app.Config { |
no test coverage detected