summaryrefslogtreecommitdiff
path: root/spec/bgp6/vyos4_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bgp6/vyos4_spec.rb')
-rw-r--r--spec/bgp6/vyos4_spec.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/bgp6/vyos4_spec.rb b/spec/bgp6/vyos4_spec.rb
new file mode 100644
index 0000000..3f0cde7
--- /dev/null
+++ b/spec/bgp6/vyos4_spec.rb
@@ -0,0 +1,11 @@
+require_relative '../spec_helper'
+require_relative '../config_spec'
+
+config_spec
+
+# Wait for advertising
+sleep(10)
+
+describe command('ping6 -w 5 -c 2 -n fd00:5679:4f53:2::d') do
+ its(:exit_status) { should eq 0 }
+end