commit | 0675b2d378988b6fc153e4e58519f9bda5ddcb76 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Tue Mar 17 18:07:53 2020 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Tue Mar 17 18:07:53 2020 +0000 |
tree | 5b2e9a92977c4c0c021cb8d8d43bfb8172fa0a2d | |
parent | 0d10139011cc7d9057f7b1101ebf48ad0c94b659 [diff] | |
parent | 463f31b3488fda4e2aee508c12145ee2894285f1 [diff] |
Merge "Enabling performances on BBSim in VOLTHA scale test measurements"
diff --git a/jjb/pipeline/voltha-go-multi-tests.groovy b/jjb/pipeline/voltha-go-multi-tests.groovy index 5bff2c4..d95f23b 100644 --- a/jjb/pipeline/voltha-go-multi-tests.groovy +++ b/jjb/pipeline/voltha-go-multi-tests.groovy
@@ -93,6 +93,7 @@ ./log-collector.sh > /dev/null & ./log-combine.sh > /dev/null & + for i in \$(seq 1 ${testRuns}) do make -C $WORKSPACE/voltha-system-tests ${makeTarget} echo "Completed run: \$i"