Skip to content

Commit

Permalink
Update spec files
Browse files Browse the repository at this point in the history
  • Loading branch information
skycastlelily committed Jul 2, 2024
1 parent 76b5ff2 commit 6f64a0d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions spec/hardware/cpu.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@ example:

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

link:
- implemented-by: /tmt/steps/provision/artemis.py
note: "``size`` only"
note: "``size`` ``model-name`` only"
- implemented-by: /tmt/steps/provision/mrack.py
note: "``block-device`` not implemented yet"
- implemented-by: /tmt/steps/provision/testcloud.py
note: "``size`` only with ``=``, ``>=`` and ``<=`` operators only"
5 changes: 2 additions & 3 deletions spec/hardware/gpu.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ example:
gpu:
vendor-name: NVIDIA

# NOTE: not yet supported
# link:
# - implemented-by: /tmt/steps/provision/artemis.py
link:
- implemented-by: /tmt/steps/provision/artemis.py
1 change: 1 addition & 0 deletions spec/hardware/zcrypt.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ example:

link:
- implemented-by: /tmt/steps/provision/mrack.py
- implemented-by: /tmt/steps/provision/artemis.py

0 comments on commit 6f64a0d

Please sign in to comment.