未验证 提交 31381d65 编写于 作者: Z zhangfuzhi 提交者: Gitee

update Test.json.

Signed-off-by: Nzhangfuzhi <zhangfuzhi1@huawei.com>
上级 899c38b2
...@@ -19,14 +19,15 @@ ...@@ -19,14 +19,15 @@
{ {
"type" : "ShellKit", "type" : "ShellKit",
"run-command" : [ "run-command" : [
"mkdir /etc/ssl/test", "mount -o rw,remount /",
"mv /etc/ssl/certs/cacert.pem /etc/ssl/test/cacert.pem" "mkdir /etc/ssl/certs/test",
"mv /etc/ssl/certs/cacert.pem /etc/ssl/certs/test/cacert.pem"
] ]
}, },
{ {
"type" : "ShellKit", "type" : "ShellKit",
"teardown-command" : [ "teardown-command" : [
"mv /etc/ssl/test/cacert.pem /etc/ssl/certs/cacert.pem" "mv /etc/ssl/certs/test/cacert.pem /etc/ssl/certs/cacert.pem"
] ]
} }
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册