Skip to content

Commit

Permalink
Add units to the extended tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Dec 19, 2024
1 parent ed77750 commit 96844c5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion providers/tutorial/units/extended_tutorial.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ template-unit: job
id: network_available_{interface}
template-id: network_available_interface
template-filter:
network_iface_info.link_type == "ether" and network_iface_info.link_info_kind == ""
(network_iface_info.link_type == "ether" and network_iface_info.link_info_kind == "")
requires:
(network_iface_info.interface == "{interface}" and network_iface_info.operstate == "UP")
command:
Expand Down
29 changes: 29 additions & 0 deletions providers/tutorial/units/test-plan.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,32 @@ _name: Checkbox Base Tutorial Test Plan (using manifest)
include:
tutorial/passing
tutorial/manifest

unit: test plan
id: tutorial-extended
_name: Extended Tutorial Test Plan
bootstrap_include:
network_iface_info
include:
network_available_.*
network_available
network_speed certification-status=blocker
nested_part:
submission-cert-automated
certification_status_overrides:
apply blocker to network_available

unit: test plan
id: tutorial-extended-oldid
_name: (alias) Extended Tutorial Test Plan (now called just tutorial-extended)
nested_part:
tutorial-extended

unit: test plan
id: tutorial-extended-no-speed
_name: Extended Tutorial Test Plan without the speed test
nested_part:
tutorial-extended
exclude:
network_speed
info/systemd-analyze-critical-chain

0 comments on commit 96844c5

Please sign in to comment.