зеркало из https://github.com/microsoft/docker.git
Use prefix naming for rmi tests
Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
This commit is contained in:
Родитель
cc54b77fce
Коммит
2e2422b0eb
|
@ -7,7 +7,7 @@ import (
|
|||
"testing"
|
||||
)
|
||||
|
||||
func TestImageRemoveWithContainerFails(t *testing.T) {
|
||||
func TestRmiWithContainerFails(t *testing.T) {
|
||||
errSubstr := "is using it"
|
||||
|
||||
// create a container
|
||||
|
@ -38,7 +38,7 @@ func TestImageRemoveWithContainerFails(t *testing.T) {
|
|||
logDone("rmi- container using image while rmi, should not remove image name")
|
||||
}
|
||||
|
||||
func TestImageTagRemove(t *testing.T) {
|
||||
func TestRmiTag(t *testing.T) {
|
||||
imagesBefore, _, _ := cmd(t, "images", "-a")
|
||||
cmd(t, "tag", "busybox", "utest:tag1")
|
||||
cmd(t, "tag", "busybox", "utest/docker:tag2")
|
||||
|
|
Загрузка…
Ссылка в новой задаче