summaryrefslogtreecommitdiff
path: root/spec/one_node/vyos_spec.rb
blob: ce60a6b4108a0aa38d3f81f15cf5fd68d29ee93e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require_relative '../spec_helper'
require_relative '../config_spec'

describe 'vyos_config' do
  include_examples 'config_spec'
end

describe host_inventory['hostname'] do
  it { should eq 'router' }
end

describe host_inventory['domain'] do
  it { should eq 'example.com' }
end