From 6e43ec79cd567da62835483277a51e68e1a82fec Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 9 May 2017 09:55:02 +0200 Subject: Rename VnfOnBoardingBase to VnfOnBoarding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I514340fc6180e29b31ef11bdea9f719aa2bbb738 Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/vnf/ims/orchestra_ims.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functest/opnfv_tests/vnf/ims/orchestra_ims.py') diff --git a/functest/opnfv_tests/vnf/ims/orchestra_ims.py b/functest/opnfv_tests/vnf/ims/orchestra_ims.py index 128ea366c..6f341970d 100755 --- a/functest/opnfv_tests/vnf/ims/orchestra_ims.py +++ b/functest/opnfv_tests/vnf/ims/orchestra_ims.py @@ -76,7 +76,7 @@ def servertest(host, port): return True -class ImsVnf(vnf.VnfOnBoardingBase): +class ImsVnf(vnf.VnfOnBoarding): def __init__(self, project='functest', case_name='orchestra_ims', repo='', cmd=''): -- cgit 1.2.3-korg