summaryrefslogtreecommitdiff
path: root/spec/ospf/vyos3_spec.rb
blob: 372a285f92cdb32fd6fc978ca6aaccb8b3ceda16 (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(60)

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