diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-10-23 23:09:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-23 23:09:36 +0000 |
commit | bdcc479956943c40255f7b094337f4728b822bda (patch) | |
tree | e7160abda7c3d3f7593502ede3a861416b108583 /bootstrap/vagrant-onap/tox.ini | |
parent | 17cd9cbdd575baa9d36ce9f901d7b47cc2e6658e (diff) | |
parent | 6d280a1548070d12dee8dae9b3de6ccba6a6e655 (diff) |
Merge "Update UTs for VNFSDK"
Diffstat (limited to 'bootstrap/vagrant-onap/tox.ini')
-rw-r--r-- | bootstrap/vagrant-onap/tox.ini | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/bootstrap/vagrant-onap/tox.ini b/bootstrap/vagrant-onap/tox.ini index 674810006..6ab309fdf 100644 --- a/bootstrap/vagrant-onap/tox.ini +++ b/bootstrap/vagrant-onap/tox.ini @@ -12,11 +12,13 @@ install_command = pip install {opts} {packages} deps = {env:BASHATE_INSTALL_PATH:bashate} whitelist_externals = bash -commands = bash -c "find {toxinidir}/{tests,lib,tools} \ - -not \( -type d -path *files* -prune \) \ - -not \( -type f -name .*.swp* -prune \) \ - -not \( -type f -name *.ps1 -prune \) \ - -type f \ +commands = bash -c "find {toxinidir}/{tests,lib,tools} \ + -not \( -type d -path *files* -prune \) \ + -not \( -type f -name .*.swp* -prune \) \ + -not \( -type f -name *.ps1 -prune \) \ + -not \( -type f -name installed-software* -prune \) \ + -not \( -type f -name *projects.txt -prune \) \ + -type f \ # E005 file does not begin with #! or have a .sh prefix # E006 check for lines longer than 79 columns # E042 local declaration hides errors |