Add framework for integration tests 47/22447/5
authorLukasz Kostyra <l.kostyra@samsung.com>
Fri, 30 May 2014 07:52:37 +0000 (09:52 +0200)
committerLukasz Kostyra <l.kostyra@samsung.com>
Fri, 13 Jun 2014 07:21:37 +0000 (09:21 +0200)
commit2e805e26e29809016b66a9abeed3629335c77c0b
tree7a17e929e0815be7e0b68db11a42ee84a36d8fec
parent54b4fff7354aa4662a5ab6d8a8b2832150ddba6d
Add framework for integration tests

[Feature]       Framework for integration tests in security-containers.
[Cause]         Integration tests in python are to be added to security-containers.
[Solution]      Add framework for integration tests using Python's unittest module.
[Verification]  Successful build and installation.

Change-Id: I8812f044215fb282de90c1a906a9e433c545f046
Signed-off-by: Lukasz Kostyra <l.kostyra@samsung.com>
CMakeLists.txt
packaging/security-containers.spec
tests/CMakeLists.txt
tests/integration_tests/CMakeLists.txt [new file with mode: 0644]
tests/integration_tests/__init__.py [new file with mode: 0644]
tests/integration_tests/common/CMakeLists.txt [new file with mode: 0644]
tests/integration_tests/common/__init__.py [new file with mode: 0644]
tests/integration_tests/common/sc_test_utils.py [new file with mode: 0644]
tests/integration_tests/sc_int_tests.py [new file with mode: 0644]