Add nsjail test Tizen application
authorKunhoon Baik <knhoon.baik@samsung.com>
Mon, 19 Jul 2021 04:27:18 +0000 (13:27 +0900)
committerKunhoon Baik <knhoon.baik@samsung.com>
Mon, 19 Jul 2021 04:27:18 +0000 (13:27 +0900)
commite6c9976a39009ec8ca877053e67ff7a8a275b4f5
tree806a22e8afa687cd843de0d625087136accc19c4
parentb7c4d7c4b9fd377c6a0c26fea6b1c9570b3ab744
Add nsjail test Tizen application

This is an application to execute nsjail for testing nsjail in Tizen application Environment.

Use build script "build_test_runner.sh" to build. You need to install Tizen CLI to build.
You can execute the app like following.
 - $> aul_test launch test_runner execute /usr/bin/nsjail_test/jail_mem_syscall_test
test/test_runner_app/Jenkinsfile [new file with mode: 0644]
test/test_runner_app/build_test_runner.sh [new file with mode: 0755]
test/test_runner_app/buildspec.json [new file with mode: 0644]
test/test_runner_app/test_runner/.exportMap [new file with mode: 0644]
test/test_runner_app/test_runner/inc/test_runner.h [new file with mode: 0644]
test/test_runner_app/test_runner/project_def.prop [new file with mode: 0644]
test/test_runner_app/test_runner/shared/res/test_runner.png [new file with mode: 0644]
test/test_runner_app/test_runner/src/test_runner.c [new file with mode: 0644]
test/test_runner_app/test_runner/src/test_runner_util.c [new file with mode: 0644]
test/test_runner_app/test_runner/tizen-manifest.xml [new file with mode: 0644]