1 2 3 4 5 6 7 8 9 10 11 12 13
require_relative '../spec_helper' require_relative '../config_spec' describe 'vyos4_config' do include_examples 'config_spec' end # Wait for advertising sleep(10) describe host('10.0.2.13') do it { should be_reachable.with(timeout: 10) } end