To verify the VCH appliance can be used as the docker engine replacement for a drone continuous integration environment
This test requires that a vSphere server is running and available
- Install a new VCH appliance into the vSphere server
- Clone the latest git repo code of VIC
- Execute the following command in the VIC repo:
drone exec --docker-host <VCH-IP>:2375 --trusted -E secrets.yml -yaml .drone.yml
VIC should build properly and execute each of the unit and integration tests properly from within the drone environment.
None