未验证 提交 e2438b17 编写于 作者: O openharmony_ci 提交者: Gitee

!7855 【OpenHarmony 4.0.3.3】【安全子系统】1018分支安全测试套修改hap安装路径

Merge pull request !7855 from qiaozzzh/0307_1
...@@ -16,17 +16,17 @@ ...@@ -16,17 +16,17 @@
}, },
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": ["remount", "mkdir /data/test"] "run-command": ["remount", "mkdir /data/local/tmp/xts-test"]
}, },
{ {
"type": "PushKit", "type": "PushKit",
"push": [ "push": [
"ActsCryptoFrameworkJSNormalTest.hap->/data/test/ActsCryptoFrameworkJSNormalTest.hap" "ActsCryptoFrameworkJSNormalTest.hap->/data/local/tmp/xts-test/ActsCryptoFrameworkJSNormalTest.hap"
] ]
}, },
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": ["chmod 644 /data/test/*.hap", "chmod 777 -R data"] "run-command": ["chmod 777 -R /data/local/tmp"]
} }
] ]
} }
...@@ -16,17 +16,17 @@ ...@@ -16,17 +16,17 @@
}, },
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": ["remount", "mkdir /data/test"] "run-command": ["remount", "mkdir /data/local/tmp/xts-test"]
}, },
{ {
"type": "PushKit", "type": "PushKit",
"push": [ "push": [
"ActsCryptoFrameworkJSNormalTwoTest.hap->/data/test/ActsCryptoFrameworkJSNormalTwoTest.hap" "ActsCryptoFrameworkJSNormalTwoTest.hap->/data/local/tmp/xts-test/ActsCryptoFrameworkJSNormalTwoTest.hap"
] ]
}, },
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": ["chmod 644 /data/test/*.hap", "chmod 777 -R data"] "run-command": ["chmod 777 -R /data/local/tmp"]
} }
] ]
} }
...@@ -19,20 +19,19 @@ ...@@ -19,20 +19,19 @@
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"remount", "remount",
"mkdir /data/test" "mkdir /data/local/tmp/xts-test"
] ]
}, },
{ {
"type": "PushKit", "type": "PushKit",
"push": [ "push": [
"ActsUserauthTest.hap->/data/test/ActsUserauthTest.hap" "ActsUserauthTest.hap->/data/local/tmp/xts-test/ActsUserauthTest.hap"
] ]
}, },
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"chmod 644 /data/test/*.hap", "chmod 777 -R /data/local/tmp"
"chmod 777 -R data"
] ]
} }
] ]
......
...@@ -19,20 +19,19 @@ ...@@ -19,20 +19,19 @@
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"remount", "remount",
"mkdir /data/test" "mkdir /data/local/tmp/xts-test"
] ]
}, },
{ {
"type": "PushKit", "type": "PushKit",
"push": [ "push": [
"ActsUserauthnopermissionTest.hap->/data/test/ActsUserauthnopermissionTest.hap" "ActsUserauthnopermissionTest.hap->/data/local/tmp/xts-test/ActsUserauthnopermissionTest.hap"
] ]
}, },
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"chmod 644 /data/test/*.hap", "chmod 777 -R /data/local/tmp"
"chmod 777 -R data"
] ]
} }
] ]
......
...@@ -19,20 +19,19 @@ ...@@ -19,20 +19,19 @@
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"remount", "remount",
"mkdir /data/test" "mkdir /data/local/tmp/xts-test"
] ]
}, },
{ {
"type": "PushKit", "type": "PushKit",
"push": [ "push": [
"ActsUserauthTwoTest.hap->/data/test/ActsUserauthTwoTest.hap" "ActsUserauthTwoTest.hap->/data/local/tmp/xts-test/ActsUserauthTwoTest.hap"
] ]
}, },
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"chmod 644 /data/test/*.hap", "chmod 777 -R /data/local/tmp"
"chmod 777 -R data"
] ]
} }
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册