norad_cli 0.2.4 → 0.2.5

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: 0ad7646308ba9f6cd0a67827779ec7fd05c6d992
4
- data.tar.gz: 9a774b2c7fe5e97f1b1090099330af3e9a35f917
3
+ metadata.gz: fc083aafd6191f3f221945a9495101ee60514076
4
+ data.tar.gz: b1f65626e282be6efa4dea37596751e9df1322a6
5
5
  SHA512:
6
- metadata.gz: b748b7146ec63d642e7299c2224119be7d6cd9878e4498eeaebe10a1ec9fa5181e4dd6943cd9c740dc896225fcfb93194e6d2a2702d8386a024bb80f97ff8d14
7
- data.tar.gz: 5528ce3dcb526c735ce929bd05db1dc0a57c6a2927bbe66e8cc24509bf26ed0fd061eb1b8b85c16040f9086ece12673aa8138add39a952694b2e55a58759b436
6
+ metadata.gz: e16704fa8cc1c379a5f8f6f0f69664373153ab14aacba1d3176e69bd6a27c59e3236bfa09ed7672746bd62a2aab5a0f12be9114901d49cfc9377b7df411d9d14
7
+ data.tar.gz: f38e79f4d4740f3173e6f396840f9118a980d5f6c794f987adef3c3068ddb0b1180316c03b73d0ed5d8ee113354277d3a7bf98b4be704a774e907c4f744ef347
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- norad_cli (0.2.4)
4
+ norad_cli (0.2.5)
5
5
  docker-api
6
6
  git
7
7
  rainbow (~> 2.2.1)
@@ -1,17 +1,40 @@
1
1
  ## <%= options[:name] %>
2
2
 
3
- ### Description
3
+ ### Overview
4
4
 
5
- FIXME: Describe the tool used in the container and how the container operates
5
+ FIXME: High level description of test and notable exceptions
6
6
 
7
- ### Configuration Options
7
+ ### Verified Supported Platforms
8
8
 
9
- Argument | Default Value | Description
10
- -------- | ------------- | -----------
11
- FIXME | FIXME | FIXME
9
+ FIXME: Platform(s) tested and verified to work with this test
10
+
11
+ ### Test Details
12
+
13
+ FIXME: Detailed description of checks performed by this test
14
+
15
+ ### Test Requirements
16
+
17
+ FIXME: Any requirements that the test target or Norad Org/Machine must meet for this test to run
18
+
19
+ ### Test Configuration Options
20
+
21
+ Argument | Default Value | Description
22
+ --------------- | ------------- | -----------
23
+ FIXME | FIXME | FIXME
24
+
25
+ **TEST TYPE** Informational / Evaluative (Pass/Fail)
12
26
 
13
27
  <% if options[:authenticated] %>
14
28
  **Requires Authentication on Target:** Yes
15
29
  <% else %>
16
30
  **Requires Authentication on Target:** No
17
31
  <% end %>
32
+
33
+ **Reconfigures the Target:** Yes/No
34
+
35
+ FXME: If any, changes Made During Test Execution
36
+
37
+ ### Known Issues / False Positive conditions
38
+
39
+ FIXME: What can make the test produce incorrect results
40
+
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NoradCli
4
- VERSION = '0.2.4'
4
+ VERSION = '0.2.5'
5
5
  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.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Hitchcock
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-01-31 00:00:00.000000000 Z
13
+ date: 2018-03-01 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: docker-api