Use prefix naming for attach tests

Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
Upstream-commit: f312f784e18f3a0a087e615162c1e38b1bae8e51
Component: engine
This commit is contained in:
Alexandr Morozov
2014-09-19 16:30:02 +04:00
parent 1d842ff63a
commit 2941f9c6d5

View File

@ -11,7 +11,7 @@ import (
const attachWait = 5 * time.Second
func TestMultipleAttachRestart(t *testing.T) {
func TestAttachMultipleAndRestart(t *testing.T) {
defer deleteAllContainers()
endGroup := &sync.WaitGroup{}