You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config_reference.rst
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -416,8 +416,7 @@ System Partition Configuration
416
416
:required: No
417
417
:default: ``{}``
418
418
419
-
User defined attributes of the system partition that will be accessible from the ReFrame tests.
420
-
By default it is an empty dictionary.
419
+
User defined attributes of the partition. This will be accessible through the :attr:`~reframe.core.systems.SystemPartition.extras` attribute of the :attr:`~reframe.core.pipeline.RegressionTest.current_partition`.
421
420
422
421
.. versionadded:: 3.5.0
423
422
@@ -582,6 +581,16 @@ They are associated with `system partitions <#system-partition-configuration>`__
582
581
Variables are set after the environment modules are loaded.
583
582
584
583
584
+
.. js:attribute:: .environments[].extras
585
+
586
+
:required: No
587
+
:default: ``{}``
588
+
589
+
User defined attributes of the environment. This will be accessible through the :attr:`~reframe.core.environments.Environment.extras` attribute of the :attr:`~reframe.core.pipeline.RegressionTest.current_environ`.
0 commit comments