Skip to content

Commit

Permalink
squash: update
Browse files Browse the repository at this point in the history
  • Loading branch information
skycastlelily authored and psss committed Jul 18, 2024
1 parent f5cd180 commit 66946d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions spec/hardware/cpu.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ example:

link:
- implemented-by: /tmt/steps/provision/artemis.py
note: "``cpu.vendor``, ``cpu.vendor-name`` not implemented yet"
note: "``cpu.vendor``, ``cpu.vendor-name`` and ``cpu.hyper-threading`` not implemented yet"
- implemented-by: /tmt/steps/provision/mrack.py
note: "``cpu.flag``, ``cpu.processors``, ``cpu.model``, ``cpu.cores``, ``cpu.model-name`` only"
note: "``cpu.flag``, ``cpu.processors``, ``cpu.model``, ``cpu.cores``, ``cpu.model-name`` and ``cpu.hyper-threading`` only"
2 changes: 1 addition & 1 deletion spec/hardware/disk.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ example:

link:
- implemented-by: /tmt/steps/provision/artemis.py
note: "``size`` ``model-name`` only"
note: "``size`` and ``model-name`` only"
- implemented-by: /tmt/steps/provision/mrack.py
note: "``block-device`` not implemented yet"
- implemented-by: /tmt/steps/provision/testcloud.py
Expand Down
4 changes: 4 additions & 0 deletions spec/hardware/system.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ example:
system:
vendor-name: "~ HPE"
numa-nodes: ">= 4"

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

0 comments on commit 66946d0

Please sign in to comment.