Skip to content

Commit b7d295b

Browse files
committed
Use the testplan id instead of the regex
1 parent 96844c5 commit b7d295b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/tutorial/writing-tests/test-plan.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,14 +256,15 @@ include (or the submissions will be rejected): ``submission-cert-automated``.
256256
Let's include it in our test plan:
257257

258258
.. code-block::
259+
:emphasize-lines: 10-12
259260
260261
unit: test plan
261262
id: tutorial-extended
262263
_name: Extended Tutorial Test Plan
263264
bootstrap_include:
264265
network_iface_info
265266
include:
266-
network_available_.*
267+
network_available_interface
267268
network_available
268269
network_speed certification-status=blocker
269270
nested_part:

0 commit comments

Comments
 (0)