Update condition when is should be running accordingly to the current login in ngcp-service template: >> /etc/ngcp-config/templates/etc/ngcp-service/nsservices.yml.tt2 > ... > enable: [% (janus.enable == 'yes' || (rtcengine.conference.enable == 'yes' && rtcengine.conference.type == 'janus')) ? 'yes' : 'no' %] Otherwise PRO system upgraded from mr6.5 to mr7.5 doesn't pass testing: > Service: janus.service: running: doesn't match, expect: [false] found: [true] > Process: janus: running: doesn't match, expect: [false] found: [true] > root@sp1:~# ngcpcfg values janus.enable > no > root@sp1:~# ngcpcfg values rtcengine.conference.enable > yes > root@sp1:~# ngcpcfg values rtcengine.conference.type > janus > root@sp1:~# So, test should be corrected here. Change-Id: If087da14763f2016a18c5e00cf81582f93d4e1a6changes/15/32615/1
parent
cf5aebddbf
commit
f4385e9a3c
Loading…
Reference in new issue