summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2018-05-15 16:51:49 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-05-16 17:01:57 -0400
commit2e51696943687dcbb5d1a41b2aa693c3fa085b53 (patch)
tree7e4fb7ef3f26e07c45d68e4e17aa25023ac66a71
parente71f194cb0ba1c75d9781cb6f1fc4365deaa4672 (diff)
downloadtalos-hostboot-2e51696943687dcbb5d1a41b2aa693c3fa085b53.tar.gz
talos-hostboot-2e51696943687dcbb5d1a41b2aa693c3fa085b53.zip
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 <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: SWATHI M. BHATTIPROLU <bhmadhur@in.ibm.com> Disable-CI: SWATHI M. BHATTIPROLU <bhmadhur@in.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
-rwxr-xr-xsrc/usr/targeting/common/processMrw.pl1
1 files changed, 1 insertions, 0 deletions
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);
}
}
OpenPOWER on IntegriCloud