Remove tests stuff
[openstack-build/django_openstack_auth-build.git] / tests / runtests.sh
diff --git a/tests/runtests.sh b/tests/runtests.sh
deleted file mode 100755 (executable)
index f6a3f99..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash -x
-
-RES=0
-
-case $1 in
-python-django-openstack-auth|openstack_auth|python2-django-openstack-auth)
-    echo "Testing $1"
-    python -c "import openstack_auth"
-    RES=$?
-;;
-*)
-    echo "test not defined, skipping..."
-;;
-esac
-
-exit $RES