diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-10 14:31:07 +0100 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-11-10 16:47:02 +0100 |
commit | 0157be0431600dd56aaaa3260b72cc40011f91ac (patch) | |
tree | 7af4c4a508f6c4845dedc96491abaa7bf3e8d2a4 /functest/cli/commands/cli_env.py | |
parent | 107e61635c2ab1feb5263380ea63e21cf2e6e65b (diff) |
change path for python ci files
JIRA: FUNCTEST-525
Change-Id: I6b09eaec55e42a3ee1474b21bc7ed87a71118e60
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'functest/cli/commands/cli_env.py')
-rw-r--r-- | functest/cli/commands/cli_env.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/functest/cli/commands/cli_env.py b/functest/cli/commands/cli_env.py index 57201264..d331cc15 100644 --- a/functest/cli/commands/cli_env.py +++ b/functest/cli/commands/cli_env.py @@ -19,6 +19,7 @@ FUNCTEST_REPO = ft_utils.FUNCTEST_REPO class CliEnv: + def __init__(self): pass @@ -36,7 +37,7 @@ class CliEnv: else: answer = raw_input("Invalid answer. Please type [y|n]\n") - cmd = ("python %s/ci/prepare_env.py start" % FUNCTEST_REPO) + cmd = ("python %s/functest/ci/prepare_env.py start" % FUNCTEST_REPO) ft_utils.execute_command(cmd) def show(self): |