diff options
author | Linda Wang <wangwulin@huawei.com> | 2018-04-21 02:34:36 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2018-04-21 07:34:07 +0000 |
commit | 0aeaf343a63eaeca50ef38a3222fa33b6cb31108 (patch) | |
tree | 14421aedd49100af91a04eabbdef790be9291342 | |
parent | aef4f03c7031541c678796704f6636ae70ac799d (diff) |
Fix tier/testcases list
Change-Id: I15da2df4905efbca4415739fd7c6391b51168c82
Signed-off-by: Linda Wang <wangwulin@huawei.com>
-rw-r--r-- | functest/cli/commands/cli_tier.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/cli/commands/cli_tier.py b/functest/cli/commands/cli_tier.py index a035f8551..ad722a1b9 100644 --- a/functest/cli/commands/cli_tier.py +++ b/functest/cli/commands/cli_tier.py @@ -23,7 +23,7 @@ class Tier(object): self.tiers = tier_builder.TierBuilder( env.get('INSTALLER_TYPE'), env.get('DEPLOY_SCENARIO'), - pkg_resources.resource_filename('functest', 'ci/testcases.yaml')) + pkg_resources.resource_filename('xtesting', 'ci/testcases.yaml')) def list(self): summary = "" |