Set plugins used in tests back to original names
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
parent
40afb853d7
commit
f4798b98fc
3 changed files with 5 additions and 5 deletions
|
@ -12,10 +12,10 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
authzPluginName = "tonistiigi/authz-no-volume-plugin"
|
||||
authzPluginName = "riyaz/authz-no-volume-plugin"
|
||||
authzPluginTag = "latest"
|
||||
authzPluginNameWithTag = authzPluginName + ":" + authzPluginTag
|
||||
authzPluginBadManifestName = "tonistiigi/authz-plugin-bad-manifest"
|
||||
authzPluginBadManifestName = "riyaz/authz-plugin-bad-manifest"
|
||||
nonexistentAuthzPluginName = "riyaz/nonexistent-authz-plugin"
|
||||
)
|
||||
|
||||
|
|
|
@ -777,7 +777,7 @@ func (s *DockerNetworkSuite) TestDockerPluginV2NetworkDriver(c *check.C) {
|
|||
testRequires(c, DaemonIsLinux, IsAmd64, Network)
|
||||
|
||||
var (
|
||||
npName = "tonistiigi/test-docker-netplugin"
|
||||
npName = "tiborvass/test-docker-netplugin"
|
||||
npTag = "latest"
|
||||
npNameWithTag = npName + ":" + npTag
|
||||
)
|
||||
|
|
|
@ -15,8 +15,8 @@ import (
|
|||
|
||||
var (
|
||||
pluginProcessName = "sample-volume-plugin"
|
||||
pName = "tonistiigi/sample-volume-plugin"
|
||||
npName = "tonistiigi/test-docker-netplugin"
|
||||
pName = "tiborvass/sample-volume-plugin"
|
||||
npName = "tiborvass/test-docker-netplugin"
|
||||
pTag = "latest"
|
||||
pNameWithTag = pName + ":" + pTag
|
||||
npNameWithTag = npName + ":" + pTag
|
||||
|
|
Loading…
Reference in a new issue