mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
Flush caches after OEQA tests
Make sure that all changes a saved after running the tests. Signed-off-by: Anton Antonov <Anton.Antonov@arm.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
3b0659d50f
commit
53c5cc794f
@@ -24,6 +24,10 @@ class ParsecTest(OERuntimeTestCase):
|
|||||||
self.parsec_status='pgrep -l parsec'
|
self.parsec_status='pgrep -l parsec'
|
||||||
self.parsec_reload='/etc/init.d/parsec reload'
|
self.parsec_reload='/etc/init.d/parsec reload'
|
||||||
|
|
||||||
|
def tearDown(self):
|
||||||
|
self.target.run('sync')
|
||||||
|
super(ParsecTest, self).tearDown()
|
||||||
|
|
||||||
def copy_subconfig(self, cfg, provider):
|
def copy_subconfig(self, cfg, provider):
|
||||||
""" Copy a provider configuration to target and append it to Parsec config """
|
""" Copy a provider configuration to target and append it to Parsec config """
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user