View Issue Details

IDProjectCategoryView StatusLast Update
0004055Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2019-08-31 14:43
ReporterPaul Hunkar Assigned ToAlexander Allmendinger  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.03 
Target Version1.03Fixed in Version1.03.341.381 
Summary0004055: Attribute writes need to have better cleanup
Description

In e.g. Attribute Services – Attribute Write Values – 001, the test tries to write an attribute and accepts StatusCode.Good and StatusCode.BadWriteNotSupported.

Also, in the clean up of the test revertToOriginalValues(), not so logically placed in initialize.jsConfused, no ExpectedAndAcceptedResults arguments are included so it tries to revert a value that hasn’t been changed and isn’t writable.

Thanks for the explanation. We are using the latest release, version 1.02.336.273.

TagsNo tags attached.
Files Affected

Activities

Alexander Allmendinger

2018-05-09 12:26

developer   ~0009033

Initialize Script has been changed in order to allow Bad_WriteNotSupported as well when reverting the Values.

WriteHelper.Execute({ NodesToWrite: originalScalarValues, ReadVerification: false, OperationResults: [new ExpectedAndAcceptedResults([StatusCode.Good, StatusCode.BadWriteNotSupported])] } );

Paul Hunkar

2019-08-31 14:43

administrator   ~0010856

reviewed in extra CMP call

Issue History

Date Modified Username Field Change
2017-11-09 15:39 Paul Hunkar New Issue
2017-11-09 15:39 Paul Hunkar Status new => assigned
2017-11-09 15:39 Paul Hunkar Assigned To => Alexander Allmendinger
2018-05-09 12:26 Alexander Allmendinger Note Added: 0009033
2018-05-09 12:26 Alexander Allmendinger Status assigned => resolved
2018-05-09 12:26 Alexander Allmendinger Fixed in Version => 1.03.341.381
2018-05-09 12:26 Alexander Allmendinger Resolution open => fixed
2019-01-28 14:10 Paul Hunkar Category Script Issue => 1 - Script Issue
2019-08-31 14:42 Paul Hunkar Target Version 1.04 => 1.03
2019-08-31 14:43 Paul Hunkar Status resolved => closed
2019-08-31 14:43 Paul Hunkar Note Added: 0010856