* [PATCH] oeqa: Recognise svlogd as another logger
@ 2019-09-07 18:30 Khem Raj
2019-09-07 18:30 ` [PATCH] python3-manifest.json: Fix typo in summary Khem Raj
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Khem Raj @ 2019-09-07 18:30 UTC (permalink / raw)
To: openembedded-core
This is provided by runit which another init system like systemd,
sysvinit, this lets oeqa run on systems which are using runit
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta/lib/oeqa/runtime/cases/oe_syslog.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/lib/oeqa/runtime/cases/oe_syslog.py b/meta/lib/oeqa/runtime/cases/oe_syslog.py
index 3a8271a53a..f3c2bedbaf 100644
--- a/meta/lib/oeqa/runtime/cases/oe_syslog.py
+++ b/meta/lib/oeqa/runtime/cases/oe_syslog.py
@@ -17,7 +17,7 @@ class SyslogTest(OERuntimeTestCase):
msg = "Failed to execute %s" % self.tc.target_cmds['ps']
self.assertEqual(status, 0, msg=msg)
msg = "No syslog daemon process; %s output:\n%s" % (self.tc.target_cmds['ps'], output)
- hasdaemon = "syslogd" in output or "syslog-ng" in output
+ hasdaemon = "syslogd" in output or "syslog-ng" in output or "svlogd" in output
self.assertTrue(hasdaemon, msg=msg)
class SyslogTestConfig(OERuntimeTestCase):
--
2.23.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] python3-manifest.json: Fix typo in summary
2019-09-07 18:30 [PATCH] oeqa: Recognise svlogd as another logger Khem Raj
@ 2019-09-07 18:30 ` Khem Raj
2019-09-07 18:31 ` [PATCH] oeqa: Recognise svlogd as another logger Khem Raj
2019-09-07 19:02 ` ✗ patchtest: failure for oeqa: Recognise svlogd as another logger (rev3) Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2019-09-07 18:30 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta/recipes-devtools/python/python3/python3-manifest.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index ec28c2dbb4..8e94305af7 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -115,7 +115,7 @@
"cached": []
},
"asyncio": {
- "summary": "Python Asynchronous I/",
+ "summary": "Python Asynchronous I/O",
"rdepends": [
"core",
"io",
--
2.23.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] oeqa: Recognise svlogd as another logger
2019-09-07 18:30 [PATCH] oeqa: Recognise svlogd as another logger Khem Raj
2019-09-07 18:30 ` [PATCH] python3-manifest.json: Fix typo in summary Khem Raj
@ 2019-09-07 18:31 ` Khem Raj
2019-09-07 19:02 ` ✗ patchtest: failure for oeqa: Recognise svlogd as another logger (rev3) Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2019-09-07 18:31 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
this has been applied, ignore it
On Sat, Sep 7, 2019 at 11:30 AM Khem Raj <raj.khem@gmail.com> wrote:
>
> This is provided by runit which another init system like systemd,
> sysvinit, this lets oeqa run on systems which are using runit
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> meta/lib/oeqa/runtime/cases/oe_syslog.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/lib/oeqa/runtime/cases/oe_syslog.py b/meta/lib/oeqa/runtime/cases/oe_syslog.py
> index 3a8271a53a..f3c2bedbaf 100644
> --- a/meta/lib/oeqa/runtime/cases/oe_syslog.py
> +++ b/meta/lib/oeqa/runtime/cases/oe_syslog.py
> @@ -17,7 +17,7 @@ class SyslogTest(OERuntimeTestCase):
> msg = "Failed to execute %s" % self.tc.target_cmds['ps']
> self.assertEqual(status, 0, msg=msg)
> msg = "No syslog daemon process; %s output:\n%s" % (self.tc.target_cmds['ps'], output)
> - hasdaemon = "syslogd" in output or "syslog-ng" in output
> + hasdaemon = "syslogd" in output or "syslog-ng" in output or "svlogd" in output
> self.assertTrue(hasdaemon, msg=msg)
>
> class SyslogTestConfig(OERuntimeTestCase):
> --
> 2.23.0
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* ✗ patchtest: failure for oeqa: Recognise svlogd as another logger (rev3)
2019-09-07 18:30 [PATCH] oeqa: Recognise svlogd as another logger Khem Raj
2019-09-07 18:30 ` [PATCH] python3-manifest.json: Fix typo in summary Khem Raj
2019-09-07 18:31 ` [PATCH] oeqa: Recognise svlogd as another logger Khem Raj
@ 2019-09-07 19:02 ` Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2019-09-07 19:02 UTC (permalink / raw)
To: Khem Raj; +Cc: openembedded-core
== Series Details ==
Series: oeqa: Recognise svlogd as another logger (rev3)
Revision: 3
URL : https://patchwork.openembedded.org/series/15627/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:
* Issue Series does not apply on top of target branch [test_series_merge_on_head]
Suggested fix Rebase your series on top of targeted branch
Targeted branch master (currently at 868e84c57e)
If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).
---
Guidelines: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-09-07 19:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-07 18:30 [PATCH] oeqa: Recognise svlogd as another logger Khem Raj
2019-09-07 18:30 ` [PATCH] python3-manifest.json: Fix typo in summary Khem Raj
2019-09-07 18:31 ` [PATCH] oeqa: Recognise svlogd as another logger Khem Raj
2019-09-07 19:02 ` ✗ patchtest: failure for oeqa: Recognise svlogd as another logger (rev3) Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox