View Issue Details

IDProjectCategoryView StatusLast Update
0005425Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2020-06-04 15:26
ReporterTaketoshi Satomura Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.03.341.390 
Fixed in Version1.03.341.394 
Summary0005425: If a client set -1 at a value, the UACTT make an incorrect behavior.
Description

Test cases are following
Monitored Item Services - Monitor Client Value Change - Err-006-02, 03

I think there is a problem with the UACTT.
If we request -1 to  “SamplingInterval”, “revisedsmplingInterval” will be  -10.

Additional Information

This script is missing the same if-clause which is available in the modify conformance unit. If you add the following line before the calculation this case will be handled.
if( request.ItemsToCreate[0].RequestedParameters.SamplingInterval <= 0 ) request.ItemsToCreate[0].RequestedParameters.SamplingInterval = 10;
Could you please create a Mantis Issue for this?

TagsNo tags attached.
Files Affected

Activities

Alexander Allmendinger

2020-02-04 17:16

developer   ~0011529

Scripts were missing checks for the case when the client requests a SamplingInterval of "-1" which would have lead to a wrong calculation of the value.

Paul Hunkar

2020-06-04 15:26

administrator   ~0012186

reviewed in CMP call

Issue History

Date Modified Username Field Change
2020-02-03 10:57 Taketoshi Satomura New Issue
2020-02-04 16:54 Paul Hunkar Assigned To => Alexander Allmendinger
2020-02-04 16:54 Paul Hunkar Status new => assigned
2020-02-04 17:16 Alexander Allmendinger Status assigned => resolved
2020-02-04 17:16 Alexander Allmendinger Resolution open => fixed
2020-02-04 17:16 Alexander Allmendinger Fixed in Version => 1.03.341.394
2020-02-04 17:16 Alexander Allmendinger Note Added: 0011529
2020-06-04 15:26 Paul Hunkar Status resolved => closed
2020-06-04 15:26 Paul Hunkar Note Added: 0012186