Sha256: fef96da301a6ecfff6e76cf2f698f998e7ef97b1c539be136bd2cb48a981863b

Contents?: true

Size: 640 Bytes

Versions: 6

Compression:

Stored size: 640 Bytes

Contents

describe 'Networking features' do
  it 'creates firewall and portwarding rules for both Virtual Router and VPC' do
    expect(`vagrant up`).to include(
                                'VRbox1: Machine is booted and ready for use!',
                                'VRbox2: Machine is booted and ready for use!',
                                'VPCbox1: Machine is booted and ready for use!',
                                'VPCbox2: Machine is booted and ready for use!'
    )
    expect($?.exitstatus).to eq(0)

    expect(`vagrant destroy --force`).to include('Terminating the instance...')
    expect($?.exitstatus).to eq(0)
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
vagrant-cosmic-0.2.0 functional-tests/networking/networking_spec.rb
vagrant-cosmic-0.1.0 functional-tests/networking/networking_spec.rb
vagrant-cloudstack-1.5.2 functional-tests/networking/networking_spec.rb
vagrant-cloudstack-1.5.1 functional-tests/networking/networking_spec.rb
vagrant-cloudstack-1.5.0 functional-tests/networking/networking_spec.rb
vagrant-cloudstack-1.4.0 functional-tests/networking/networking_spec.rb