diff options
-rw-r--r-- | meta-parsec/lib/oeqa/runtime/cases/parsec.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-parsec/lib/oeqa/runtime/cases/parsec.py b/meta-parsec/lib/oeqa/runtime/cases/parsec.py index 66932ed..004717d 100644 --- a/meta-parsec/lib/oeqa/runtime/cases/parsec.py +++ b/meta-parsec/lib/oeqa/runtime/cases/parsec.py | |||
@@ -24,6 +24,10 @@ class ParsecTest(OERuntimeTestCase): | |||
24 | self.parsec_status='pgrep -l parsec' | 24 | self.parsec_status='pgrep -l parsec' |
25 | self.parsec_reload='/etc/init.d/parsec reload' | 25 | self.parsec_reload='/etc/init.d/parsec reload' |
26 | 26 | ||
27 | def tearDown(self): | ||
28 | self.target.run('sync') | ||
29 | super(ParsecTest, self).tearDown() | ||
30 | |||
27 | def copy_subconfig(self, cfg, provider): | 31 | def copy_subconfig(self, cfg, provider): |
28 | """ Copy a provider configuration to target and append it to Parsec config """ | 32 | """ Copy a provider configuration to target and append it to Parsec config """ |
29 | 33 | ||