MCPcopy
hub / github.com/cloudfoundry/cli / installTestPlugin

Function installTestPlugin

integration/shared/plugin/plugin_suite_test.go:75–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73})
74
75func installTestPlugin() {
76 session := helpers.CF("install-plugin", "-f", testPluginPath)
77 Eventually(session).Should(Exit(0))
78}
79
80func uninstallTestPlugin() {
81 session := helpers.CF("uninstall-plugin", "CF-CLI-Integration-Test-Plugin")

Callers 4

help_test.goFile · 0.85
api_test.goFile · 0.85
runner_test.goFile · 0.85
logs_test.goFile · 0.85

Calls 1

CFFunction · 0.92

Tested by

no test coverage detected