From: Cédric Ollivier Date: Wed, 6 Jun 2018 07:28:38 +0000 (+0200) Subject: Switch to Python3 divide in cloudify_ims X-Git-Tag: opnfv-7.0.0~282 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f7b6a9a8d69313bbb8203eaf25b2d78d86ae799c;p=functest.git Switch to Python3 divide in cloudify_ims The code simply asks for python3 divide else only live_test = 100% is considered as successful [1]. [1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-fraser/169/console Change-Id: I84690d20791cd3d6a68823eec40f0e4b0f876b72 Signed-off-by: Cédric Ollivier --- diff --git a/functest/opnfv_tests/vnf/ims/cloudify_ims.py b/functest/opnfv_tests/vnf/ims/cloudify_ims.py index 270c0a7cf..659549408 100644 --- a/functest/opnfv_tests/vnf/ims/cloudify_ims.py +++ b/functest/opnfv_tests/vnf/ims/cloudify_ims.py @@ -9,6 +9,8 @@ """CloudifyIms testcase implementation.""" +from __future__ import division + import logging import os import time