Merge "Remove nosetests.xml reference"

This commit is contained in:
Jenkins
2014-11-19 00:49:17 +00:00
committed by Gerrit Code Review
3 changed files with 0 additions and 13 deletions

1
.gitignore vendored
View File

@@ -11,7 +11,6 @@ covhtml
AUTHORS
ChangeLog
pep8.txt
nosetests.xml
*.db
.DS_Store
build/

View File

@@ -539,11 +539,4 @@ if [[ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]]; then
sudo -H -u tempest tox -esmoke -- --concurrency=$TEMPEST_CONCURRENCY
fi
else
# Jenkins expects at least one nosetests file. If we're not running
# tempest, then write a fake one that indicates the tests pass (since
# we made it past exercise.sh.
cat > $WORKSPACE/nosetests-fake.xml <<EOF
<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="0" errors="0" failures="0" skip="0"></testsuite>
EOF
fi

View File

@@ -710,11 +710,6 @@ function cleanup_host {
sudo find $BASE/logs -iname '*.dat' -execdir gzip -9 {} \+
sudo find $BASE/logs -iname '*.conf' -execdir gzip -9 {} \+
# Save the tempest nosetests results
sudo cp $BASE/new/tempest/nosetests*.xml $BASE/logs/
sudo chown jenkins:jenkins $BASE/logs/nosetests*.xml
sudo chmod a+r $BASE/logs/nosetests*.xml
# Disable detailed logging as we return to the main script
$xtrace
}