[GitHub] nifi-minifi-cpp pull request #126: MINIFI-350 added pytest-based system inte...

2017-09-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/126 ---

[GitHub] nifi-minifi-cpp pull request #126: MINIFI-350 added pytest-based system inte...

2017-09-12 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/126#discussion_r138406101 --- Diff: docker/test/integration/.ropeproject/config.py --- @@ -0,0 +1,112 @@ +# The default ``config.py`` --- End diff -- Does this

[GitHub] nifi-minifi-cpp pull request #126: MINIFI-350 added pytest-based system inte...

2017-09-05 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/126#discussion_r136992525 --- Diff: README.md --- @@ -124,6 +133,8 @@ $ brew install cmake \ doxygen $ brew install curl $ brew link curl --force

[GitHub] nifi-minifi-cpp pull request #126: MINIFI-350 added pytest-based system inte...

2017-08-27 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/126#discussion_r135424099 --- Diff: docker/test/integration/test_http.py --- @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] nifi-minifi-cpp pull request #126: MINIFI-350 added pytest-based system inte...

2017-08-27 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/126#discussion_r135423728 --- Diff: docker/test/integration/test_http.py --- @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#

[GitHub] nifi-minifi-cpp pull request #126: MINIFI-350 added pytest-based system inte...

2017-08-27 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/126#discussion_r135423290 --- Diff: README.md --- @@ -124,6 +133,8 @@ $ brew install cmake \ doxygen $ brew install curl $ brew link curl --force +$ #

[GitHub] nifi-minifi-cpp pull request #126: MINIFI-350 added pytest-based system inte...

2017-08-09 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/126 MINIFI-350 added pytest-based system integration test framework and initial test cases Added a test framework which enables automated tests suits for the docker image as well as