Skip to content

Instantly share code, notes, and snippets.

@r10r
Created February 21, 2013 11:12
Show Gist options
  • Save r10r/5003997 to your computer and use it in GitHub Desktop.
Save r10r/5003997 to your computer and use it in GitHub Desktop.
Type something in a veewee box (virtualbox provider). Can be use for testing the :boot_cmd_sequence without rebuilding the box.
require 'veewee'
# see veewee/test/build_realtest.rb
@ve=Veewee::Environment.new({ :definition_dir => '<definitions dir>' })
box = @ve.providers["virtualbox"].get_box('sgg')
box.console_type(['foobar'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment