Add placeholders for new tasks

This commit is contained in:
Dan Bode
2012-11-27 12:09:19 -08:00
parent 6b77616ecd
commit 3081627a36

View File

@@ -247,6 +247,9 @@ namespace :github do
end end
def each_testable_pull_request(&block)
end
namespace :test do namespace :test do
desc 'test openstack with basic test script on redhat and ubuntu' desc 'test openstack with basic test script on redhat and ubuntu'
@@ -263,6 +266,10 @@ namespace :test do
on_box('openstack_controller', 'sudo bash /tmp/test_nova.sh;exit $?') on_box('openstack_controller', 'sudo bash /tmp/test_nova.sh;exit $?')
end end
end end
desc 'test all in one deployment on redhat/ubuntu (not yet implemented)'
task 'all_in_one' do
end end
task :test do task :test do