diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 3e42f22a..4612da91 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -551,6 +551,7 @@ function load_subunit_stream { if [[ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]]; then #TODO(mtreinish): This if block can be removed after all the nodepool images # are built using with streams dir instead + echo "Loading previous tempest runs subunit streams into testr" if [[ -f /opt/git/openstack/tempest/.testrepository/0 ]]; then temp_stream=`mktemp` subunit-1to2 /opt/git/openstack/tempest/.testrepository/0 > $temp_stream