Removed unnecessary file(openstack/common) in run_stack.sh

Change-Id: I67899d6e4ec1f21b8a330ceb857f384c181c0587
This commit is contained in:
pawnesh.kumar 2016-10-20 16:33:23 +05:30
parent 9a0d2c46df
commit 9a6e3f9dc5
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,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='neutron/*' --omit='neutron/openstack/common/*' -d covhtml -i
${wrapper} coverage html --include='neutron/*' -d covhtml -i
fi
return $RESULT