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

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

Merge pull request !7888 from qiaozzzh/0309_1
......@@ -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"]
}
]
}
......@@ -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"]
}
]
}
......@@ -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"
]
}
]
......
......@@ -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"
]
}
]
......
......@@ -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"
]
}
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册