View Issue Details

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

Test case is following;
Monitored Item Services - Monitor Client Modify - Err-004-02 , 03

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

Additional Information

Yes, this case is not handled in the Test script. Please change line 9 like this:
if( request.ItemsToModify[0].RequestedParameters.SamplingInterval <= 0 ) request.ItemsToModify[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:01

developer   ~0011526

The test case asks for a division of the requested SamplingInterval but the check was done on the RevisedSamplingInterval instead of the requested.
The script then did'n't handle the case, when the client is asking for a negative value "-1". Now the script is checking the Requested SamplingInterval and is setting it to 10 in case the SamplingInterval is smaller than "-1".

Paul Hunkar

2020-07-03 15:52

administrator   ~0012539

reviewed in CMP call

Issue History

Date Modified Username Field Change
2020-02-03 08:56 Taketoshi Satomura New Issue
2020-02-04 16:53 Paul Hunkar Assigned To => Alexander Allmendinger
2020-02-04 16:53 Paul Hunkar Status new => assigned
2020-02-04 17:01 Alexander Allmendinger Status assigned => resolved
2020-02-04 17:01 Alexander Allmendinger Resolution open => fixed
2020-02-04 17:01 Alexander Allmendinger Fixed in Version => 1.03.341.394
2020-02-04 17:01 Alexander Allmendinger Note Added: 0011526
2020-07-03 15:52 Paul Hunkar Status resolved => closed
2020-07-03 15:52 Paul Hunkar Note Added: 0012539