Commit 8a9f4fb
committed
Don't explicitly enable ip6tables in tests
Tests no longer need to use "--experimental --ip6tables", now ip6tables
is the default behaviour.
Signed-off-by: Rob Murray <rob.murray@docker.com>1 parent b28cfd3 commit 8a9f4fbCopy full SHA for 8a9f4fb
3 files changed
+6-10Lines changed: 6 additions & 10 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- integration/networking
Expand file treeCollapse file tree
Open diff view settings
Collapse file
integration/networking/bridge_test.go
Copy file name to clipboardExpand all lines: integration/networking/bridge_test.go+4-6Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | | - |
| 33 | + |
34 | 34 | |
35 | 35 | |
36 | 36 | |
| ||
276 | 276 | |
277 | 277 | |
278 | 278 | |
279 | | - |
| 279 | + |
280 | 280 | |
281 | 281 | |
282 | 282 | |
| ||
426 | 426 | |
427 | 427 | |
428 | 428 | |
429 | | - |
430 | | - |
431 | 429 | |
432 | 430 | |
433 | 431 | |
| ||
547 | 545 | |
548 | 546 | |
549 | 547 | |
550 | | - |
| 548 | + |
551 | 549 | |
552 | 550 | |
553 | 551 | |
| ||
581 | 579 | |
582 | 580 | |
583 | 581 | |
584 | | - |
| 582 | + |
585 | 583 | |
586 | 584 | |
587 | 585 | |
|
Collapse file
integration/networking/etchosts_test.go
Copy file name to clipboardExpand all lines: integration/networking/etchosts_test.go-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
27 | | - |
28 | | - |
29 | 27 | |
30 | 28 | |
31 | 29 | |
|
Collapse file
integration/networking/resolvconf_test.go
Copy file name to clipboardExpand all lines: integration/networking/resolvconf_test.go+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
25 | 25 | |
26 | 26 | |
27 | 27 | |
28 | | - |
| 28 | + |
29 | 29 | |
30 | 30 | |
31 | 31 | |
| ||
78 | 78 | |
79 | 79 | |
80 | 80 | |
81 | | - |
| 81 | + |
82 | 82 | |
83 | 83 | |
84 | 84 | |
|
0 commit comments