diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-02-21 11:49:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-21 11:49:43 +0000 |
commit | a95ed75274a7f98e8988bfbf521c29c9da021fa2 (patch) | |
tree | ee6ac2d5344acb865fac25ef699ea641530439b4 /tests/unit/loader | |
parent | ac28684fd2fe68d8796f0b46da72e2e6199d1b7e (diff) | |
parent | dc644ae242f265410a9c6022d205a6b1b76cab8e (diff) |
Merge "Implement the collector regex for system info logfile."
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 |