summaryrefslogtreecommitdiff
path: root/spec/ospf/vyos3_spec.rb
diff options
context:
space:
mode:
authorroot <root@vyos-dev01>2017-09-22 18:37:46 +0900
committerroot <root@vyos-dev01>2017-09-22 18:37:46 +0900
commit1a32090164ba83424d0f8163b50328ef52ec4350 (patch)
tree1b47586b2f55780c87a0f409cd9291bd7130e66f /spec/ospf/vyos3_spec.rb
parente96f80253c152c42c712ee3294bda85ae0da3aaa (diff)
downloadvyos-integration-test-1a32090164ba83424d0f8163b50328ef52ec4350.tar.gz
vyos-integration-test-1a32090164ba83424d0f8163b50328ef52ec4350.zip
added ospf ipv4 test
Diffstat (limited to 'spec/ospf/vyos3_spec.rb')
-rw-r--r--spec/ospf/vyos3_spec.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/spec/ospf/vyos3_spec.rb b/spec/ospf/vyos3_spec.rb
new file mode 100644
index 0000000..372a285
--- /dev/null
+++ b/spec/ospf/vyos3_spec.rb
@@ -0,0 +1,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