Attention is currently required from: fixeria, lynxis lazus.
pespin has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39011?usp=email )
Change subject: PCU_Tests_SNS: sns_del: check if removed NS-VC still transmits ......................................................................
Patch Set 2:
(1 comment)
File pcu/PCU_Tests_SNS.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39011/comment/4389a2fc_15290... : PS1, Line 327: integer idx := 0, integer idx_del := 1, float tout := 20.0
You have to recompile anyways if you want to change it. […]
So if you have in TC_ctrl: execute( TC_sns_del(tout := 10.0) ); execute( TC_sns_del(tout := 25.0) );
How do they show in the junit xml file? they show with the same name? how do you differentaite them when seeing them in jenkins analytics?
See all the kind of things I'm bringing up which you didn't actually accounted for? Having different names for same test with different parameters allows for that, instead of passing parameters to it that way.