提交 2ff368ca 编写于 作者: L lifeng68

CI: rebase master at 6.29

Signed-off-by: Nlifeng68 <lifeng68@huawei.com>
上级 f46dd18e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# attributes: isulad cri cni # attributes: isulad cri cni
# concurrent: NA # concurrent: NA
# spend time: 46 # spend time: 45
curr_path=$(dirname $(readlink -f "$0")) curr_path=$(dirname $(readlink -f "$0"))
data_path=$(realpath $curr_path/criconfigs) data_path=$(realpath $curr_path/criconfigs)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# attributes: isulad inheritance create # attributes: isulad inheritance create
# concurrent: YES # concurrent: YES
# spend time: 5 # spend time: 4
####################################################################### #######################################################################
##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved. ##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# attributes: isulad inheritance start # attributes: isulad inheritance start
# concurrent: YES # concurrent: YES
# spend time: 2 # spend time: 1
####################################################################### #######################################################################
##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved. ##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# attributes: isulad basic export container # attributes: isulad basic export container
# concurrent: NA # concurrent: NA
# spend time: 8 # spend time: 5
####################################################################### #######################################################################
##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved. ##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# attributes: isulad inheritance kill # attributes: isulad inheritance kill
# concurrent: YES # concurrent: YES
# spend time: 12 # spend time: 9
####################################################################### #######################################################################
##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved. ##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# attributes: isulad inheritance restart # attributes: isulad inheritance restart
# concurrent: YES # concurrent: YES
# spend time: 31 # spend time: 33
####################################################################### #######################################################################
##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved. ##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# attributes: isulad inheritance restartpolicy # attributes: isulad inheritance restartpolicy
# concurrent: NO # concurrent: NO
# spend time: 23 # spend time: 24
####################################################################### #######################################################################
##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved. ##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# attributes: isulad inheritance run # attributes: isulad inheritance run
# concurrent: YES # concurrent: YES
# spend time: 3 # spend time: 4
####################################################################### #######################################################################
##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved. ##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# attributes: isulad share namepaces # attributes: isulad share namepaces
# concurrent: NO # concurrent: NO
# spend time: 24 # spend time: 25
####################################################################### #######################################################################
##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved. ##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# attributes: isulad inheritance stop # attributes: isulad inheritance stop
# concurrent: YES # concurrent: YES
# spend time: 23 # spend time: 28
####################################################################### #######################################################################
##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved. ##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# attributes: isulad inheritance update # attributes: isulad inheritance update
# concurrent: YES # concurrent: YES
# spend time: 15 # spend time: 16
####################################################################### #######################################################################
##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved. ##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved.
...@@ -26,7 +26,7 @@ source ../helpers.bash ...@@ -26,7 +26,7 @@ source ../helpers.bash
function do_test_t() function do_test_t()
{ {
containername=test_update containername=test_update
containerid=`isula create -t --memory 50M --name $containername busybox` containerid=`isula create -t --name $containername busybox`
fn_check_eq "$?" "0" "create failed" fn_check_eq "$?" "0" "create failed"
testcontainer $containername inited testcontainer $containername inited
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# attributes: isulad basic image # attributes: isulad basic image
# concurrent: NA # concurrent: NA
# spend time: 2 # spend time: 4
####################################################################### #######################################################################
##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved. ##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# attributes: isulad basic image list ps inspect # attributes: isulad basic image list ps inspect
# concurrent: NA # concurrent: NA
# spend time: 5 # spend time: 4
####################################################################### #######################################################################
##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved. ##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# attributes: isulad basic image # attributes: isulad basic image
# concurrent: NA # concurrent: NA
# spend time: 2 # spend time: 18
####################################################################### #######################################################################
##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved. ##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# attributes: isulad basic remove image # attributes: isulad basic remove image
# concurrent: NA # concurrent: NA
# spend time: 10 # spend time: 8
####################################################################### #######################################################################
##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved. ##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# attributes: isulad basic image # attributes: isulad basic image
# concurrent: NA # concurrent: NA
# spend time: 7 # spend time: 6
####################################################################### #######################################################################
##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved. ##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# attributes: isulad inheritance version # attributes: isulad inheritance version
# concurrent: YES # concurrent: YES
# spend time: 12 # spend time: 7
####################################################################### #######################################################################
##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved. ##- @Copyright (C) Huawei Technologies., Ltd. 2020. All rights reserved.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册