lib/beaker/host/unix.rb in beaker-5.8.1 vs lib/beaker/host/unix.rb in beaker-6.1.0
- old
+ new
@@ -49,21 +49,9 @@
# {Beaker::HostPrebuiltSteps#set_env} method
#
# @return [String,nil] Reason message if set_env should be skipped,
# nil if it should run.
def skip_set_env?
- case self['platform'].variant
- when /^(f5|netscaler)$/
- "no puppet-agent package for network device platform '#{self['platform'].variant}'"
- end
- end
-
- # Validates that the host was setup correctly
- #
- # @return nil
- # @raise [ArgumentError] If the host is setup incorrectly,
- # this will be raised with the appropriate message
- def validate_setup
nil
end
def initialize name, host_hash, options
super