CTT some failed tests Solved #1288
Replies: 3 comments 4 replies
-
I'll try to look into these today.
This is fine, but in my experience with the CTT in the past it's also likely you'll find bugs in the CTT scripts, which need to be reported to the OPC Foundation Mantis issue tracker. What version of the CTT are you using? |
Beta Was this translation helpful? Give feedback.
-
Notes to self:
|
Beta Was this translation helpful? Give feedback.
-
@johannwesely I don't have a CTT set up right now. Please test #1292 when you have a chance. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I think i solved some problems regarding ctt and want to ask if my solutions seems legit and if you could add them to dev1.0?
I had an Issue with CTT Script Base Information->Base Info Type System-> ReferenceTypesValidation
I added in AttributeReader Line 156 a symmetric check as mentioned in part 3,5.2
and im green
Also I had Problem with ServerDiagnostics
here i set in OPcUaNamespace the ServerDiagnostic Enabled Flag in line 186
serverTypeNode.getServerDiagnosticsNode().setEnabledFlag(true);
now i have an new error(ConditionType not found) but Timestamps are correct now.
How is this flag meant to be set must the client first enable and then use diagnostics ? But Ctt doesn't do this in script.
Im Trying to figure out more CTT failure solutions, but i dont know if the Forum is the right place to post them?
Kind Regards
Johann Wesely
Beta Was this translation helpful? Give feedback.
All reactions