Sha256: bdbfe68d4a20021ba5d8f7c3bb986317431b1a09888b60ccc7912747ea0cae78
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
describe 'Networking features' do it 'creates firewall and portwarding rules' do expect(`vagrant up`).to include( 'box1: Machine is booted and ready for use!', 'box2: 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-cloudstack-1.3.0 | functional-tests/networking/rsync_spec.rb |