blob: cfabd10bd71c92b92b19d1ad33ef14240729c873 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require_relative '../spec_helper'
require_relative '../config_spec'
describe 'vyos3_config' do
include_examples 'config_spec'
end
describe host('10.0.3.14') do
it { should be_reachable }
end
|