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 21, 2024
1 parent e26d699 commit 3623cfe
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 @@ -29,6 +29,10 @@ A race condition in the
thus multihost tests using this provision method should now work
reliably without unexpected connection failures.

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 3623cfe

Please sign in to comment.