提交 b8bacaf5 编写于 作者: W wujing

fix register dt testcase coredump

Signed-off-by: Nwujing <Jing.Woo@outlook.com>
上级 84aed4f9
......@@ -630,7 +630,7 @@ TEST_F(RegistryUnitTest, test_pull_v2_image)
{
struct timespec start_time;
struct timespec end_time;
registry_pull_options options;
registry_pull_options options { 0x00 };
options.image_name = (char*)"hub-mirror.c.163.com/library/busybox:latest";
options.dest_image_name = (char*)"docker.io/library/busybox:latest";
options.skip_tls_verify = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册