aboutsummaryrefslogtreecommitdiffstats
path: root/functest/cli/commands/cli_os.py
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-11-10 15:53:20 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-10 15:53:20 +0000
commit3718b1de246a72e4cd1d10efdaa861643544db61 (patch)
tree75be42b8fe53b9874d085d194636e8794474c202 /functest/cli/commands/cli_os.py
parenta4ecec5b8dc4041df494a837f5030d73b15c1d3b (diff)
parent0157be0431600dd56aaaa3260b72cc40011f91ac (diff)
Merge "change path for python ci files"
Diffstat (limited to 'functest/cli/commands/cli_os.py')
-rw-r--r--functest/cli/commands/cli_os.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/cli/commands/cli_os.py b/functest/cli/commands/cli_os.py
index 2f3f329f..2530b5f2 100644
--- a/functest/cli/commands/cli_os.py
+++ b/functest/cli/commands/cli_os.py
@@ -79,7 +79,7 @@ class CliOpenStack:
def check(self):
self.ping_endpoint()
- cmd = ft_utils.FUNCTEST_REPO + "/ci/check_os.sh"
+ cmd = ft_utils.FUNCTEST_REPO + "/functest/ci/check_os.sh"
ft_utils.execute_command(cmd, verbose=False)
def snapshot_create(self):