#!/bin/sh

set -e

# scenario files are not packaged & need django support, test the local tree only.
./lava_server/manage.py test -v2 \
	dashboard_app \
	lava_scheduler_app \
	lava_scheduler_daemon \
	linaro_django_xmlrpc.tests \
	lava_results_app

