diff --git a/security/certificate_framework/js_api_test_one/Test.json b/security/certificate_framework/js_api_test_one/Test.json index 35271e3fa09bb226b3ecba9364791d623e638c3e..d9c080091ca6083f7badca419ce90309b04b6041 100644 --- a/security/certificate_framework/js_api_test_one/Test.json +++ b/security/certificate_framework/js_api_test_one/Test.json @@ -16,17 +16,17 @@ }, { "type": "ShellKit", - "run-command": ["remount", "mkdir /data/test"] + "run-command": ["remount", "mkdir -p /data/local/tmp/xts-test"] }, { "type": "PushKit", "push": [ - "ActsCertificateFrameworkJSNormalTest.hap->/data/test/ActsCertificateFrameworkJSNormalTest.hap" + "ActsCertificateFrameworkJSNormalTest.hap->/data/local/tmp/xts-test/ActsCertificateFrameworkJSNormalTest.hap" ] }, { "type": "ShellKit", - "run-command": ["chmod 644 /data/test/*.hap", "chmod 777 -R data"] + "run-command": ["chmod 777 -R /data/local/tmp/xts-test"] } ] } diff --git a/security/cryptoFramework/js_api_test_one/Test.json b/security/cryptoFramework/js_api_test_one/Test.json index 1573856c50d156ac9eed94be01a50c1385f5ddfe..35afab591a807d81b20fac93d05635e976060fa5 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 -p /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/xts-test"] } ] } 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..e8033704362ffa529079c2102bb3e75a21168dbb 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 -p /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/xts-test" ] } ] 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..598f7b47a19828f177c6ce5e44249dacffaf4e35 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 -p /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/xts-test" ] } ] 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..b39cd384c89ff73fb0368506b6cfa49bc7111fbe 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 -p /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/xts-test" ] } ]