Class: Aix::Host

Inherits:
Unix::Host show all
Includes:
File, Group, User
Defined in:
lib/beaker/host/aix.rb

Constant Summary

Constants inherited from Beaker::Host

Beaker::Host::SELECT_TIMEOUT

Instance Attribute Summary

Attributes inherited from Beaker::Host

#defaults, #logger, #name

Method Summary

Methods included from File

#path_split, #tmpdir, #tmpfile

Methods included from Beaker::CommandFactory

#execute, #fail_test

Methods included from Group

#group_absent, #group_get, #group_gid, #group_list, #group_present

Methods included from User

#user_absent, #user_get, #user_list, #user_present

Methods inherited from Unix::Host

foss_defaults, pe_defaults

Methods included from Unix::Pkg

#check_for_package, #install_package, #uninstall_package

Methods included from Unix::Exec

#echo, #path, #touch

Methods included from Unix::File

#file_exist?, #path_split, #tmpdir, #tmpfile

Methods included from Unix::Group

#group_absent, #group_get, #group_gid, #group_list, #group_present

Methods included from Unix::User

#user_absent, #user_get, #user_list, #user_present

Methods inherited from Beaker::Host

#+, #[], #[]=, #close, #connection, create, #do_scp_from, #do_scp_to, #exec, #has_key?, #initialize, #is_pe?, #merge_defaults_for_type, #node_name, #port_open?, #puppet, #reachable_name, #to_s, #to_str, #up?

Constructor Details

This class inherits a constructor from Beaker::Host