2100 Bug fix: added op_status_map key value and in _wait_ng_ro passing operation...
[osm/LCM.git] / devops-stages / stage-test.sh
index 8d3dc68..141fa55 100755 (executable)
@@ -14,5 +14,5 @@
 # under the License.
 ##
 
-tox -e flake8
-tox -e unittest
+OUTPUT=$(TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto)
+printf "$OUTPUT"