Fix tier/testcases list 73/56173/2
authorLinda Wang <wangwulin@huawei.com>
Sat, 21 Apr 2018 02:34:36 +0000 (02:34 +0000)
committerLinda Wang <wangwulin@huawei.com>
Sat, 21 Apr 2018 07:34:07 +0000 (07:34 +0000)
Change-Id: I15da2df4905efbca4415739fd7c6391b51168c82
Signed-off-by: Linda Wang <wangwulin@huawei.com>
functest/cli/commands/cli_tier.py

index a035f85..ad722a1 100644 (file)
@@ -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 = ""