Sha256: 0a41c669eaeddd3f1cead8975bfa99959459f1c51d1a814b9565bfa2afa0f981
Contents?: true
Size: 291 Bytes
Versions: 319
Compression:
Stored size: 291 Bytes
Contents
require 'spec_helper' property[:os] = nil set :os, :family => 'linux' describe get_command(:check_bridge_exists, 'br0') do it { should eq "ip link show br0" } end describe get_command(:check_bridge_has_interface, 'br0', 'eth0') do it { should eq "brctl show br0 | grep -o eth0" } end
Version data entries
319 entries across 319 versions & 3 rubygems