View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005644 | Compliance Test Tool (CTT) Unified Architecture | 1 - Script Issue | public | 2020-05-14 10:02 | 2020-05-22 14:22 |
Reporter | Matti Siponen | Assigned To | Alexander Allmendinger | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.04.09.394 | ||||
Fixed in Version | 1.03.341.396 | ||||
Summary | 0005644: Attribute Services / Attribute Write Values / 003.js only tests one of the configured Nodes | ||||
Description | The code that performs the test for different Nodes has been misplaced outside a for-loop that selects the Node to test. This results in testing only the last one of the configured Nodes instead of testing all of them. This also effects CTT version 1.04.09.395. | ||||
Additional Information | This test script can be fixed by replacing the following lines of code starting from line 14
with the following lines of code
| ||||
Tags | No tags attached. | ||||
Files Affected | |||||
|
As pointed out by Matti, the for loop was ending to early and therefore only verify one configured scalar instead of all of them. Moved the close for the for-loop to the end of the script so now every configured item is being tested. |
|
reviewed in CMP call |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-05-14 10:02 | Matti Siponen | New Issue | |
2020-05-15 17:55 | Paul Hunkar | Assigned To | => Alexander Allmendinger |
2020-05-15 17:55 | Paul Hunkar | Status | new => assigned |
2020-05-17 13:51 | Alexander Allmendinger | Status | assigned => resolved |
2020-05-17 13:51 | Alexander Allmendinger | Resolution | open => fixed |
2020-05-17 13:51 | Alexander Allmendinger | Fixed in Version | => 1.03.341.396 |
2020-05-17 13:51 | Alexander Allmendinger | Note Added: 0012065 | |
2020-05-22 14:22 | Paul Hunkar | Status | resolved => closed |
2020-05-22 14:22 | Paul Hunkar | Note Added: 0012093 |