Remove fake pingtest subunit

python-os-testr package isn't available anymore and we're switching ovb
jobs to use tempest anyway, so we don't need this workaround anymore

Change-Id: Ie3b37b17bf41b5f36bc60bfd0e4607ed4a3aaf6d
This commit is contained in:
Emilien Macchi 2017-11-23 15:30:55 -08:00
parent 9334f04463
commit e88105afa4
1 changed files with 0 additions and 4 deletions

View File

@ -60,10 +60,6 @@ fi
# create logs dir (check if collect-logs doesn't already do this)
mkdir -p $WORKSPACE/logs
# Set job as failed until it's overwritten by pingtest/tempest real test subunit
sudo yum install -y python-os-testr
generate-subunit $(date +%s) 10 fail pingtest | gzip - > $WORKSPACE/logs/testrepository.subunit.gz
# Remove epel, either by epel-release, or unpackaged repo files
rpm -q epel-release && sudo yum -y erase epel-release
sudo rm -f /etc/yum.repos.d/epel*