Re: [OE-core][PATCH] oeqa/selftest: add test case to cover 'devtool modify -n' for a git recipe

2024-01-26 Thread Richard Purdie
On Fri, 2024-01-26 at 16:00 +0100, Alexander Kanavin wrote: > On Fri, 26 Jan 2024 at 15:54, Richard Purdie > wrote: > > > > +def test_devtool_modify_git_no_extract(self): > > > +# Check preconditions > > > +testrecipe = 'psplash' > > > +src_uri = get_bb_var('SRC_URI',

Re: [OE-core][PATCH] oeqa/selftest: add test case to cover 'devtool modify -n' for a git recipe

2024-01-26 Thread Alexander Kanavin
On Fri, 26 Jan 2024 at 15:54, Richard Purdie wrote: > > +def test_devtool_modify_git_no_extract(self): > > +# Check preconditions > > +testrecipe = 'psplash' > > +src_uri = get_bb_var('SRC_URI', testrecipe) > > +self.assertIn('git://', src_uri, 'This test

Re: [OE-core][PATCH] oeqa/selftest: add test case to cover 'devtool modify -n' for a git recipe

2024-01-26 Thread Richard Purdie
On Mon, 2024-01-22 at 13:29 +0800, Chen Qi via lists.openembedded.org wrote: > From: Chen Qi > > Add a test case to ensure the following error does not happen again for > 'devtool modify -n'. > > Traceback (most recent call last): > File "/buildarea2/chenqi/poky/scripts/devtool", line 349, in

[OE-core][PATCH] oeqa/selftest: add test case to cover 'devtool modify -n' for a git recipe

2024-01-21 Thread Chen Qi via lists.openembedded.org
From: Chen Qi Add a test case to ensure the following error does not happen again for 'devtool modify -n'. Traceback (most recent call last): File "/buildarea2/chenqi/poky/scripts/devtool", line 349, in ret = main() File "/buildarea2/chenqi/poky/scripts/devtool", line 336, in main