vagrant/test/acceptance
Mitchell Hashimoto 87767e24d0 Fix test harness where blocking could occur on IO read.
We had issues with the CI where some tests would sometimes hang
on cleanup when it would call VBoxManage, even with a timeout.
My only assumption is that this is happening as it waits on `readline`,
so we do a `read_nonblock` which will help immensely.
2011-11-24 14:13:22 -07:00
..
support Fix test harness where blocking could occur on IO read. 2011-11-24 14:13:22 -07:00
base.rb Shared contexts for Vagrant command similarities 2011-11-10 21:54:58 -08:00
box_test.rb Acceptance tests now take a "box_directory" instead of paths to individual boxes 2011-11-13 13:49:21 -08:00
destroy_test.rb Add TODOs to the destroy test 2011-11-20 13:42:06 -08:00
halt_test.rb Test that a VM can be brought back up after halting 2011-11-22 21:47:10 -08:00
init_test.rb Acceptance tests: Get rid of remaining "assert" statements 2011-11-08 23:09:04 -08:00
ssh_test.rb Acceptance tests now take a "box_directory" instead of paths to individual boxes 2011-11-13 13:49:21 -08:00
up_basic_test.rb Acceptance tests now take a "box_directory" instead of paths to individual boxes 2011-11-13 13:49:21 -08:00
up_with_box_url.rb Add tag for the bug that a test addresses 2011-11-22 18:46:43 -08:00
vagrant_test.rb Acceptance tests: Get rid of remaining "assert" statements 2011-11-08 23:09:04 -08:00
version_test.rb Create the output matcher, switch to RSpec style matchers 2011-11-08 23:03:15 -08:00