Merge pull request #87 from mrjana/cnm_integ

Fix assortment of sandbox issues
This commit is contained in:
Madhu Venugopal
2015-04-24 06:01:48 -07:00
6 changed files with 123 additions and 8 deletions
+1 -1
View File
@@ -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 {