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:
parent
cc54b77fce
commit
2e2422b0eb
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue