Skip to content

Commit

Permalink
squash: update docs and spec
Browse files Browse the repository at this point in the history
  • Loading branch information
skycastlelily committed Oct 22, 2024
1 parent 3e35c28 commit dc2a661
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ to override the default locations.

__ https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux/image-mode

The :ref:`/plugins/provision/beaker` provision plugin gains
support for :ref:`system.model-name</spec/hardware/system>`
hardware requirement.


tmt-1.37.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
10 changes: 9 additions & 1 deletion spec/hardware/system.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,20 @@ description: |
# Integer or string, required number of NUMA nodes.
numa-nodes: 2|">= 2"

.. versionchanged:: 1.38
``beaker`` plugins supports ``model-name``

example:
- |
# Select any system by a given vendor
system:
vendor-name: "~ HPE"

- |
# Select any system by a given model name
system:
model-name: "~ PowerEdge R750"

- |
# Select any HPE system with enough NUMA nodes.
system:
Expand All @@ -34,4 +42,4 @@ example:

link:
- implemented-by: /tmt/steps/provision/mrack.py
note: "``system.numa-nodes`` only"
note: "``system.numa-nodes`` and ``system.model-name`` only"

0 comments on commit dc2a661

Please sign in to comment.