Feature-9904: Enhancing NG-UI to enable Juju operational view dashboard
[osm/NBI.git] / devops-stages / stage-test.sh
index 71d2252..e5a8e85 100755 (executable)
@@ -13,5 +13,5 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-tox  # flake8 unittest
-
+OUTPUT=$(TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto)
+printf "$OUTPUT"