Przeglądaj źródła

- Re-enabled Bridge test case which got disabled because
lower case test case function name

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>

Jana Radhakrishnan 10 lat temu
rodzic
commit
6e80af6ee8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      libnetwork/libnetwork_test.go

+ 1 - 1
libnetwork/libnetwork_test.go

@@ -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 {