Browse code

Set plugins used in tests back to original names

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
(cherry picked from commit f4798b98fc2c8d3d7688fdd7c1a055f452c29770)
Signed-off-by: Victor Vieux <vieux@docker.com>

Tonis Tiigi authored on 2017/01/06 06:55:43
Showing 3 changed files
... ...
@@ -11,10 +11,10 @@ import (
11 11
 )
12 12
 
13 13
 var (
14
-	authzPluginName            = "tonistiigi/authz-no-volume-plugin"
14
+	authzPluginName            = "riyaz/authz-no-volume-plugin"
15 15
 	authzPluginTag             = "latest"
16 16
 	authzPluginNameWithTag     = authzPluginName + ":" + authzPluginTag
17
-	authzPluginBadManifestName = "tonistiigi/authz-plugin-bad-manifest"
17
+	authzPluginBadManifestName = "riyaz/authz-plugin-bad-manifest"
18 18
 	nonexistentAuthzPluginName = "riyaz/nonexistent-authz-plugin"
19 19
 )
20 20
 
... ...
@@ -772,7 +772,7 @@ func (s *DockerNetworkSuite) TestDockerPluginV2NetworkDriver(c *check.C) {
772 772
 	testRequires(c, DaemonIsLinux, IsAmd64, Network)
773 773
 
774 774
 	var (
775
-		npName        = "tonistiigi/test-docker-netplugin"
775
+		npName        = "tiborvass/test-docker-netplugin"
776 776
 		npTag         = "latest"
777 777
 		npNameWithTag = npName + ":" + npTag
778 778
 	)
... ...
@@ -15,8 +15,8 @@ import (
15 15
 
16 16
 var (
17 17
 	pluginProcessName = "sample-volume-plugin"
18
-	pName             = "tonistiigi/sample-volume-plugin"
19
-	npName            = "tonistiigi/test-docker-netplugin"
18
+	pName             = "tiborvass/sample-volume-plugin"
19
+	npName            = "tiborvass/test-docker-netplugin"
20 20
 	pTag              = "latest"
21 21
 	pNameWithTag      = pName + ":" + pTag
22 22
 	npNameWithTag     = npName + ":" + pTag