]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Enable tests for Neutron packages 61/4161/1
authorSergey Kolekonov <skolekonov@mirantis.com>
Sat, 28 Feb 2015 10:33:15 +0000 (13:33 +0300)
committerSergey Kolekonov <skolekonov@mirantis.com>
Sat, 28 Feb 2015 10:33:15 +0000 (13:33 +0300)
Enable tests because all necessary packages were rebuilt for Trusty

Change-Id: I7e4130a16718a7e1d0aa0af23ab8a8a8861874dc

tests/runtests.sh

index 4641a05eed8f85e1c3bd553ed9045e67f11fbaa6..806427b7cb0ac52286be0dbcc44a37761af8deed 100755 (executable)
@@ -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