Use set in groups iteration

Change-Id: Ia87fc007a89cc8f5255a5c9b185b5ee3e6a72c8a
Closes-bug: #1563260
This commit is contained in:
Dmitry Tyzhnenko 2016-03-29 13:43:23 +03:00 committed by Dmitry Tyzhnenko
parent 577a98ff76
commit 89e2c36d46
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ def run(**kwargs):
groups_to_run = []
groups.extend(old_groups or [])
for g in groups:
for g in set(groups):
if config_name:
register_system_test_cases(
groups=[g],