Add test cases for updating shared data dir 92/218192/13
authorSangyoon Jang <jeremy.jang@samsung.com>
Tue, 19 Nov 2019 09:16:29 +0000 (18:16 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Tue, 10 Dec 2019 08:05:31 +0000 (17:05 +0900)
commit013e79dd31980f078bc70321093ba21421632104
tree107073c3617873261b5f38b5bae3342f98441400
parent0e720facf9859fac9b2f897dbb4f06b8985f6072
Add test cases for updating shared data dir

Added:
 - RollbackTest.UpdateMode_SharedData: update case of shareddata -> non-shareddata
 - RollbackTest.UpdateMode_NonSharedData: update case of non-shareddata -> shareddata
 - SmokeTest.RecoveryMode_SharedData: recovery case of shareddata -> non-shareddata
 - SmokeTest.RecoveryMode_NonSharedData: recovery case of non-shareddata -> shareddata

Requires:
 - https://review.tizen.org/gerrit/c/platform/core/appfw/app-installers/+/218218

Change-Id: I078c5b1f907382b3ff88b42508678b772da48e13
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/unit_tests/smoke_test.cc
src/unit_tests/test_samples/smoke/RecoveryMode_NonSharedData.tpk [new file with mode: 0644]
src/unit_tests/test_samples/smoke/RecoveryMode_NonSharedData_2.tpk [new file with mode: 0644]
src/unit_tests/test_samples/smoke/RecoveryMode_SharedData.tpk [new file with mode: 0644]
src/unit_tests/test_samples/smoke/RecoveryMode_SharedData_2.tpk [new file with mode: 0644]
src/unit_tests/test_samples/smoke/UpdateMode_NonSharedData.tpk [new file with mode: 0644]
src/unit_tests/test_samples/smoke/UpdateMode_NonSharedData_2.tpk [new file with mode: 0644]
src/unit_tests/test_samples/smoke/UpdateMode_SharedData.tpk [new file with mode: 0644]
src/unit_tests/test_samples/smoke/UpdateMode_SharedData_2.tpk [new file with mode: 0644]