View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004055 | Compliance Test Tool (CTT) Unified Architecture | 1 - Script Issue | public | 2017-11-09 15:39 | 2019-08-31 14:43 |
Reporter | Paul Hunkar | Assigned To | Alexander Allmendinger | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.03 | ||||
Target Version | 1.03 | Fixed in Version | 1.03.341.381 | ||
Summary | 0004055: 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. | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
|
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])] } ); |
|
reviewed in extra CMP call |
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 |