-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch adds support for the tempest container to be able to install external plugins that are not part of the .rpm the container is built with. When a user defines the TEMPEST_EXTERNAL_PLUGIN_GIT_URLS then plugin(s) defined by this variable will be downloaded and executed. The user can also define TEMPEST_EXTERNAL_PLUGIN_CHANGE_URLS and TEMPEST_EXTERNAL_PLUGIN_REFSPEC variable to download a change(s) for a given plugin. This can be used for testing tests under developoment. TEMPEST_EXTERNAL_PLUGIN_GIT_URLS - URL of a git repository that holds the plugin TEMPEST_EXTERNAL_PLUGIN_CHANGE_URLS - URL from which a change should be downloaded for a given plugin TEMPEST_EXTERNAL_PLUGIN_REFSPEC - A change that should be downloaded for a given plugin
- Loading branch information
Showing
1 changed file
with
180 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters