Adding resources section

This came out of a discussion with Sam and Jose where we realized that
we needed a location to put modules that use external resources. The
case and point for this is the "skip on open issue in Launchpad"
functionality.

Change-Id: I039f15cd3ad97e157b0c31ec2e43d3ce1e1c0e4e
This commit is contained in:
John Vrbanac 2013-07-30 16:50:13 -05:00
parent 6e822a6cb9
commit ea63a71800

View File

@ -99,3 +99,6 @@ package is specifically for building CAFE support for various Python based test
heavily extends the basic unittest functionality. Driver plug-ins can easily be constructed to add CAFE support for most of the popular ones already
available (nose, pytest, lettuce, testr, etc...) or even for 100% custom test case drivers if desired.
##resources
Contains all modules that reference external resources to OpenCAFE. One example of an external resource is a Launchpad tracker.