From c66f73ccd993df8f4c927fd576ca287097386404 Mon Sep 17 00:00:00 2001 From: hu-weihua Date: Fri, 29 Sep 2017 02:13:33 -0400 Subject: [PATCH] modify depending on comments --- .../switchdiscover/switch_based_switch_discovery_key_process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/autotest/testcase/switchdiscover/switch_based_switch_discovery_key_process b/xCAT-test/autotest/testcase/switchdiscover/switch_based_switch_discovery_key_process index 86ae22b4b..5d252baef 100755 --- a/xCAT-test/autotest/testcase/switchdiscover/switch_based_switch_discovery_key_process +++ b/xCAT-test/autotest/testcase/switchdiscover/switch_based_switch_discovery_key_process @@ -240,7 +240,7 @@ sub check_test_case_self_conf { if (grep(/$arp_mc/, (keys %mac_nodename_map))) { $monitor_switch{ $mac_nodename_map{$arp_mc} }{workingip} = $ip; $monitor_switch{ $mac_nodename_map{$arp_mc} }{mac} = $arp_mc; - $monitor_switch{ $mac_nodename_map{$arp_mc} }{discover_status} = 0b00; + $monitor_switch{ $mac_nodename_map{$arp_mc} }{discover_status} = 0b000; --$without_working_ip; push @matchedip, $ip; }