Skip to content

Abadasoft/vcap-tests

 
 

Repository files navigation

vcap-tests

This repository contains tests for vcap.

What is vcap-tests ?

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.

Dependencies

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

Running Tests

You can see the full list of different testing tasks with:

rake -T

To run the main test suite:

rake tests

Submodules

This repo contains vcap-test-assets as a submodule located at the ./assets directory.

License

Cloud Foundry uses the Apache 2.0 license. See LICENSE for details.

Installation Notes

Complete installation notes are present in the vcap README.md.

Copyright

Copyright (c) 2009-2012 VMware, Inc.

About

Cloud Foundry - the open platform as a service project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%