Add Neutron 2015.1 for Ubuntu 14.04
[openstack-build/neutron-build.git] / debian / tests / python-neutron
diff --git a/debian/tests/python-neutron b/debian/tests/python-neutron
deleted file mode 100644 (file)
index dd823e7..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-#-------------------------
-# Testing client utilities
-#-------------------------
-set -e
-
-result=$(python `dirname $0`/test_import_neutron.py 2>&1)
-if [ "$result" ]; then
-    echo "ERROR: PYTHON-NEUTRON MODULE CANNOT BE IMPORTED"
-    exit 1
-else
-    echo "OK"
-    exit 0
-fi