You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/11/11 18:21:38 UTC

[11/21] incubator-brooklyn git commit: Added README.md to test-framework-examples

Added README.md to test-framework-examples


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/5a3b9628
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/5a3b9628
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/5a3b9628

Branch: refs/heads/master
Commit: 5a3b9628d8dc96efb4d8dcf299435d81ed4940db
Parents: b0405c8
Author: Mark McKenna <m4...@gmail.com>
Authored: Wed Nov 11 11:14:52 2015 +0000
Committer: Mark McKenna <m4...@gmail.com>
Committed: Wed Nov 11 11:14:52 2015 +0000

----------------------------------------------------------------------
 .../src/test/resources/test-framework-examples/README.md    | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/5a3b9628/usage/test-framework/src/test/resources/test-framework-examples/README.md
----------------------------------------------------------------------
diff --git a/usage/test-framework/src/test/resources/test-framework-examples/README.md b/usage/test-framework/src/test/resources/test-framework-examples/README.md
index e69de29..87fbb1f 100644
--- a/usage/test-framework/src/test/resources/test-framework-examples/README.md
+++ b/usage/test-framework/src/test/resources/test-framework-examples/README.md
@@ -0,0 +1,9 @@
+# Test Framework Examples
+
+| File | Description |
+| ---- | ----------- |
+| [example-catalog.bom](./example-catalog.bom) | A Sample catalog that is to be tested |
+| [example-catalog-test.bom](./example-catalog-test.bom) | Example tests for [example-catalog.bom](./example-catalog.bom) |
+| [nginx-test-examples.yml](./nginx-test-examples.yml) | A number of test fragments for the NGiNX entity |
+| [tomcat-test-examples.yml](./tomcat-test-examples.yml) | A number of test fragments for the TomcatServer entity |
+| [testhttpcall-examples.yml](./testhttpcall-examples.yml) | A number of test fragments showing usage of TestHttp entity |