Class: VirtualMonkey::EBSRunner
- Inherits:
-
Object
- Object
- VirtualMonkey::EBSRunner
- Includes:
- DeploymentRunner, EBS
- Defined in:
- lib/virtualmonkey/ebs_runner.rb
Instance Attribute Summary collapse
-
#scripts_to_run ⇒ Object
Returns the value of attribute scripts_to_run.
Attributes included from EBS
#lineage, #mount_point, #stripe_count, #volume_size
Attributes included from DeploymentRunner
Method Summary
Methods included from EBS
#create_backup, #create_stripe_volume, #find_snapshot_timestamp, #find_snapshots, #populate_volume, #restore_and_grow, #restore_from_backup, #set_variation_lineage, #set_variation_mount_point, #set_variation_stripe_count, #set_variation_volume_size, #stop_all, #terminate_server, #test_restore, #test_restore_grow, #test_volume_data, #test_volume_size, #wait_for_snapshots
Methods included from DeploymentRunner
Methods included from TestCaseInterface
#behavior, #probe, #set_var, #verify
Instance Attribute Details
#scripts_to_run ⇒ Object
Returns the value of attribute scripts_to_run.
5 6 7 |
# File 'lib/virtualmonkey/ebs_runner.rb', line 5 def scripts_to_run @scripts_to_run end |