Update some docker provider test
- Split the file into smaller ones (docker, swarm and service tests) - Use some builder to reduce a little bit the noise for creating containers Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
3f293ee25b
commit
b04ba36682
7 changed files with 1797 additions and 2565 deletions
|
@ -345,7 +345,7 @@ func TestDefaultFuncMap(t *testing.T) {
|
|||
weight = 1
|
||||
|
||||
[frontends]
|
||||
[frontends.{{Normalize "frontend/1"}}]
|
||||
[frontends.{{normalize "frontend/1"}}]
|
||||
{{ $backend := "backend1/test/value" | split "/" }}
|
||||
{{ $backendid := index $backend 1 }}
|
||||
{{ if "backend1" | contains "backend" }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue