Browse code

Use DockerSuite for PullClientDisconnect test

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>

Tonis Tiigi authored on 2015/08/28 03:22:43
Showing 1 changed files
... ...
@@ -371,7 +371,7 @@ func (s *DockerTrustSuite) TestTrustedPullWithExpiredSnapshot(c *check.C) {
371 371
 }
372 372
 
373 373
 // Test that pull continues after client has disconnected. #15589
374
-func (s *DockerTrustSuite) TestPullClientDisconnect(c *check.C) {
374
+func (s *DockerSuite) TestPullClientDisconnect(c *check.C) {
375 375
 	testRequires(c, Network)
376 376
 
377 377
 	repoName := "hello-world:latest"