Task to run vcloud-director tests only.

This commit is contained in:
Daniel Aragao 2014-05-19 11:34:28 +10:00 committed by Dan Aragao
parent 5223d7a1d7
commit 9cd25767ac
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,7 @@ namespace :test do
task :openvz do
sh("export FOG_MOCK=#{mock} && bundle exec shindont tests/openvz")
end
task :ovirt do
sh("export FOG_MOCK=#{mock} && bundle exec shindont tests/ovirt")
end
@ -89,6 +90,9 @@ namespace :test do
sh("export FOG_MOCK=#{mock} && bundle exec shindont tests/cloudstack")
end
task :vcloud_director do
sh("export FOG_MOCK=#{mock} && bundle exec shindont tests/vcloud_director")
end
end
desc 'Run mocked tests for a specific provider'