Skip to content

Add functionality to set properties w/o exact addressing of the components

Tomasz Bold requested to merge tbold/athena:prop-setter-attempt2 into master

This MR adds a function foreach_component that is capable of capturing components buried deep in CA. It allows to set attributes (only the OutputLevel is allowed) for these components using UNIX like wildcards. Also, move CA test to a separate file so that every CA use is not importing the test cases.

Edited by Tomasz Bold

Merge request reports