Sha256: 884893a98f34d1cda3b399823ef3a1b2382e51fa24e8c55331f97bbddc1a7450

Contents?: true

Size: 607 Bytes

Versions: 41

Compression:

Stored size: 607 Bytes

Contents

Shindo.tests('Fog::Compute::RackspaceV2 | virtual_interfaces', ['rackspace']) do
  service = Fog::Compute::RackspaceV2.new

  options = {
    :name => "fog_server_#{Time.now.to_i.to_s}",
    :flavor_id => rackspace_test_flavor_id(service),
    :image_id => rackspace_test_image_id(service)
  }

  tests('virtual_interfaces') do
    pending if Fog.mocking?
    begin
      @server = service.servers.create options
      @server.wait_for { ready? }

      tests('#virtual_interfaces').succeeds do
        @server.virtual_interfaces.all
      end

    ensure
      @server.destroy if @server
    end
  end
end

Version data entries

41 entries across 39 versions & 6 rubygems

Version Path
fog-rackspace-0.1.6 tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-rackspace-0.1.5/tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-rackspace-0.1.5/tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-rackspace-0.1.5/tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
fog-rackspace-0.1.5 tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
fog-rackspace-0.1.4 tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
fog-rackspace-0.1.3 tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
fog-rackspace-0.1.2 tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
fog-rackspace-0.1.1 tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
fog-rackspace-0.1.0 tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
fog-1.37.0 tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
fog-1.36.0 tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
fog-1.35.0 tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
fog-2.0.0.pre.0 tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
fog-1.34.0 tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
fog-1.33.0 tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
fog-1.32.0 tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
fog-1.31.0 tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/tests/rackspace/models/compute_v2/virtual_interfaces_tests.rb