diff options
| author | Ross Burton <ross@burtonini.com> | 2022-03-31 19:29:09 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-01 23:11:37 +0100 |
| commit | fcc9c0ab37d1280538490a8069baf94984b38853 (patch) | |
| tree | c70166d56bdbfdddce182ce9c55880b85dfcf977 /meta/lib/oeqa/runtime/cases/suspend.py | |
| parent | 416cce968d3abb85177287cc1e497867d0472755 (diff) | |
| download | poky-fcc9c0ab37d1280538490a8069baf94984b38853.tar.gz | |
oeqa: rationalise skipifqemu decorators
(From OE-Core rev: 1a3a37cc2b16a8d5cd2258b0b35be43baa363f67)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime/cases/suspend.py')
| -rw-r--r-- | meta/lib/oeqa/runtime/cases/suspend.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/suspend.py b/meta/lib/oeqa/runtime/cases/suspend.py index 67b6f7e56f..0382d48f45 100644 --- a/meta/lib/oeqa/runtime/cases/suspend.py +++ b/meta/lib/oeqa/runtime/cases/suspend.py | |||
| @@ -23,7 +23,7 @@ class Suspend_Test(OERuntimeTestCase): | |||
| 23 | (status, output) = self.target.run('sudo rtcwake -m mem -s 10') | 23 | (status, output) = self.target.run('sudo rtcwake -m mem -s 10') |
| 24 | self.assertEqual(status, 0, msg = 'Failed to suspends your system to RAM, output : %s' % output) | 24 | self.assertEqual(status, 0, msg = 'Failed to suspends your system to RAM, output : %s' % output) |
| 25 | 25 | ||
| 26 | @skipIfQemu('qemuall', 'Test only runs on real hardware') | 26 | @skipIfQemu() |
| 27 | @OETestDepends(['ssh.SSHTest.test_ssh']) | 27 | @OETestDepends(['ssh.SSHTest.test_ssh']) |
| 28 | def test_suspend(self): | 28 | def test_suspend(self): |
| 29 | self.test_date() | 29 | self.test_date() |
