[why] In markdown documents, the newline effect is not shown, content not placed in ``` ''' would be displayed as a single line, readability would be reduced.
Signed-off-by: Li Ping 1477412247@qq.com --- sparrow/README.md | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/sparrow/README.md b/sparrow/README.md index 794e433..3d7cdd0 100644 --- a/sparrow/README.md +++ b/sparrow/README.md @@ -72,8 +72,10 @@ ```
执行上述命令正常情况下会提示信息如下: + ``` submit /c/lkp-tests/jobs/iperf.yaml failed, got job_id=0, error: Error resolving real path of '/srv/os/openeuler/aarch64/20.03/boot/vmlinuz': No such file or directory submit /c/lkp-tests/jobs/iperf.yaml failed, got job_id=0, error: Error resolving real path of '/srv/os/openeuler/aarch64/20.03/boot/vmlinuz': No such file or directory + ``` compass-ci搭建完毕,执行步骤4下载所需要的rootfs文件就可以开始进行测试了。
4. 下载rootfs文件(根据所需要的rootfs在[该目录](http://124.90.34.227:11300/os/)%E4%B8%8B%E8%8E%B7%E5%8F%96%E5%AF%B9%E5%BA%94...