mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-09-05 13:21:30 +00:00
Merge pull request #87 from mrjana/cnm_integ
Fix assortment of sandbox issues
This commit is contained in:
+1
-1
@@ -31,7 +31,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 {
|
||||
|
||||
Reference in New Issue
Block a user