diff options
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 |