1
0
Fork 0
tuned/tests/unit
Adriaan Schmidt b863272789 fix: move ownership of Variables from Application to Profile
Currently, there is one global Variables object, as member of the global
Application. When loading profiles, variables are added to it, but never
removed. So when switching profiles, there are still variables present
from the previous profile.
With this commit, the Variables object is now owned by the Profile.
It is created by the profile loader, so that more complex laod scenarios
(multiple profiles, potentially with includes) still only use one Variables
object.

Signed-off-by: Adriaan Schmidt <adriaan.schmidt@siemens.com>
2026-06-08 13:17:00 +02:00
..
exports Fixed building on RHEL-7/CentOS 7 2020-06-19 11:15:12 +02:00
hardware Fixed building on RHEL-7/CentOS 7 2020-06-19 11:15:12 +02:00
monitors Fixed building on RHEL-7/CentOS 7 2020-06-19 11:15:12 +02:00
plugins fix: move ownership of Variables from Application to Profile 2026-06-08 13:17:00 +02:00
profiles fix: move ownership of Variables from Application to Profile 2026-06-08 13:17:00 +02:00
storage Fixed building on RHEL-7/CentOS 7 2020-06-19 11:15:12 +02:00
utils Merge pull request #417 from CZerta/rhbz1891036_striping_quotes_when_unpacking_cpu_list 2022-08-09 16:11:40 +02:00
__init__.py tests: moved tests under directory 'tests' 2019-11-18 16:34:11 +01:00
func_basic.sh tests: moved tests under directory 'tests' 2019-11-18 16:34:11 +01:00
globals.py Replace python flexmock module with builtin mock 2019-11-28 07:54:15 +01:00