cover.sh: delete .testrepository before running coverage 95/38495/1
authorRoss Brattain <ross.b.brattain@intel.com>
Tue, 1 Aug 2017 02:34:16 +0000 (19:34 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Tue, 1 Aug 2017 02:34:16 +0000 (19:34 -0700)
commitee9e4cf2d0daf1e05e1ea628e851e46daa4722a4
treeda98dff3b26e33121028db1a683afbe26b41c7d8
parentfe2820e7de65720bacf6533966867949804372bd
cover.sh: delete .testrepository before running coverage

When running py27 and py3 test ran into problems
with .testrepository already exists, but testr
thinking it was corrupt

running testr
No repository found in /home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master. Create one by running "testr init".
error: testr failed (3)

The fix seems to be to delete .testrepository before
running testr coverage

Change-Id: Ib8cd3ab9d3384935380ac29ce365439c6464adc3
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
tests/ci/cover.sh