diff options
author | wu.zhihui <wu.zhihui1@zte.com.cn> | 2017-02-20 15:59:00 +0800 |
---|---|---|
committer | wu.zhihui <wu.zhihui1@zte.com.cn> | 2017-02-21 16:46:19 +0800 |
commit | dc644ae242f265410a9c6022d205a6b1b76cab8e (patch) | |
tree | f2599dd2fe19b0ca653171db96f6899f744158dd /tests/unit/loader | |
parent | 18669642c79370b752914bf4007230411367d9ba (diff) |
Implement the collector regex for system info logfile.
I commented sone lines. Because these part can't be supported
well by grep_in_file().
Change-Id: Ifc0ab1b6f40180e40c150b2c80eeaa6c72274ac9
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'tests/unit/loader')
-rw-r--r-- | tests/unit/loader/plan_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/loader/plan_test.py b/tests/unit/loader/plan_test.py index d9869cb6..70ae2ad5 100644 --- a/tests/unit/loader/plan_test.py +++ b/tests/unit/loader/plan_test.py @@ -30,7 +30,7 @@ def test_init(plan): def test_list_all(benchmarks_root): plan_list = list(Plan.list_all(paths=[benchmarks_root])) - assert len(plan_list) is 1 + assert len(plan_list) is 2 for desc in plan_list: assert PlanProp.NAME in desc assert PlanProp.ABSPATH in desc |