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

修改测试套路径

Signed-off-by: Nqiaozzzh <qiaozhang@huawei.com>
Change-Id: Ia15c4c00ec9b4379a1fda3109b656c038e4c8a92
上级 4bbe9f45
......@@ -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"]
}
]
}
......@@ -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"]
}
]
}
......@@ -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"
]
}
]
......
......@@ -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"
]
}
]
......
......@@ -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"
]
}
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册