mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[Openstack|Tests] Add rake subtask for testing only Openstack
This commit is contained in:
parent
f1500ba000
commit
62ae444225
1 changed files with 3 additions and 1 deletions
4
Rakefile
4
Rakefile
|
@ -68,7 +68,9 @@ namespace :test do
|
|||
task :ovirt do
|
||||
sh("export FOG_MOCK=#{mock} && bundle exec shindont tests/ovirt")
|
||||
end
|
||||
|
||||
task :openstack do
|
||||
sh("export FOG_MOCK=#{mock} && bundle exec shindont tests/openstack")
|
||||
end
|
||||
end
|
||||
|
||||
desc 'Run mocked tests for a specific provider'
|
||||
|
|
Loading…
Reference in a new issue