norad_cli 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba50d678647844a1969048038dff9909a0d83072
4
- data.tar.gz: 228912aa8b1f19d645d6797df9e92e8fd406ce6a
3
+ metadata.gz: bee3ee9bdac3c8085081dff219d3140a9997863c
4
+ data.tar.gz: 5940350f98bd7fcf5a4c3ca90a43faea66a8569f
5
5
  SHA512:
6
- metadata.gz: ace14bb69ebf95ec3e47a7432e671925844f9ecf17876e411158344650f859f366da9d2c65cef4bff76a9ff8ac1ed52e34412163560fc0b6217125d33d37f9b5
7
- data.tar.gz: 1e5ce512111ec5e69e012fcd0d4f847a05efb609ab400cd7b410b7388c6b0d044ec4f0083f3a2801b1477b7808114b1d069a95aa62cfd134b135038cb37d4445
6
+ metadata.gz: bf126637083ca0da75e0d4f820e215d5fb9c1995cc200a69871af92ded5afc08f6499d7cd0ee1272362d78c4c6d57c3c833b0f0885ab7ccb6b4551540a2d0cb3
7
+ data.tar.gz: 3f6192b73394053b2eed6d5d1700a8ad20580c2a86dd4c7cdace6cc4ee1fcb59c4aa43603f5658be24bbbcd5667fc26d9fc3f3af4db920adc301704811984ecd
@@ -8,7 +8,13 @@ default_config:
8
8
  test_types:
9
9
  - <%= options[:test_type] %>
10
10
  category: whitebox
11
+ # Does the test require additional configuration beyond the Norad service in the API?
11
12
  configurable: true
13
+ # Specify whether the test will modify any aspect of the device under test
14
+ modifies_target_data: true
15
+ modifies_target_config: true
16
+ modifies_service_data: true
17
+ modifies_service_config: true
12
18
  <% elsif options[:configurable] -%>
13
19
  prog_args: '%{target} %{fixme_custom_option}'
14
20
  default_config:
@@ -16,12 +22,23 @@ default_config:
16
22
  test_types:
17
23
  - <%= options[:test_type] %>
18
24
  category: blackbox
25
+ # Does the test require additional configuration beyond the Norad service in the API?
19
26
  configurable: true
27
+ # Specify whether the test will modify any aspect of the device under test
28
+ modifies_target_data: true
29
+ modifies_target_config: true
30
+ modifies_service_data: true
31
+ modifies_service_config: true
20
32
  <% else -%>
21
33
  prog_args: '%{target}'
22
34
  test_types:
23
35
  - <%= options[:test_type] %>
24
36
  category: blackbox
37
+ # Does the test require additional configuration beyond the Norad service in the API?
25
38
  configurable: false
39
+ # Specify whether the test will modify any aspect of the device under test
40
+ modifies_target_data: true
41
+ modifies_target_config: true
42
+ modifies_service_data: true
43
+ modifies_service_config: true
26
44
  <% end -%>
27
-
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module NoradCli
3
- VERSION = '0.1.14'
3
+ VERSION = '0.1.15'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: norad_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Hitchcock