From: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] oe-selftest: add new test for image manifest file creation
Date: Wed, 05 Mar 2014 10:40:36 +0200 [thread overview]
Message-ID: <5316E304.30709@linux.intel.com> (raw)
In-Reply-To: <1394008127-27700-1-git-send-email-alexandrux.palalau@linux.intel.com>
Scratch that, will send V2
On 3/5/2014 10:28 AM, Alexandru Palalau wrote:
> Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
> ---
> meta/lib/oeqa/selftest/bbtests.py | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/meta/lib/oeqa/selftest/bbtests.py b/meta/lib/oeqa/selftest/bbtests.py
> index 01e0099..b78d2a7 100644
> --- a/meta/lib/oeqa/selftest/bbtests.py
> +++ b/meta/lib/oeqa/selftest/bbtests.py
> @@ -74,6 +74,13 @@ class BitbakeTests(oeSelfTest):
> for f in ['pn-buildlist', 'pn-depends.dot', 'package-depends.dot', 'task-depends.dot']:
> os.remove(f)
>
> + def test_image_manifest(self):
> + bitbake('core-image-minimal')
> + deploydir = get_bb_var("DEPLOY_DIR_IMAGE", target="core-image-basic")
> + imagename = get_bb_var("IMAGE_LINK_NAME", target="core-image-basic")
> + manifest = os.path.join(deploydir, imagename + ".manifest")
> + self.assertTrue(os.path.islink(manifest), msg="No manifest file created for image")
> +
> def test_invalid_recipe_src_uri(self):
> data = 'SRC_URI = "file://invalid"'
> self.write_recipeinc('man', data)
>
--
Alexandru Palalau
prev parent reply other threads:[~2014-03-05 8:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-05 8:28 [PATCH] oe-selftest: add new test for image manifest file creation Alexandru Palalau
2014-03-05 8:40 ` Alexandru Palalau [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5316E304.30709@linux.intel.com \
--to=alexandrux.palalau@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.