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

describe 'vyos4_config' do
  include_examples 'config_spec'
end

# Wait for advertising
sleep(10)

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