summaryrefslogtreecommitdiffstats
path: root/dblib/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-05 18:18:26 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-05 18:18:26 +0000
commit54807d8f0cc7d90119ad181d98cd3645de1f2e26 (patch)
tree0c7af8f149eb5b20fb8d416ed7245d3806df5b6b /dblib/provider/pom.xml
parenta989e7526c652ff6469a68444336092ed1ffd77a (diff)
parent484f1b32f1ef9cfcf74189b701ebb9078ddb0ab8 (diff)
Merge "Add dummy input"
Diffstat (limited to 'dblib/provider/pom.xml')
0 files changed, 0 insertions, 0 deletions
#008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
[tox]
skipsdist=True
envlist = py3

[testenv]
distribute = False
commands =
    - cat /etc/hosts
    /bin/bash test/functest/scripts/start-simulators.sh
    coverage run --module pytest --junitxml xunit-results.xml
    coverage xml --omit=".tox/py3/*","test/*"
    coverage report -m --omit=".tox/py3/*","test/*"
    /bin/bash test/functest/scripts/stop-simulators.sh
    # TODO: need to update the above "omit" when we package osdf as pip-installable
deps = -r{toxinidir}/requirements.txt 
    -r{toxinidir}/test/test-requirements.txt

[run]
source=./osdf/,osdfapp.py

[testenv:py3]
basepython=python3.6