View Issue Details

IDProjectCategoryView StatusLast Update
0005618Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2020-06-18 16:54
ReporterThomas Merk Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.04.09.394 
Fixed in Version1.03.341.396 
Summary0005618: Address Space Model - Address Space Events - initialize
Description

If this CU is selected, but no event items are configured, I get the following error(s):

Not enough event trigger node items configured.
Read.Response.ResponseHeader.ServiceResult is Bad: BadNothingToDo (0x800f0000)
called from: D:/OPC/OPCToolboxV5/trunk/Test/CTT_1.4.9.395/CppTestServer/library/ClassBased/UaR.js line: 201
called from: D:/OPC/OPCToolboxV5/trunk/Test/CTT_1.4.9.395/CppTestServer/library/ServiceBased/AttributeServiceSet/Read.js line: 129
called from: D:/OPC/OPCToolboxV5/trunk/Test/CTT_1.4.9.395/CppTestServer/library/ServiceBased/AttributeServiceSet/Read.js line: 67
called from: D:/OPC/OPCToolboxV5/trunk/Test/CTT_1.4.9.395/CppTestServer/maintree/Address Space Model/Address Space Events/Test Cases/initialize.js line: 18

The "Initialize" script DOES stop the CU, but does not stop itself.

Most likely it would be better if it would read like
if (!isDefined(eventTriggerItems) || eventTriggerItems.length === 0) {
addSkipped("Not enough event trigger node items configured."); stopCurrentUnit();
} else {
....
}

TagsNo tags attached.
Files Affected

Relationships

related to 0005735 assignedAlexander Allmendinger CTT UA Scripts Address Space Model - Address Space Events - initialize 

Activities

Sebastian Allmendinger

2020-06-04 14:34

developer   ~0012182

Because the test scripts for this CU are not yet released the whole CU will be skipped now without throwing an error.

Paul Hunkar

2020-06-18 16:54

administrator   ~0012429

reviewed in CMP call

Issue History

Date Modified Username Field Change
2020-05-05 13:59 Thomas Merk New Issue
2020-05-05 15:59 Paul Hunkar Assigned To => Sebastian Allmendinger
2020-05-05 15:59 Paul Hunkar Status new => assigned
2020-06-04 14:34 Sebastian Allmendinger Status assigned => resolved
2020-06-04 14:34 Sebastian Allmendinger Resolution open => fixed
2020-06-04 14:34 Sebastian Allmendinger Fixed in Version => 1.03.341.396
2020-06-04 14:34 Sebastian Allmendinger Note Added: 0012182
2020-06-18 16:53 Paul Hunkar Issue cloned: 0005735
2020-06-18 16:54 Paul Hunkar Relationship added related to 0005735
2020-06-18 16:54 Paul Hunkar Status resolved => closed
2020-06-18 16:54 Paul Hunkar Note Added: 0012429