X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=devops-stages%2Fstage-test.sh;h=a8b7fe6870bc45bcb0c4df66f81c07a8262cccc9;hb=refs%2Fchanges%2F27%2F11127%2F2;hp=3e5196f02e606eeadae441613177bb8cc14f0d13;hpb=95ba7e1641316616ce5a9442d485753456ff9525;p=osm%2Fdevops.git diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index 3e5196f0..a8b7fe68 100755 --- a/devops-stages/stage-test.sh +++ b/devops-stages/stage-test.sh @@ -13,14 +13,14 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -eux +set -eu CURRENT_DIR=`pwd` # Execute tests for charms CHARM_PATH="./installers/charm" -CHARM_NAMES="keystone lcm mon nbi ng-ui pla pol prometheus ro" +CHARM_NAMES="keystone lcm mon nbi ng-ui pla pol prometheus ro grafana mongodb-exporter mysqld-exporter kafka-exporter" for charm in $CHARM_NAMES; do cd $CHARM_PATH/$charm - tox --recreate + TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto cd $CURRENT_DIR done \ No newline at end of file