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 1a2e9ec4fe..7a2b42f25a 100644 --- a/documentation/dev-manual/runtime-testing.rst +++ b/documentation/dev-manual/runtime-testing.rst | |||
@@ -193,7 +193,7 @@ perform a one-time setup of your controller image by doing the following: | |||
193 | "controller" image and you can customize the image recipe as you would | 193 | "controller" image and you can customize the image recipe as you would |
194 | any other recipe. | 194 | any other recipe. |
195 | 195 | ||
196 | Here are the image recipe requirements: | 196 | Image recipe requirements are: |
197 | 197 | ||
198 | - Inherits ``core-image`` so that kernel modules are installed. | 198 | - Inherits ``core-image`` so that kernel modules are installed. |
199 | 199 | ||
@@ -572,7 +572,7 @@ data: | |||
572 | When set to "true", the package is not automatically installed into | 572 | When set to "true", the package is not automatically installed into |
573 | the DUT. | 573 | the DUT. |
574 | 574 | ||
575 | Following is an example JSON file that handles test "foo" installing | 575 | Here is an example JSON file that handles test "foo" installing |
576 | package "bar" and test "foobar" installing packages "foo" and "bar". | 576 | package "bar" and test "foobar" installing packages "foo" and "bar". |
577 | Once the test is complete, the packages are removed from the DUT:: | 577 | Once the test is complete, the packages are removed from the DUT:: |
578 | 578 | ||