From: Daniel Farrell Date: Thu, 11 Feb 2016 21:14:07 +0000 (-0500) Subject: Remove 14.04 Beaker tests from acpt rake task X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=9da1da005b90a0826427bb28317b21592929e315;p=integration%2Fpackaging%2Fpuppet-opendaylight.git Remove 14.04 Beaker tests from acpt rake task Remove the Ubuntu 14.04 Docker-based Beaker tests from the rake task called "acceptance". This is more for clarity than because anything changed. Ubuntu support is not-well-supported, and tarball-based installs are less-than-ideal and (hopefully) soon to be replaced by .deb installs (once ODL Int/Pack has a .deb). We wouldn't call a release of puppet-opendaylight "failing" if it was failing the Ubuntu Beaker tests, so we shouldn't include them in this rake task. Change-Id: I9ab722bd8f58a941cfe2f4fcc19413074a59b346 Signed-off-by: Daniel Farrell --- diff --git a/Rakefile b/Rakefile index 3f49aa6..ea70bbc 100644 --- a/Rakefile +++ b/Rakefile @@ -92,5 +92,4 @@ desc "All tests, including Beaker tests against all nodes." task :acceptance => [ :test, :centos_7_docker, - :ubuntu_1404_docker, ]