summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-04-30 08:38:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-21 23:11:35 +0100
commit76d164d5ad61ba7771bc2aff473a78596edd3f37 (patch)
treea28f2a3cc5cd81f927f93378dac348a6ca961cdb /documentation
parent4d9919646aafb08d1d69a4e87590447d67f45c75 (diff)
downloadast2050-yocto-poky-76d164d5ad61ba7771bc2aff473a78596edd3f37.zip
ast2050-yocto-poky-76d164d5ad61ba7771bc2aff473a78596edd3f37.tar.gz
dev-manual: Updated requirements for writing a new test.
Fixes [YOCTO #7524] The "Writing New Tests" section needed more clarification in the first paragraph. One requirement is that minimally, an empty __iniit_.py file must exist in the runtime directory. (From yocto-docs rev: 8f003a9fe7c31bad7ed705a003a44761ba8b3c4f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 7a28176..1d4e34f 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -8656,9 +8656,19 @@
<ulink url='&YOCTO_DOCS_REF_URL;#var-BBPATH'><filename>BBPATH</filename></ulink>
is extended in the layer's
<filename>layer.conf</filename> file as normal).
- Just remember that filenames need to map directly to test
- (module) names and that you do not use module names that
- collide with existing core tests.
+ Just remember the following:
+ <itemizedlist>
+ <listitem><para>Filenames need to map directly to test
+ (module) names.
+ </para></listitem>
+ <listitem><para>Do not use module names that
+ collide with existing core tests.
+ </para></listitem>
+ <listitem><para>Minimally, an empty
+ <filename>__init__.py</filename> file must exist
+ in the runtime directory.
+ </para></listitem>
+ </itemizedlist>
</para>
<para>
OpenPOWER on IntegriCloud