diff options
author | Lovett, Trevor <trevor.lovett@att.com> | 2019-05-30 08:51:43 -0500 |
---|---|---|
committer | Lovett, Trevor <trevor.lovett@att.com> | 2019-05-30 08:51:43 -0500 |
commit | e97e5f898a2bfeac786b9022ed151665be435376 (patch) | |
tree | 6ee622cac440086f083c5854ed45579cc3570d26 /ice_validator/tests/fixtures | |
parent | 32ae86efa75a62edd9e6739236bdc3c0ff87676a (diff) |
[VVP] Exempt output section from nested get_param check
Change-Id: Ib87b0fb1c70c5689fc7687a21a27ea60934096b1
Issue-ID: VVP-220
Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
Diffstat (limited to 'ice_validator/tests/fixtures')
-rw-r--r-- | ice_validator/tests/fixtures/test_nested_parameter_args/pass/pass0.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ice_validator/tests/fixtures/test_nested_parameter_args/pass/pass0.yaml b/ice_validator/tests/fixtures/test_nested_parameter_args/pass/pass0.yaml index e9bed41..3b95a66 100644 --- a/ice_validator/tests/fixtures/test_nested_parameter_args/pass/pass0.yaml +++ b/ice_validator/tests/fixtures/test_nested_parameter_args/pass/pass0.yaml @@ -55,4 +55,5 @@ resources: get_param: [ cdl, { get_param: num }] vf_module_id2: get_param: [ cdl, { get_param: num }] - +outputs: + prop: {get_param: [list_one, {get_param: [list_two, {get_param: index_two}]}]}
\ No newline at end of file |