############################################################################## # Copyright (c) 2019 opnfv. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- version: '2019.12' cli_file_name: 'cmd_config.yml' result_file: 'results.json' # OPENSTACK Credential file env_file: 'env_config.sh' # POD info file pod_file: 'pod.yaml' # JUMPSERVER private key used in pod_file to login hosts # If use password to login hosts, there's no need to provide the private key pri_key: 'id_rsa' # testsuite supported, should adjust accordingly testsuite_supported: - proposed_tests - debug - healthcheck - ovp.2019.12 - onap.tosca.2019.04 - onap.heat.2019.04 # used for testcase cmd template in jinja2 format # we have two variables available now # parameter path, use this path to walk through python object and get value # and the python object is "testcase" object by hard-coded parameters: - name: testcase path: '("name",)' - name: validate_testcase path: '("validate", "testcase")'