mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
- Re-enabled Bridge test case which got disabled because
lower case test case function name Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
This commit is contained in:
parent
c6fd92a565
commit
6e80af6ee8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ func createTestNetwork(networkType, networkName string, option options.Generic)
|
|||
return network, nil
|
||||
}
|
||||
|
||||
func Testbridge(t *testing.T) {
|
||||
func TestBridge(t *testing.T) {
|
||||
defer netutils.SetupTestNetNS(t)()
|
||||
ip, subnet, err := net.ParseCIDR("192.168.100.1/24")
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue