1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Use prefix naming for rmi tests

Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
This commit is contained in:
Alexandr Morozov 2014-09-19 21:52:20 +04:00
parent cc54b77fce
commit 2e2422b0eb

View file

@ -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")