diff options
author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2017-01-13 16:20:14 +0900 |
---|---|---|
committer | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2017-01-13 16:22:15 +0900 |
commit | 09c39086238bbc927cf63d2f9871661239fcbf64 (patch) | |
tree | 9239bff5579381453cd18cc2faf0bab912d51d35 /spec/bgp4/vyos1_spec.rb | |
parent | 24008e5494f9aa52474fd9492bbe8a189a8dfb00 (diff) | |
download | vyos-integration-test-09c39086238bbc927cf63d2f9871661239fcbf64.tar.gz vyos-integration-test-09c39086238bbc927cf63d2f9871661239fcbf64.zip |
Add bgp4 test
Diffstat (limited to 'spec/bgp4/vyos1_spec.rb')
-rw-r--r-- | spec/bgp4/vyos1_spec.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/bgp4/vyos1_spec.rb b/spec/bgp4/vyos1_spec.rb new file mode 100644 index 0000000..76740d4 --- /dev/null +++ b/spec/bgp4/vyos1_spec.rb @@ -0,0 +1,4 @@ +require_relative '../spec_helper' +require_relative '../config_spec' + +config_spec |