the 'sfa' macro step involves reconfiguring/restarting sfa
[tests.git] / system / config_apiv2.py
1 def config (plc_specs, options):
2     for plc_spec in plc_specs:
3         plc_spec['sfa']['SFA_AGGREGATE_API_VERSION']=2
4     return plc_specs