summaryrefslogtreecommitdiffstats
path: root/deploy/conf/vm_environment/virtual_cluster_expansion.yml
blob: 3d3298d340ce3bfbfb9c96f6f5523cd2174668d2 (plain)
1
2
3
4
5
6
7
TYPE: virtual
FLAVOR: cluster

hosts:
  - name: host6
    roles:
      - compute
= {[testenv:py27]commands} [testenv:pep8] # for gate testing, scans only the files changed in the last commit commands = /bin/bash tools/coding-checks.sh --pylint HEAD~ '{posargs}' [testenv:pep8-full] # For manual testing, scans the whole codebase commands = /bin/bash tools/coding-checks.sh --pylint '{posargs}' [testenv:coverage] basepython = python3 commands = /bin/bash {toxinidir}/tools/run_tests.sh --coverage [testenv:functional] commands = /bin/bash {toxinidir}/tools/run_tests.sh --functional [testenv:functional-py3] basepython = python3 commands = {[testenv:functional]commands} [testenv:os-requirements] commands = python {toxinidir}/tools/os-requirements-check.py {envdir}