diff options
author | stark, steven <steven.stark@att.com> | 2019-05-23 13:50:25 -0700 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2019-05-23 14:51:24 -0700 |
commit | 62a48cfb8f633a5b8374d975174999d04c3bdcee (patch) | |
tree | 91313d61907176dbba94ce3023ef743aef35f89b /ice_validator/vvp-config.yaml | |
parent | 6c566ba71d909294cbc46224b763037a21da6491 (diff) |
[VVP] adding heat template-validate test
Issue-ID: VVP-218
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: If88f9b4b620aaffe61ead3b6f7d5c74dcfd14cba
Diffstat (limited to 'ice_validator/vvp-config.yaml')
-rw-r--r-- | ice_validator/vvp-config.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ice_validator/vvp-config.yaml b/ice_validator/vvp-config.yaml index f5f835c..e6259ba 100644 --- a/ice_validator/vvp-config.yaml +++ b/ice_validator/vvp-config.yaml @@ -45,6 +45,12 @@ categories: description: Checks certain parameters are excluded from the .env file, per HOT Requirements. Required for ASDC onboarding, not needed for manual Openstack testing. + - name: OpenStack Heat Testing (Beta) + category: openstack + description: + Uses the latest OpenStack Heat community version available to validate that + a heat template is valid OpenStack Heat. This testing is equivalent to using + heat template-validate from the command line. settings: polling-freqency: 1000 default-verbosity: Standard |