add namespace method conver

Signed-off-by: chchliang <chen.chuanliang@zte.com.cn>
Upstream-commit: 0446b6a04edaae1bddeb1dfdb82fd0d931fe1198
Component: engine
This commit is contained in:
chchliang
2017-09-29 15:23:54 +08:00
parent 3887b15050
commit 656c1163c8

View File

@ -7,6 +7,7 @@ import (
"testing"
"github.com/docker/docker/layer"
"github.com/stretchr/testify/require"
)
func TestV1IDService(t *testing.T) {
@ -22,6 +23,10 @@ func TestV1IDService(t *testing.T) {
}
v1IDService := NewV1IDService(metadataStore)
ns := v1IDService.namespace()
require.Equal(t, "v1id", ns)
testVectors := []struct {
registry string
v1ID string