mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Use the (new) plugin fixtures for plugin tests rather than pulling plugins from hub. This removes the restriction for platforms/archs since plugin binaries get built in the test environment. Future work would be to add test plugins for the various subsystems so tests that are actually using plugins (e.g. volumes, networks) can be ported to use the fixtures as well. Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: 15a538a627e1d0898862c9e6ca7472cd7fb517ce Component: engine