Sha256: aca5b4a9015088cae27faa5e995b3ee19016d36b98b107ec37ee296d65564220
Contents?: true
Size: 630 Bytes
Versions: 1
Compression:
Stored size: 630 Bytes
Contents
require 'vcr' # Credentials used to access RHEV-M server # # NOTE: If these are changed, the VCR fixtures need to be re-recorded # def credentials { :user => 'vdcadmin@rhev.lab.eng.brq.redhat.com', :password => '123456', :provider => 'https://rhev30-dc.lab.eng.brq.redhat.com:8443/api;645e425e-66fe-4ac9-8874-537bd10ef08d' } end VCR.configure do |c| # NOTE: Empty this directory before re-recording c.cassette_library_dir = File.join(File.dirname(__FILE__), 'fixtures') c.hook_into :webmock # Set this to :new_episodes when you want to 're-record' c.default_cassette_options = { :record => :none } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
deltacloud-core-1.0.2 | tests/drivers/rhevm/common.rb |