Merge "Remove nosetests.xml reference"
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,7 +11,6 @@ covhtml
|
||||
AUTHORS
|
||||
ChangeLog
|
||||
pep8.txt
|
||||
nosetests.xml
|
||||
*.db
|
||||
.DS_Store
|
||||
build/
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user