Removing juju installation in the jenkins pipeline
[osm/devops.git] / devops-stages / stage-test.sh
index bea5479..a8b7fe6 100755 (executable)
 #   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 grafana"
+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