Remove 14.04 Beaker tests from acpt rake task 03/55603/1
authorDaniel Farrell <dfarrell@redhat.com>
Thu, 11 Feb 2016 21:14:07 +0000 (16:14 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 19 Apr 2017 19:18:40 +0000 (15:18 -0400)
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 <dfarrell@redhat.com>
Rakefile

index 3f49aa61f252abef829468ea94dfd21a380eb789..ea70bbc342107aa862c3fb6962143351f809191d 100644 (file)
--- 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,
 ]