diff options
Diffstat (limited to 'meta/lib/oeqa/selftest/sstatetests.py')
-rw-r--r-- | meta/lib/oeqa/selftest/sstatetests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py index 27561cadad..35ff28b04a 100644 --- a/meta/lib/oeqa/selftest/sstatetests.py +++ b/meta/lib/oeqa/selftest/sstatetests.py | |||
@@ -153,7 +153,7 @@ class SStateTests(SStateBase): | |||
153 | target_config = [] | 153 | target_config = [] |
154 | global_config.append('') | 154 | global_config.append('') |
155 | target_config.append('PR = "0"') | 155 | target_config.append('PR = "0"') |
156 | self.run_test_sstate_cache_management_script('m4', global_config, target_config) | 156 | self.run_test_sstate_cache_management_script('m4', global_config, target_config, ignore_patterns=['populate_lic']) |
157 | 157 | ||
158 | def test_sstate_cache_management_script_using_pr_2(self): | 158 | def test_sstate_cache_management_script_using_pr_2(self): |
159 | global_config = [] | 159 | global_config = [] |
@@ -162,7 +162,7 @@ class SStateTests(SStateBase): | |||
162 | target_config.append('PR = "0"') | 162 | target_config.append('PR = "0"') |
163 | global_config.append('') | 163 | global_config.append('') |
164 | target_config.append('PR = "1"') | 164 | target_config.append('PR = "1"') |
165 | self.run_test_sstate_cache_management_script('m4', global_config, target_config) | 165 | self.run_test_sstate_cache_management_script('m4', global_config, target_config, ignore_patterns=['populate_lic']) |
166 | 166 | ||
167 | def test_sstate_cache_management_script_using_pr_3(self): | 167 | def test_sstate_cache_management_script_using_pr_3(self): |
168 | global_config = [] | 168 | global_config = [] |