RAMpage experiment: result type IDs fixed
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1655 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -35,9 +35,9 @@ message RAMpageProtoMsg {
|
|||||||
// erroneous pfn was listed on the serial line, but no error was detected
|
// erroneous pfn was listed on the serial line, but no error was detected
|
||||||
PFN_WAS_LISTED = 3;
|
PFN_WAS_LISTED = 3;
|
||||||
// no "tested ..." line between "starting test pass" and "calculating stats"
|
// no "tested ..." line between "starting test pass" and "calculating stats"
|
||||||
NO_PFNS_TESTED = 3;
|
NO_PFNS_TESTED = 4;
|
||||||
LOCAL_TIMEOUT = 4;
|
LOCAL_TIMEOUT = 5;
|
||||||
GLOBAL_TIMEOUT = 5;
|
GLOBAL_TIMEOUT = 6;
|
||||||
// e.g., unknown string on serial line
|
// e.g., unknown string on serial line
|
||||||
UNKNOWN = 7;
|
UNKNOWN = 7;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user