* [PATCH] oeqa: Recognise svlogd as another logger
@ 2019-01-12 18:26 Khem Raj
0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2019-01-12 18:26 UTC (permalink / raw)
To: openembedded-core
This is provided by 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 a92a1f2bcb..ad023fb363 100644
--- a/meta/lib/oeqa/runtime/cases/oe_syslog.py
+++ b/meta/lib/oeqa/runtime/cases/oe_syslog.py
@@ -14,7 +14,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.20.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] oeqa: Recognise svlogd as another logger
@ 2019-09-06 20:25 Khem Raj
0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2019-09-06 20:25 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] oeqa: Recognise svlogd as another logger
@ 2019-09-07 18:30 Khem Raj
2019-09-07 18:31 ` Khem Raj
0 siblings, 1 reply; 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
* Re: [PATCH] oeqa: Recognise svlogd as another logger
2019-09-07 18:30 Khem Raj
@ 2019-09-07 18:31 ` Khem Raj
0 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
end of thread, other threads:[~2019-09-07 18:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-12 18:26 [PATCH] oeqa: Recognise svlogd as another logger Khem Raj
-- strict thread matches above, loose matches on Subject: below --
2019-09-06 20:25 Khem Raj
2019-09-07 18:30 Khem Raj
2019-09-07 18:31 ` Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox