# File lib/serverspec/type/interface.rb, line 33 def up? ret = @runner.get_interface_link_state(@name) ret.stdout.strip == 'up' end