diff options
| -rw-r--r-- | meta/lib/oeqa/runtime/smart.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/runtime/smart.py b/meta/lib/oeqa/runtime/smart.py index e41668d261..126d614638 100644 --- a/meta/lib/oeqa/runtime/smart.py +++ b/meta/lib/oeqa/runtime/smart.py | |||
| @@ -147,7 +147,7 @@ class SmartRepoTest(SmartTest): | |||
| 147 | for i in output.split("\n"): | 147 | for i in output.split("\n"): |
| 148 | if ("rpmsys" != str(i)) and ("myrpmdir" != str(i)): | 148 | if ("rpmsys" != str(i)) and ("myrpmdir" != str(i)): |
| 149 | self.smart('channel --disable '+str(i)) | 149 | self.smart('channel --disable '+str(i)) |
| 150 | self.target.run('cd /home/root') | 150 | self.target.run('cd $HOME') |
| 151 | self.smart('install psplash') | 151 | self.smart('install psplash') |
| 152 | for i in output.split("\n"): | 152 | for i in output.split("\n"): |
| 153 | if ("rpmsys" != str(i)) and ("myrpmdir" != str(i)): | 153 | if ("rpmsys" != str(i)) and ("myrpmdir" != str(i)): |
| @@ -172,4 +172,4 @@ class SmartRepoTest(SmartTest): | |||
| 172 | @skipUnlessPassed('test_smart_channel_add') | 172 | @skipUnlessPassed('test_smart_channel_add') |
| 173 | def test_smart_remove_package(self): | 173 | def test_smart_remove_package(self): |
| 174 | self.smart('install -y psplash') | 174 | self.smart('install -y psplash') |
| 175 | self.smart('remove -y psplash') \ No newline at end of file | 175 | self.smart('remove -y psplash') |
