diff --git a/README.md b/README.md index 20b9b11161..72470517e9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ # vSphere Integrated Containers Engine + vSphere Integrated Containers Engine (VIC Engine) is a container runtime for vSphere, allowing developers familiar with Docker to develop in containers and deploy them alongside traditional VM-based workloads on vSphere clusters, and allowing for these workloads to be managed through the vSphere UI in a way familiar to existing vSphere admins. See [VIC Engine Architecture](doc/design/arch/arch.md) for a high level overview. diff --git a/tests/robot.sh b/tests/robot.sh index 3eba515155..1df163602c 100755 --- a/tests/robot.sh +++ b/tests/robot.sh @@ -18,6 +18,7 @@ # ./tests/robot.sh tests/test-cases/Group6-VIC-Machine/6-04-Create-Basic.robot export GITHUB_TOKEN='' + export GOVC_URL=root:password@1.1.1.1 export GOVC_URL_HOST=1.1.1.1 export GOVC_USERNAME=root