Evan Hazlett
fdc8538de4
Merge pull request #1109 from ibuildthecloud/no-default-storage-driver
...
Default storage driver to "" and let provisioner choose default
2015-05-05 10:46:47 -07:00
Darren Shepherd
43b5786001
Default storage driver to "" and let provisioner choose default
...
The storage driver will be "" by default an the provisioner must choose
their default provisioner. If the user chosen storage driver is not
supported the provisioner should return an error.
Signed-off-by: Darren Shepherd <darren@rancher.com >
2015-05-05 09:12:33 -07:00
Nathan LeClaire
23f071c76f
Fix integration tests
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2015-05-04 19:01:29 -07:00
Nathan LeClaire
2574c8ba5d
Implement configurable engine options
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2015-04-29 17:58:14 -07:00
Nathan LeClaire
9b5f395c60
Implement upgrade functionality for boot2docker
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2015-03-30 16:18:38 -07:00
Tom Barlow
ddf633a9e4
Rebased, added env var test for virtualbox CPU count
...
Signed-off-by: Tom Barlow <tomwbarlow@gmail.com >
2015-03-28 23:07:49 +00:00
Tom Barlow
6e71cd3917
Replaced export statements in virtualbox integration tests with inline variables
...
Signed-off-by: Tom Barlow <tomwbarlow@gmail.com >
2015-03-28 23:07:49 +00:00
Tom Barlow
f01b9ce800
Specifying env vars inline on BATS doesn't seem to work, switched to export
...
Signed-off-by: Tom Barlow <tomwbarlow@gmail.com >
2015-03-28 23:07:49 +00:00
Tom Barlow
c221a0a42f
Moved cleanup of machine store to end of virtualbox integration test
...
Signed-off-by: Tom Barlow <tomwbarlow@gmail.com >
2015-03-28 23:07:49 +00:00
Tom Barlow
0e1db73829
Added bats integration test for virtualbox customisation via env vars
...
Signed-off-by: Tom Barlow <tomwbarlow@gmail.com >
2015-03-28 23:07:49 +00:00
Evan Hazlett
ee7617c2e7
Merge pull request #887 from nathanleclaire/listen_on_socket
...
Fix unix:// not working inside VM issue
2015-03-27 11:39:45 -07:00
Nathan LeClaire
d6db67d0be
Fix unix:// not working inside VM issue
...
With the way that provisioning was implemented, there was an issue
getting connection to the UNIX socket to work with the new boot2docker
1.6rc2 ISO. This issue is related to the fact that the docker
service was not truly stopped during the provisioning. This PR fixes
the issue and provides some tests to help ensure that it does not come
up again.
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2015-03-27 10:41:12 -07:00
Ken Pepple
d80c47df88
add integration tests for cpu count (PR #879 ) in virtualbox driver
...
Signed-off-by: Ken Pepple <ken@solinea.com >
2015-03-25 20:40:50 -07:00
Ken Pepple
a84cc1ee6b
add integration tests for custom create options in virtualbox
...
Signed-off-by: Ken Pepple <ken@solinea.com >
2015-03-25 12:48:50 -07:00
Ken Pepple
81a9765d35
add pause/savestate scnearios to virtualbox integration tests
...
Signed-off-by: Ken Pepple <ken@solinea.com >
2015-03-21 13:13:54 -07:00
Evan Hazlett
da3da50897
DO: updated to new driver spec; updated integration tests
...
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com >
2015-03-17 11:08:20 -04:00
Evan Hazlett
2b6daa29ed
update integration test for virtualbox
...
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com >
2015-03-09 12:50:57 -04:00
Evan Hazlett
ed4fa09311
more integration test robustness
...
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com >
2015-03-07 18:19:15 -05:00