summaryrefslogtreecommitdiffstats
path: root/dovetail/api/app/constants.py
blob: f6ffd1ba821c0d38473bdc992829b86066585e53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
NFVI_PROJECT = ['bottlenecks', 'functest', 'yardstick']
VNF_PROJECT = ['onap-vtp', 'onap-vvp']
RUN_TEST_ITEMS = {
    'arguments': {
        'no_multiple': ['testsuite', 'deploy_scenario'],
        'multiple': ['testarea', 'testcase']
    },
    'options': ['mandatory', 'no_api_validation', 'no_clean', 'stop', 'debug',
                'opnfv_ci', 'report', 'offline', 'optional']
}
CONFIG_YAML_FILES = {
    'hosts': 'hosts.yaml',
    'pods': 'pod.yaml',
    'tempest_conf': 'tempest_conf.yaml'
}