1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 12:06:08 +00:00
workload-automation/tests
Sergei Trofimov 64f9cf79e4 utils/diff: fix diff_interrupt_files on Python 2
During Python 3 migration, the izip call inside diff_interrupt_files has
been replaced with a zip call (zip returning an iterator in Python 3).
Import zip from builtins to ensure that it also produces an iterator in
Python 2.

Also fix the associated unit test by importing the correct function.
2018-06-14 15:04:56 +01:00
..
data tests/agenda_parser: Update agenda tests to the AgendaParser 2018-05-24 11:49:10 +01:00
__init__.py tests: moved out of wa package 2017-04-27 17:36:44 +01:00
test_agenda_parser.py tests/agenda_parser: Update agenda tests to the AgendaParser 2018-05-24 11:49:10 +01:00
test_config.py tests: moved out of wa package 2017-04-27 17:36:44 +01:00
test_diff.py utils/diff: fix diff_interrupt_files on Python 2 2018-06-14 15:04:56 +01:00
test_exec_control.py utils/exec_control: Fix issue with once_per_instance decorator 2018-05-22 17:18:40 +01:00
test_plugin.py tests: moved out of wa package 2017-04-27 17:36:44 +01:00
test_runtime_param_utils.py tests: Update use of devlib cpufreq API 2017-12-07 15:37:49 +00:00
test_signal.py tests: moved out of wa package 2017-04-27 17:36:44 +01:00
test_utils.py utils/types: better enum class member setting 2017-08-09 15:59:20 +01:00