Skip to content

Update RFW -> v6 to v7

Sam Wilson requested to merge wip-rfw-v6-to-v7 into master

Update RFW from v6 to v7

Partner to https://gitlab.cern.ch/mro/controls/sambuca/tests/-/merge_requests/27

main changes:

  • replace WITH NAME with AS due to WITH NAME syntax becoming deprecated
  • Update Listener to use listener version API v3 as this was set as the default in RFW v7. Issues with backwards compatibility with v6 so addressed this by making a listener that dynamically chooses which listener api to use based on RFW version info
  • Added tests for the listener implementation
Edited by Sam Wilson

Merge request reports