Bugfix in Beaker check of port file content #48
[integration/packaging/puppet-opendaylight.git] / Rakefile
index 37f32c9016d3e7ff541c826b7e2839c260d12a95..2797e9136d40a69a962aba3c14b01bcf22504740 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -49,12 +49,12 @@ task :test => [
 
 desc "Run Beaker tests against CentOS 7 node."
 task :centos do
-  sh "RS_SET=centos-7 bundle exec rake beaker"
+  sh "RS_SET=centos-7 INSTALL_METHOD=rpm bundle exec rake beaker"
 end
 
 desc "Run Beaker tests against CentOS 7 using tarball install."
 task :centos_tarball do
-  sh "RS_SET=centos-7-tarball bundle exec rake beaker"
+  sh "RS_SET=centos-7 INSTALL_METHOD=tarball bundle exec rake beaker"
 end
 
 desc "Run Beaker tests against Fedora 20 node."