X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Fapp_tests%2Fvvp-config.yaml;fp=ice_validator%2Ftests%2Ffixtures%2Ftest_no_unused_parameters_between_env_and_templates%2Ffail%2Funused_param.yaml;h=147eae0f095f95b735a8b443890c265ede521f0f;hb=refs%2Fchanges%2F83%2F77483%2F6;hp=51cacbabe9542df176d78a4a26c5b5d7afab13fe;hpb=43130f8b173d9053ad4f56f264376851d3fb890c;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/fixtures/test_no_unused_parameters_between_env_and_templates/fail/unused_param.yaml b/ice_validator/app_tests/vvp-config.yaml similarity index 73% rename from ice_validator/tests/fixtures/test_no_unused_parameters_between_env_and_templates/fail/unused_param.yaml rename to ice_validator/app_tests/vvp-config.yaml index 51cacba..147eae0 100644 --- a/ice_validator/tests/fixtures/test_no_unused_parameters_between_env_and_templates/fail/unused_param.yaml +++ b/ice_validator/app_tests/vvp-config.yaml @@ -1,5 +1,5 @@ # -*- coding: utf8 -*- -# ============LICENSE_START======================================================= +# ============LICENSE_START==================================================== # org.onap.vvp/validation-scripts # =================================================================== # Copyright © 2017 AT&T Intellectual Property. All rights reserved. @@ -37,31 +37,15 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. # ---- -parameters: - out: - type: string - description: test for output - res: - type: string - description: test for resources - indexed: - type: comma_delimited_list - description: test for indexed param - indx: - type: number - description: Index of the current instance - unused_yaml: - type: number - description: unused param in yaml file -resources: - test: - type: abc - properties: - test_res: {get_param: res} - test_ind_param: { get_param: [ indexed, { get_param: indx } ] } -outputs: - test_out: - description: test getting output param - value: {get_param: out} \ No newline at end of file +ui: + app-name: VNF Validation Tool +categories: + - name: Environment File Compliance. (Required to Onboard) + category: environment_file + description: + Checks certain parameters are excluded from the .env file, per HOT Requirements. + Required for ASDC onboarding, not needed for manual Openstack testing. +settings: + polling-freqency: 1000 + default-verbosity: Standard