From 2a203d9db5041455ccccd72fcace43a3f8abb60c Mon Sep 17 00:00:00 2001 From: lihaipeng Date: Thu, 15 Aug 2024 06:16:29 -0400 Subject: [PATCH] Hide the self-test module --- uos-sysmig/sysmig_agent/Abisystmcompchk.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/uos-sysmig/sysmig_agent/Abisystmcompchk.py b/uos-sysmig/sysmig_agent/Abisystmcompchk.py index 53d8635..7e136a4 100644 --- a/uos-sysmig/sysmig_agent/Abisystmcompchk.py +++ b/uos-sysmig/sysmig_agent/Abisystmcompchk.py @@ -742,10 +742,6 @@ def MutilThread(nameList, Query, muth_logger): return True #print('============================= START TIME : %s =============================' %(datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S'))) -#rst = migrate_before_abi_chk(Queue, 1) -#rst = migrate_behind_abi_chk() -#rst = agent_ABI_check_result() +#rst = migrate_before_abi_chk(Queue, 1, 'A') #Queue.queue.clear() -#print(rst) #print('============================= END TIME :%s =============================' %(datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S'))) - -- Gitee