summaryrefslogtreecommitdiff
path: root/spec/ospf/vyos4_spec.rb
blob: 692a456f1256fb1d168aef6b1f0841b152769400 (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(40)

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