fog / fog-ovirt

MIT License
11 stars 21 forks source link

Fix ovirt tests #82

Closed shiramax closed 4 years ago

shiramax commented 4 years ago

Running: bundle exec rake test Failed with the following output:

export FOG_MOCK=true && bundle exec shindont tests/ovirt

Fog::Ovirt::Compute.new v4 | datacenters request (ovirt) ++
Fog::Ovirt::Compute.new v4 | quotas request (ovirt) +
Fog::Ovirt::Compute v4 | vm_create request (ovirt) +++
Fog::Ovirt::Compute v4 | vm_destroy request (ovirt) ++
Fog::Ovirt::Compute.new | client (ovirt)
/home/mshira/git/fog-ovirt/tests/ovirt/requests/compute/v4/client_tests.rb Fog::Ovirt::Compute.new | client (ovirt)

rake aborted! Command failed with status (1): [export FOG_MOCK=true && bundle exec shindo

orrabin commented 4 years ago

Thanks @shiramax !