You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ch...@apache.org on 2014/05/14 20:29:51 UTC

[4/4] git commit: Merge remote-tracking branch 'origin/stratos-651-cli-test-suite'

Merge remote-tracking branch 'origin/stratos-651-cli-test-suite'


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/0f6cfd3f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/0f6cfd3f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/0f6cfd3f

Branch: refs/heads/master
Commit: 0f6cfd3fa361fdc627c49aa65dff9c0189ff4374
Parents: 160a6e4 50849a6
Author: Chris Snow <ch...@apache.org>
Authored: Wed May 14 18:27:07 2014 +0000
Committer: Chris Snow <ch...@apache.org>
Committed: Wed May 14 18:27:07 2014 +0000

----------------------------------------------------------------------
 components/org.apache.stratos.cli/README.md     |   7 +
 components/org.apache.stratos.cli/pom.xml       | 142 +++++++++++++-
 .../src/test/python/.gitignore                  |  20 ++
 .../src/test/python/__files/body_cookie.json    |   1 +
 .../test/python/__files/body_tenant_create.json |   1 +
 .../python/__files/body_tenant_deactivate.json  |   1 +
 .../test/python/__files/body_tenant_list.json   |   1 +
 .../src/test/python/__init__.py                 |  19 ++
 .../src/test/python/mappings/cookie.json        |  18 ++
 .../src/test/python/mappings/tenant-create.json |  19 ++
 .../test/python/mappings/tenant-deactivate.json |  16 ++
 .../src/test/python/mappings/tenant-list.json   |  16 ++
 .../src/test/python/test_common.py              |  99 ++++++++++
 .../src/test/python/test_interactive.py         | 195 +++++++++++++++++++
 .../src/test/python/test_noninteractive.py      |  87 +++++++++
 .../src/test/python/wiremock.py                 | 106 ++++++++++
 16 files changed, 747 insertions(+), 1 deletion(-)
----------------------------------------------------------------------