diff options
author | Juha Kosonen <juha.kosonen@nokia.com> | 2018-04-23 08:53:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-23 08:53:07 +0000 |
commit | 1652a913ee3085318a65711013975af4b5cbc341 (patch) | |
tree | 1eaec3751549694b9f427b5992f64fb9dd1ccd7c | |
parent | f0870e3735324941f5bd77243f36f9214cd531ac (diff) | |
parent | 0aeaf343a63eaeca50ef38a3222fa33b6cb31108 (diff) |
Merge "Fix tier/testcases list"
-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 = "" |