[Bug] Adds required Oslo configuration to API and unit tests

- Register Oslo logging configurations in server.py, test_armada.py, test_chartbuilder.py, and test_tiller.py
- Add mock to test-requirements.txt
- Update .travis.yml
- Add mock case for tiller IP
This commit is contained in:
drewwalters96
2017-06-28 18:35:27 +00:00
committed by Tim Heyer
parent c1fa5c3e52
commit f4303037cc
7 changed files with 31 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ commands = flake8 .
[testenv:testing]
commands = nosetest -w armada
[flake8]
ignore=E302,H306
[flake8] #TODO: Remove E402
ignore=E302,H306,E402
exclude= libgit2-0.25.0, .git, .idea, .tox, *.egg-info, *.eggs, bin, dist, hapi