mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-09-06 05:41:50 +00:00
Link implementation in bridge driver
Signed-off-by: Madhu Venugopal <madhu@docker.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package bridge
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
@@ -63,8 +62,6 @@ func TestPortMappingConfig(t *testing.T) {
|
||||
t.Fatalf("operational port mapping data not found on bridgeEndpoint")
|
||||
}
|
||||
|
||||
fmt.Printf("\nendpoint: %v\n", ep.portMapping)
|
||||
|
||||
err = releasePorts(ep)
|
||||
if err != nil {
|
||||
t.Fatalf("Failed to release mapped ports: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user