mirror of
https://github.com/inspec/inspec
synced 2024-11-14 00:47:10 +00:00
857b9bb11c
* Unit tests passing for loading Train plugins * detect works with a train test fixture * Update fixture install of train-fixture-plugin * Add functional tests for detect and shell when talking to a train plugin backend * Update docs to reflect availability of Train plugins * Functional test for install train plugin from path * Working install train plugin from path, more tests for installing from odd locations * PR Feedback Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
14 lines
793 B
Ruby
14 lines
793 B
Ruby
# docs/plugins
|
|
# Update that train plugins are now possible
|
|
|
|
# test/unit/plugin/v2/loader_test.rb
|
|
# TODO: loading all plugins does not activate Train plugins
|
|
|
|
# lib/plugins/inspec-plugin-manager-cli/test/functional/inspec-plugin_test.rb
|
|
# ~ Should be able to install a train plugin - in place, will fail until plugin published
|
|
# ~ Should be able to search for a train plugin - in place, will fail until plugin published
|
|
|
|
# test/functional/plugins_test.rb
|
|
# % Should be able to suggest a train transport plugin when an unsupported --target schema is used and a gem search is successful
|
|
# % Should be able to suggest a train transport plugin when an unrecognized profile platform declaration is used and a gem search is successful
|
|
# - Should be able to run inspec detect targeting a test target
|