summaryrefslogtreecommitdiffstats
path: root/jjb/compass4nfv/compass-workspace-precleanup.sh
blob: e4a301babef7fb67074c898d04608357a7728534 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -o errexit
set -o nounset
set -o pipefail

cd $WORKSPACE/..
sudo rm $WORKSPACE -rf
git clone $GIT_BASE  $WORKSPACE
############################################################################ --- # Fuel integration test task suite schema: "yardstick:suite:0.1" name: "fuel_test_suite" test_cases_dir: "samples/" test_cases: - file_name: ping.yaml - file_name: iperf3.yaml