This repository contains tests for vcap.
The tests repo contains the basic verification tests used to quickly validate that a release is functional. It has a position in the overall vcap namespace at vcap/tests and uses the git submodule mechanism to be mounted in that location.
Maven and the JDK are required to run these tests, in addition to the dependencies which are installed via vcap_dev_setup.
On Ubuntu you can install these dependencies with
sudo apt-get install maven2 default-jdk
You can see the full list of different testing tasks with:
rake -T
To run the main test suite:
rake tests
This repo contains vcap-test-assets as a submodule located at the ./assets directory.
Cloud Foundry uses the Apache 2.0 license. See LICENSE for details.
Complete installation notes are present in the vcap README.md.
Copyright (c) 2009-2012 VMware, Inc.