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

Version Path
norad_cli-0.2.5 lib/norad_cli/templates/tool/manifest.yml.erb
norad_cli-0.2.4 lib/norad_cli/templates/tool/manifest.yml.erb
norad_cli-0.2.3 lib/norad_cli/templates/tool/manifest.yml.erb
norad_cli-0.2.2 lib/norad_cli/templates/tool/manifest.yml.erb
norad_cli-0.2.1 lib/norad_cli/templates/tool/manifest.yml.erb
norad_cli-0.2.0 lib/norad_cli/templates/tool/manifest.yml.erb
norad_cli-0.1.24 lib/norad_cli/templates/tool/manifest.yml.erb
norad_cli-0.1.23 lib/norad_cli/templates/tool/manifest.yml.erb
norad_cli-0.1.22 lib/norad_cli/templates/tool/manifest.yml.erb
norad_cli-0.1.21 lib/norad_cli/templates/tool/manifest.yml.erb
norad_cli-0.1.20 lib/norad_cli/templates/tool/manifest.yml.erb
norad_cli-0.1.19 lib/norad_cli/templates/tool/manifest.yml.erb
norad_cli-0.1.18 lib/norad_cli/templates/tool/manifest.yml.erb
norad_cli-0.1.17 lib/norad_cli/templates/tool/manifest.yml.erb
norad_cli-0.1.16 lib/norad_cli/templates/tool/manifest.yml.erb
norad_cli-0.1.15 lib/norad_cli/templates/tool/manifest.yml.erb