View Issue Details

IDProjectCategoryView StatusLast Update
0005381Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2020-04-17 15:49
ReporterVeronique Broise Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
OSWindows 10 Pro 64bitsOS Version10.0.18362 
Fixed in Version1.03.341.394 
Summary0005381: Pb with Err-001.js of Address Space WriteMask CU
Description

CTT version = 1.3.341.390

The script Address Space WriteMask/Err-001.js fails systematically with message:
Test.Execute() encounted an unexpected error: TypeError: Result of expression ‘SuppressBadValueStatus’ [undefined] is not an object.

This seems due to a missing mandatory argument 'SuppressBadValueStatus' in the method call 'checkReadError' (of ServiceBased/AttributeServiceSet/Read.js).

Steps To Reproduce

1 - Configure CTT settings "Server Test/NodesIds/Static/All Profiles/Scalar/Bool" with a node with WriteMask set to 96 (for ex).

2 - Select the CU Address Space WriteMask.

3 - Run CTT

Additional Information

With the modification below, in Err-001.js, the test becomes successful:

Actual ( => test fail):
if (checkReadError( readReq, readRes, expectedResults))

Fix proposal:
var suppBadValueStatus = [];
if (checkReadError( readReq, readRes, expectedResults, undefined, undefined, undefined, suppBadValueStatus ) )

TagsNo tags attached.
Files Affected

Relationships

related to 0005206 closedAlexander Allmendinger UnexpectedError if the CTT has to split a Read into multiple requests 

Activities

Sebastian Allmendinger

2020-02-14 07:44

developer   ~0011609

This issue should be fixed in the next version by the changes made due to MantisId = 5206.

Paul Hunkar

2020-04-17 15:49

administrator   ~0011945

reviewed in CMP meeting

Issue History

Date Modified Username Field Change
2020-01-13 10:17 Veronique Broise New Issue
2020-01-27 15:15 Paul Hunkar Assigned To => Alexander Allmendinger
2020-01-27 15:15 Paul Hunkar Status new => assigned
2020-02-14 07:36 Sebastian Allmendinger Relationship added related to 0005206
2020-02-14 07:44 Sebastian Allmendinger Assigned To Alexander Allmendinger => Sebastian Allmendinger
2020-02-14 07:44 Sebastian Allmendinger Status assigned => resolved
2020-02-14 07:44 Sebastian Allmendinger Resolution open => fixed
2020-02-14 07:44 Sebastian Allmendinger Fixed in Version => 1.03.341.394
2020-02-14 07:44 Sebastian Allmendinger Note Added: 0011609
2020-04-17 15:49 Paul Hunkar Status resolved => closed
2020-04-17 15:49 Paul Hunkar Note Added: 0011945