From 8256a3ef4dd7762fd910c5f161da5e253808cd78 Mon Sep 17 00:00:00 2001 From: Sergey Kolekonov Date: Sat, 28 Feb 2015 13:33:15 +0300 Subject: [PATCH] Enable tests for Neutron packages Enable tests because all necessary packages were rebuilt for Trusty Change-Id: I7e4130a16718a7e1d0aa0af23ab8a8a8861874dc --- tests/runtests.sh | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.45.2