Github user johnmccabe commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/1031#discussion_r45217023
--- Diff: docs/guide/yaml/test/example_yaml/paralleltestcase-example.yaml
---
@@ -0,0 +1,46 @@
+brooklyn.catalog:
+ id: parallel-test
+ version: 1.0
+ itemType: template
+ iconUrl: http://tomcat.apache.org/images/tomcat.png
+ name: Parallel Tomcat and DB Example Test
+ license: Apache-2.0
+ item:
+ brooklyn.config:
+ simple.confg: someValue
+ services:
+ - type: org.apache.brooklyn.test.framework.TestCase
+ name: Parallel Testcase
+ brooklyn.children:
+ - type: org.apache.brooklyn.test.framework.TestCase
+ name: Parallel Testcase
--- End diff --
Switching to the parallel example mentioned
[here](https://github.com/apache/incubator-brooklyn/pull/1031#discussion_r44918698)
and rewording the structural test entity descriptions to be less prescriptive
on their usage.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---