Sha256: a4000ec3cf9efd9367258f0ef7353d03792fa4cbef0fe6dec2325d68adfb9106
Contents?: true
Size: 1.46 KB
Versions: 16
Compression:
Stored size: 1.46 KB
Contents
registry: <%= options[:registry] %> name: <%= options[:name] %> version: <%= options[:version] %> <% if options[:test_type] == 'authenticated' -%> prog_args: '%{target} %{ssh_user} %{ssh_port} %{ssh_key}' default_config: ssh_port: 22 test_types: - <%= options[:test_type] %> category: whitebox # Does the test require additional configuration beyond the Norad service in the API? configurable: true # Specify whether the test will modify any aspect of the device under test modifies_target_data: true modifies_target_config: true modifies_service_data: true modifies_service_config: true <% elsif options[:configurable] -%> prog_args: '%{target} %{fixme_custom_option}' default_config: fixme_custom_option: some_default_value test_types: - <%= options[:test_type] %> category: blackbox # Does the test require additional configuration beyond the Norad service in the API? configurable: true # Specify whether the test will modify any aspect of the device under test modifies_target_data: true modifies_target_config: true modifies_service_data: true modifies_service_config: true <% else -%> prog_args: '%{target}' test_types: - <%= options[:test_type] %> category: blackbox # Does the test require additional configuration beyond the Norad service in the API? configurable: false # Specify whether the test will modify any aspect of the device under test modifies_target_data: true modifies_target_config: true modifies_service_data: true modifies_service_config: true <% end -%>
Version data entries
16 entries across 16 versions & 1 rubygems