Remove tests stuff
authorDmitry Burmistrov <dburmistrov@mirantis.com>
Thu, 22 Sep 2016 11:54:56 +0000 (14:54 +0300)
committerDmitry Burmistrov <dburmistrov@mirantis.com>
Thu, 22 Sep 2016 11:54:56 +0000 (14:54 +0300)
Related-Bug: #1602240

tests/runtests.sh [deleted file]

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