diff options
| author | Doug Gilbert <dgilbert@us.ibm.com> | 2014-07-31 14:19:29 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-09-08 09:43:28 -0500 |
| commit | 863f07b5d3f107bd9637912f9034b32d6a52a1f8 (patch) | |
| tree | d8a85a91388b42588ecd129dc70f07b786ac40ff /src/usr/errl/test | |
| parent | 82430140479f754d176808a5274d8e88fd0c5696 (diff) | |
| download | talos-hostboot-863f07b5d3f107bd9637912f9034b32d6a52a1f8.tar.gz talos-hostboot-863f07b5d3f107bd9637912f9034b32d6a52a1f8.zip | |
Tools for delivering SRC descriptions to PUBs
Change-Id: I1e909145a28c4cce750baee5d79f8f1672235ba9
RTC: 106255
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12841
Tested-by: Jenkins Server
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/errl/test')
| -rw-r--r-- | src/usr/errl/test/errluserdetailtest.H | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/src/usr/errl/test/errluserdetailtest.H b/src/usr/errl/test/errluserdetailtest.H index e80d038b4..714f7f0d9 100644 --- a/src/usr/errl/test/errluserdetailtest.H +++ b/src/usr/errl/test/errluserdetailtest.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2014 */ +/* Contributors Listed Below - COPYRIGHT 2011,2014 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -71,7 +73,8 @@ public: * @reasoncode ERRL_TEST_STRING_UD * @userdata1 Test data 1 * @userdata2 Test data 2 - * @devdesc User Details unit test - create string user detail data + * @devdesc User Details unit test - create string user detail data. + * @custdesc A problem occurred during the IPL of the system. */ errl = new ErrlEntry( ERRL_SEV_INFORMATIONAL, @@ -122,7 +125,8 @@ public: * @reasoncode ERRL_TEST_ATTRIBUTE_UD * @userdata1 Test data 1 * @userdata2 Test data 2 - * @devdesc User Details unit test - create string user detail data + * @devdesc User Details unit test - create string user detail data. + * @custdesc A problem occurred during the IPL of the system. */ errl = new ErrlEntry( ERRL_SEV_INFORMATIONAL, @@ -281,7 +285,9 @@ public: * @reasoncode ERRL_TEST_LOGREGISTER_UD * @userdata1 Test data 1 * @userdata2 Test data 2 - * @devdesc User Details unit test - create log register user detail data + * @devdesc User Details unit test + * - create log register user detail data. + * @custdesc A problem occurred during the IPL of the system. */ errl = new ERRORLOG::ErrlEntry( ERRORLOG::ERRL_SEV_INFORMATIONAL, |

