From: Sergey Kolekonov Date: Sat, 28 Feb 2015 10:33:15 +0000 (+0300) Subject: Enable tests for Neutron packages X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F4161%2F1;p=openstack-build%2Fneutron-build.git Enable tests for Neutron packages Enable tests because all necessary packages were rebuilt for Trusty Change-Id: I7e4130a16718a7e1d0aa0af23ab8a8a8861874dc --- diff --git a/tests/runtests.sh b/tests/runtests.sh index 4641a05ee..806427b7c 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -16,9 +16,6 @@ if [[ $PLATFORM =~ Ubuntu ]]; then UBUNTU=true; fi if [ -z $PACKAGE ]; then echo "Package for testing is not specified"; exit 1; fi echo "127.0.10.1 $(hostname)" >> /etc/hosts -echo "Tests are temporarily disabled due to missing components in Trusty" -exit 0 - install_packages() { #Install packages if $UBUNTU