diff options
Diffstat (limited to 'documentation/dev-manual/runtime-testing.rst')
-rw-r--r-- | documentation/dev-manual/runtime-testing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/runtime-testing.rst b/documentation/dev-manual/runtime-testing.rst index 7b9345fb79..bd3f42ac09 100644 --- a/documentation/dev-manual/runtime-testing.rst +++ b/documentation/dev-manual/runtime-testing.rst | |||
@@ -199,7 +199,7 @@ perform a one-time setup of your controller image by doing the following: | |||
199 | "controller" image and you can customize the image recipe as you would | 199 | "controller" image and you can customize the image recipe as you would |
200 | any other recipe. | 200 | any other recipe. |
201 | 201 | ||
202 | Here are the image recipe requirements: | 202 | Image recipe requirements are: |
203 | 203 | ||
204 | - Inherits ``core-image`` so that kernel modules are installed. | 204 | - Inherits ``core-image`` so that kernel modules are installed. |
205 | 205 | ||
@@ -578,7 +578,7 @@ data: | |||
578 | When set to "true", the package is not automatically installed into | 578 | When set to "true", the package is not automatically installed into |
579 | the DUT. | 579 | the DUT. |
580 | 580 | ||
581 | Following is an example JSON file that handles test "foo" installing | 581 | Here is an example JSON file that handles test "foo" installing |
582 | package "bar" and test "foobar" installing packages "foo" and "bar". | 582 | package "bar" and test "foobar" installing packages "foo" and "bar". |
583 | Once the test is complete, the packages are removed from the DUT:: | 583 | Once the test is complete, the packages are removed from the DUT:: |
584 | 584 | ||