diff options
| author | Prachi Gupta <pragupta@us.ibm.com> | 2017-03-24 14:17:48 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-05-23 14:02:55 -0400 |
| commit | 3d40df249d4ff2f2f6a3c17dcab7d069a355d28a (patch) | |
| tree | c4dae42b02565637586d2c254ab8077a3dac1658 /src/usr/scom/test | |
| parent | da1946689af4b765c9ad5c6a7f64cc4f34df252a (diff) | |
| download | talos-hostboot-3d40df249d4ff2f2f6a3c17dcab7d069a355d28a.tar.gz talos-hostboot-3d40df249d4ff2f2f6a3c17dcab7d069a355d28a.zip | |
Changing NV target to OBUS_BRICK and mark it a child of OBUS
Change-Id: I17b52033d1e6811c320f201056708f31ef34d0e9
RTC:171597
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38481
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/scom/test')
| -rw-r--r-- | src/usr/scom/test/scomtest.H | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/scom/test/scomtest.H b/src/usr/scom/test/scomtest.H index eb712665e..a9a7ca97a 100644 --- a/src/usr/scom/test/scomtest.H +++ b/src/usr/scom/test/scomtest.H @@ -961,18 +961,18 @@ public: // remove OBUS3 target epath.removeLast(); - //add NV0 target - epath.addLast(TARGETING::TYPE_NV,0); + //add OBUS_BRICK0 target + epath.addLast(TARGETING::TYPE_OBUS_BRICK,0); scom_targets[myNV0] = TARGETING::targetService().toTarget(epath); - // remove NV0 target + // remove OBUS_BRICK0 target epath.removeLast(); - // add NV1 target. - epath.addLast(TARGETING::TYPE_NV,1); + // add OBUS_BRICK1 target. + epath.addLast(TARGETING::TYPE_OBUS_BRICK,1); scom_targets[myNV1] = TARGETING::targetService().toTarget(epath); - // remove NV1 target + // remove OBUS_BRICK1 target epath.removeLast(); //add PPE0 target |

