These patches change things so that the RHEV-M tests do not depend on any
hardcoded values. Rather, everything is now read from
~/.deltacloud/config. The new entries for rhevm in that file should be:
rhevm:
user: USERNAME
password: PASSWORD
provider: https://rhevm.example.com/api
preferred:
datacenter: UUID of a datacenter/realm
vm: UUID of an existing instance
template: UUID of an existing template
It's now also possible to rerecord tests by setting the env var
VCR_RECORD=all
Patch 6/6 is too large to send out; I have recorded the series as
http://tracker.deltacloud.org/set/380 The last patch is available as
http://tracker.deltacloud.org/patch/1a3d36c3
Joe: can you update the site docs about rerecording to reflect these
changes ?
David