-
Notifications
You must be signed in to change notification settings - Fork 2k
Validate instance creation for Virtualbox using driver flags #843
Comments
@crosbymichael just to be clear, you'd like to see additional integration tests for the virtualbox driver -- ideally in If so, I have some of these tests written that I can contribute:
Are there other tests that you are looking for ? |
@slashk sorry i wasn't clear. this is to test the creation of the machine for specific flags. however, integrations +1 :D |
Test EnvironmentMac OS Yosemite and VirtualBox 4.3.20
Documentation and FlagsThe flags available for configuring the VirtualBox driver are:
@ehazlett Are we missing environment variables for 1. Can create a VirtualBox host with default boot2docker URL, 10000MB disk size and 512MB memoryI'm finding it just hangs here:
|
@tombee thanks! |
#dibs |
… vmbox is created. Ref docker#843
I did check for MemorySize and DiskSize. Looks like need to check boot2docker url as well. Everything looks good in my commit? If this approach is good, I think I could use the same method to close all the other issues related with flag checking. |
@soleo thanks! commented in that PR |
Signed-off-by: Xinjiang Shao <shaoxinjiang@gmail.com>
… vmbox is created. Fix docker#843 Signed-off-by: Xinjiang Shao <shaoxinjiang@gmail.com>
This looks good I think |
Problem
Test the flags for VirtualBox
Solution
Validate instance creation using various flags for VirtualBox
There are several flags available for each driver. Test each flag to ensure it does the intended behavior.
For example,
docker-machine create -d virtualbox --virtualbox-memory "1024" test-vbox
This should create a machine in virtualbox with 1024 MB of memory.
The text was updated successfully, but these errors were encountered: