Feature 10239: Distributed VCA
[osm/MON.git] / devops-stages / stage-test.sh
index 4ad4f08..75a3c61 100755 (executable)
 # License for the specific language governing permissions and limitations
 # under the License.
 
-# For those usages not covered by the Apache License, Version 2.0 please
-# contact: prithiv.mohan@intel.com or adrian.hoban@intel.com
-
-#__author__ = "Prithiv Mohan"
-#__date__   = "14/Sep/2017"
-
-#!/bin/bash
-tox --recreate
+OUTPUT=$(TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto)
+printf "$OUTPUT"