You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Arpad Boda (Jira)" <ji...@apache.org> on 2021/02/10 09:30:00 UTC

[jira] [Commented] (MINIFICPP-1290) Create test coverage for OPC processors

    [ https://issues.apache.org/jira/browse/MINIFICPP-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282335#comment-17282335 ] 

Arpad Boda commented on MINIFICPP-1290:
---------------------------------------

Currently OPC was only tested using Prosys OPC UA simulator.
This is enough to get familiar with the protocol.

The 3rd party we use can also be used to work as a server: https://open62541.org/

Steps:
1) Get familiar with the protocol and the library
2) Update 3rd party to the latest stable release
3) Create an OPC server using it and test basic functionality (list nodes, get different types of values, update them, create new nodes)
4) Test secure connectivity, integrated with SSL context service - this most probably requires modification of the code of processors

> Create test coverage for OPC processors
> ---------------------------------------
>
>                 Key: MINIFICPP-1290
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1290
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Arpad Boda
>            Priority: Major
>              Labels: MiNiFi-CPP-Hygiene
>
> Neither fetchOPC nor putOPC has proper test coverage now. 
> Test coverage should be extended. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)