mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
oeqa/runtime/cases: fix typo in information message
(From OE-Core rev: 901ff496b97119add792912fbb2f1efb1152e7c2) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e834e8ee91
commit
6a9aab5654
@@ -116,7 +116,7 @@ class SyslogTestConfig(OERuntimeTestCase):
|
||||
@OETestDepends(['oe_syslog.SyslogTestConfig.test_syslog_logger'])
|
||||
@OEHasPackage(["busybox-syslog"])
|
||||
@skipIfDataVar('VIRTUAL-RUNTIME_init_manager', 'systemd',
|
||||
'Not appropiate for systemd image')
|
||||
'Not appropriate for systemd image')
|
||||
def test_syslog_startup_config(self):
|
||||
cmd = 'echo "LOGFILE=/var/log/test" >> /etc/syslog-startup.conf'
|
||||
self.target.run(cmd)
|
||||
|
||||
@@ -17,7 +17,7 @@ class SkeletonBasicTest(OERuntimeTestCase):
|
||||
@OETestDepends(['ssh.SSHTest.test_ssh'])
|
||||
@OEHasPackage(['service'])
|
||||
@skipIfDataVar('VIRTUAL-RUNTIME_init_manager', 'systemd',
|
||||
'Not appropiate for systemd image')
|
||||
'Not appropriate for systemd image')
|
||||
def test_skeleton_availability(self):
|
||||
status, output = self.target.run('ls /etc/init.d/skeleton')
|
||||
msg = 'skeleton init script not found. Output:\n%s' % output
|
||||
|
||||
Reference in New Issue
Block a user