Sha256: 82b7fe8a5dd5615966a2e012838eac01bf924a6b648325cc45fd854c1cfec5e9
Contents?: true
Size: 315 Bytes
Versions: 285
Compression:
Stored size: 315 Bytes
Contents
require 'spec_helper' property[:os] = nil set :os, :family => 'linux' describe get_command(:check_bond_exists, 'bond0') do it { should eq "ip link show bond0" } end describe get_command(:check_bond_has_interface, 'br0', 'eth0') do it { should eq "grep -o 'Slave Interface: eth0' /proc/net/bonding/br0" } end
Version data entries
285 entries across 285 versions & 3 rubygems