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
Родитель cc54b77fce
Коммит 2e2422b0eb
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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