Sha256: cf2c72778b2db3b53ee4a1675b53b826480107b77cbb3f3d4a3b85681e9b68b8

Contents?: true

Size: 474 Bytes

Versions: 115

Compression:

Stored size: 474 Bytes

Contents

Shindo.tests('Fog::Rackspace::Databases | users', ['rackspace']) do

  pending if Fog.mocking?

  service = Fog::Rackspace::Databases.new
  instance = service.instances.create({
    :name => "fog_instance_#{Time.now.to_i.to_s}",
    :flavor_id => 1,
    :volume_size => 1
  })

  instance.wait_for { ready? }

  options = {
    :name => "user_#{Time.now.to_i.to_s}",
    :password => "fog_user"
  }
  collection_tests(instance.users, options, false)

  instance.destroy
end

Version data entries

115 entries across 113 versions & 15 rubygems

Version Path
fog-parser-fix-1.6.1 tests/rackspace/models/databases/users_tests.rb
fog-test-again-1.6.0 tests/rackspace/models/databases/users_tests.rb
fog-test-me-1.10.0 tests/rackspace/models/databases/users_tests.rb
fog-parser-fix-1.6.0 tests/rackspace/models/databases/users_tests.rb
fog-1.10.0 tests/rackspace/models/databases/users_tests.rb
fog-1.9.0 tests/rackspace/models/databases/users_tests.rb
fog-maestrodev-1.8.0.20130114204828 tests/rackspace/models/databases/users_tests.rb
fog-maestrodev-1.8.0.20130111070250 tests/rackspace/models/databases/users_tests.rb
fog-maestrodev-1.8.0.20130109172219 tests/rackspace/models/databases/users_tests.rb
fog-sgonyea-1.8.1 tests/rackspace/models/databases/users_tests.rb
fog-1.8.0 tests/rackspace/models/databases/users_tests.rb
fog-maestrodev-1.7.0.20121114190951 tests/rackspace/models/databases/users_tests.rb
fog-1.7.0 tests/rackspace/models/databases/users_tests.rb
fog-1.6.0 tests/rackspace/models/databases/users_tests.rb
fog-1.5.0 tests/rackspace/models/databases/users_tests.rb