You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by neykov <gi...@git.apache.org> on 2017/08/05 07:47:46 UTC

[GitHub] brooklyn-server pull request #794: Test Framework TestNG runner

GitHub user neykov opened a pull request:

    https://github.com/apache/brooklyn-server/pull/794

    Test Framework TestNG runner

    Useful for running the test framework tests as live tests on the project.
    
    From the test included in the PR, example usage:
    ```
        TestFrameworkSuiteBuilder.create()
                .test()
                    .prerequisiteResource("test-framework-examples/simple-catalog.bom")
                    .prerequisiteResource("test-framework-examples/simple-catalog.locations.bom")
                    .testResource("test-framework-examples/simple-catalog.tests.bom")
                    .location("simple-entity-dummy")
                    .add()
                .buildProvider();
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/neykov/brooklyn-server test-framework-runner

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-server/pull/794.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #794
    
----
commit 8aa22199266e071da2e7f4dc113c2193510909bd
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Date:   2017-06-14T12:44:21Z

    Test Framework TestNG runner
    
    Useful for running the test framework tests as live tests on the project

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-server pull request #794: Test Framework TestNG runner

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/brooklyn-server/pull/794


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-server issue #794: Test Framework TestNG runner

Posted by neykov <gi...@git.apache.org>.
Github user neykov commented on the issue:

    https://github.com/apache/brooklyn-server/pull/794
  
    :+1:


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---