Cleanup unused Oslo Incubator code and references

Change-Id: I368cc908fb4639ddb383277c42a9bd60daf1d971
This commit is contained in:
Ronald Bradford 2016-03-18 14:25:27 -04:00
parent 7c2f4132b9
commit d44b0b522b
5 changed files with 2 additions and 8 deletions

View File

@ -1,6 +0,0 @@
[DEFAULT]
# The list of modules to copy from oslo-incubator.git
# The base module to hold the copy of openstack.common
base=congress

View File

@ -147,7 +147,7 @@ function run_tests {
echo "Generating coverage report in covhtml/"
# Don't compute coverage for common code, which is tested elsewhere
${wrapper} coverage combine
${wrapper} coverage html --include='congress/*' --omit='congress/openstack/common/*' -d covhtml -i
${wrapper} coverage html --include='congress/*' -d covhtml -i
fi
return $RESULT

View File

@ -62,7 +62,7 @@ commands = python setup.py testr --no-parallel --testr-args='test_benchmark {pos
[flake8]
show-source = True
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,*thirdparty/*,CongressLexer.py,CongressParser.py,contrib/*
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,*thirdparty/*,CongressLexer.py,CongressParser.py,contrib/*
[testenv:genconfig]
deps =