提交 0f7f1c57 编写于 作者: Q qiaozzzh

修改测试套路径

Signed-off-by: Nqiaozzzh <qiaozhang@huawei.com>
Change-Id: Ia15c4c00ec9b4379a1fda3109b656c038e4c8a92
上级 4bbe9f45
...@@ -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.
先完成此消息的编辑!
想要评论请 注册