View Issue Details

IDProjectCategoryView StatusLast Update
0005735CTT UA Scripts1 - Script Issuepublic2022-08-02 20:04
ReporterPaul Hunkar Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Summary0005735: Address Space Model - Address Space Events - initialize
Description

This is a clone of an existing test case - but in this one we need to review all of the test cases that are marked as skipped and ensure they are correct (then re-enable them) and fix them as needed.

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 0005618 closedSebastian Allmendinger Compliance Test Tool (CTT) Unified Architecture Address Space Model - Address Space Events - initialize 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-06-18 16:53 Paul Hunkar New Issue
2020-06-18 16:53 Paul Hunkar Issue generated from: 0005618
2020-06-18 16:54 Paul Hunkar Relationship added related to 0005618
2020-07-10 17:38 Paul Hunkar Assigned To => Alexander Allmendinger
2020-07-10 17:38 Paul Hunkar Status new => assigned
2022-08-02 20:04 Paul Hunkar Project Compliance Test Tool (CTT) Unified Architecture => CTT UA Scripts