diff --git a/security/cryptoFramework/js_api_test_one/Test.json b/security/cryptoFramework/js_api_test_one/Test.json index 1573856c50d156ac9eed94be01a50c1385f5ddfe..281816935f31b4e6eeb14e7f7a59e685f2b0df9c 100644 --- a/security/cryptoFramework/js_api_test_one/Test.json +++ b/security/cryptoFramework/js_api_test_one/Test.json @@ -16,17 +16,17 @@ }, { "type": "ShellKit", - "run-command": ["remount", "mkdir /data/test"] + "run-command": ["remount", "mkdir /data/local/tmp/xts-test"] }, { "type": "PushKit", "push": [ - "ActsCryptoFrameworkJSNormalTest.hap->/data/test/ActsCryptoFrameworkJSNormalTest.hap" + "ActsCryptoFrameworkJSNormalTest.hap->/data/local/tmp/xts-test/ActsCryptoFrameworkJSNormalTest.hap" ] }, { "type": "ShellKit", - "run-command": ["chmod 644 /data/test/*.hap", "chmod 777 -R data"] + "run-command": ["chmod 777 -R /data/local/tmp"] } ] } diff --git a/security/cryptoFramework/js_api_test_two/Test.json b/security/cryptoFramework/js_api_test_two/Test.json index f6d21ed1a87f817a001aaa3395b4f72e1fc0bff7..6e937133db6745aa024ba8a68067560726272301 100644 --- a/security/cryptoFramework/js_api_test_two/Test.json +++ b/security/cryptoFramework/js_api_test_two/Test.json @@ -16,17 +16,17 @@ }, { "type": "ShellKit", - "run-command": ["remount", "mkdir /data/test"] + "run-command": ["remount", "mkdir /data/local/tmp/xts-test"] }, { "type": "PushKit", "push": [ - "ActsCryptoFrameworkJSNormalTwoTest.hap->/data/test/ActsCryptoFrameworkJSNormalTwoTest.hap" + "ActsCryptoFrameworkJSNormalTwoTest.hap->/data/local/tmp/xts-test/ActsCryptoFrameworkJSNormalTwoTest.hap" ] }, { "type": "ShellKit", - "run-command": ["chmod 644 /data/test/*.hap", "chmod 777 -R data"] + "run-command": ["chmod 777 -R /data/local/tmp"] } ] } diff --git a/useriam/face_auth/js_api_test/function_test/userauth/Test.json b/useriam/face_auth/js_api_test/function_test/userauth/Test.json index dbc66873c909c0a0913d91fecb07d9d2d62543bc..61ecdae10ff5a903fa4ecd71e67985e21dfeae87 100644 --- a/useriam/face_auth/js_api_test/function_test/userauth/Test.json +++ b/useriam/face_auth/js_api_test/function_test/userauth/Test.json @@ -19,20 +19,19 @@ "type": "ShellKit", "run-command": [ "remount", - "mkdir /data/test" + "mkdir /data/local/tmp/xts-test" ] }, { "type": "PushKit", "push": [ - "ActsUserauthTest.hap->/data/test/ActsUserauthTest.hap" + "ActsUserauthTest.hap->/data/local/tmp/xts-test/ActsUserauthTest.hap" ] }, { "type": "ShellKit", "run-command": [ - "chmod 644 /data/test/*.hap", - "chmod 777 -R data" + "chmod 777 -R /data/local/tmp" ] } ] diff --git a/useriam/face_auth/js_api_test/function_test/userauthnopermission/Test.json b/useriam/face_auth/js_api_test/function_test/userauthnopermission/Test.json index 405781033b53e56bfd1451d4ecaa8bbe753f6799..f22a6edba4f3dab192ae646d8561196a815fc574 100644 --- a/useriam/face_auth/js_api_test/function_test/userauthnopermission/Test.json +++ b/useriam/face_auth/js_api_test/function_test/userauthnopermission/Test.json @@ -19,20 +19,19 @@ "type": "ShellKit", "run-command": [ "remount", - "mkdir /data/test" + "mkdir /data/local/tmp/xts-test" ] }, { "type": "PushKit", "push": [ - "ActsUserauthnopermissionTest.hap->/data/test/ActsUserauthnopermissionTest.hap" + "ActsUserauthnopermissionTest.hap->/data/local/tmp/xts-test/ActsUserauthnopermissionTest.hap" ] }, { "type": "ShellKit", "run-command": [ - "chmod 644 /data/test/*.hap", - "chmod 777 -R data" + "chmod 777 -R /data/local/tmp" ] } ] diff --git a/useriam/face_auth/js_api_test/function_test/userauthpart2/Test.json b/useriam/face_auth/js_api_test/function_test/userauthpart2/Test.json index b083f183ecf70caf109c0d0b1c0aca4d09a82fe8..0cde5651593c51a9542898937f3a7cc1db288a59 100644 --- a/useriam/face_auth/js_api_test/function_test/userauthpart2/Test.json +++ b/useriam/face_auth/js_api_test/function_test/userauthpart2/Test.json @@ -19,20 +19,19 @@ "type": "ShellKit", "run-command": [ "remount", - "mkdir /data/test" + "mkdir /data/local/tmp/xts-test" ] }, { "type": "PushKit", "push": [ - "ActsUserauthTwoTest.hap->/data/test/ActsUserauthTwoTest.hap" + "ActsUserauthTwoTest.hap->/data/local/tmp/xts-test/ActsUserauthTwoTest.hap" ] }, { "type": "ShellKit", "run-command": [ - "chmod 644 /data/test/*.hap", - "chmod 777 -R data" + "chmod 777 -R /data/local/tmp" ] } ]