From 2e51696943687dcbb5d1a41b2aa693c3fa085b53 Mon Sep 17 00:00:00 2001 From: Prachi Gupta Date: Tue, 15 May 2018 16:51:49 -0500 Subject: wrap_test: set MFG_WRAP_TEST_LINKS_SET on the destination target processMrw was copying the attribute from ABUS connection to the src target of the connection. We needed to place the same value on the destination target as well. Change-Id: Id5b867a028c59b73122b44f9863baaf71872e74d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58868 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: SWATHI M. BHATTIPROLU Disable-CI: SWATHI M. BHATTIPROLU Reviewed-by: Roland Veloz Reviewed-by: William G. Hoffa --- src/usr/targeting/common/processMrw.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usr') diff --git a/src/usr/targeting/common/processMrw.pl b/src/usr/targeting/common/processMrw.pl index 33417f25e..a30c80c41 100755 --- a/src/usr/targeting/common/processMrw.pl +++ b/src/usr/targeting/common/processMrw.pl @@ -1654,6 +1654,7 @@ sub processAbus $link_set = $targetObj->getBusAttribute($aBus->{SOURCE},$aBus->{BUS_NUM},"MFG_WRAP_TEST_ABUS_LINKS_SET"); } $targetObj->setAttribute($target, "MFG_WRAP_TEST_ABUS_LINKS_SET", $link_set); + $targetObj->setAttribute($abus_dest_parent, "MFG_WRAP_TEST_ABUS_LINKS_SET", $link_set); } } -- cgit v1.2.1