summaryrefslogtreecommitdiff
path: root/spec/bgp4/vyos3_spec.rb
blob: 0754f2e7f56e321ed39f12021cec1327706674f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require_relative '../spec_helper'
require_relative '../config_spec'

describe 'vyos3_config' do
  include_examples 'config_spec'
end

# Wait for advertising
sleep(10)

describe host('10.0.3.14') do
  it { should be_reachable.with(timeout: 10) }
end