Class: VagrantTestSubject::VM::OmniOS
- Inherits:
-
VagrantTestSubject::VM
- Object
- VagrantTestSubject::VM
- VagrantTestSubject::VM::OmniOS
- Defined in:
- lib/vagrant-test-subject/os/omnios.rb
Instance Attribute Summary
Attributes inherited from VagrantTestSubject::VM
#external_ip, #ssh, #vbox_guid
Instance Method Summary collapse
-
#initialize(*args) ⇒ OmniOS
constructor
This is one big TODO.
Methods inherited from VagrantTestSubject::VM
attach, #has_matching_process_listening?, #has_running_service?, #http_get, #https_get, #list_internal_ports, #listening_on_external_ip?, #listening_on_localhost?, #listening_on_portmap?, #map_port
Constructor Details
#initialize(*args) ⇒ OmniOS
This is one big TODO
7 8 9 |
# File 'lib/vagrant-test-subject/os/omnios.rb', line 7 def initialize(*args) super end |