diff options
Diffstat (limited to 'spec/ospf/vyos4_spec.rb')
-rw-r--r-- | spec/ospf/vyos4_spec.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/spec/ospf/vyos4_spec.rb b/spec/ospf/vyos4_spec.rb new file mode 100644 index 0000000..692a456 --- /dev/null +++ b/spec/ospf/vyos4_spec.rb @@ -0,0 +1,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 |