diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-09 09:55:02 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-09 09:55:02 +0200 |
commit | 6e43ec79cd567da62835483277a51e68e1a82fec (patch) | |
tree | 30111b586c51213aa0a63ee7343d6606ca0f1db3 /functest/opnfv_tests/vnf/ims/orchestra_ims.py | |
parent | b9cac1d63b0c919c961671a1405cbb3ced06942b (diff) |
Rename VnfOnBoardingBase to VnfOnBoarding
Change-Id: I514340fc6180e29b31ef11bdea9f719aa2bbb738
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/opnfv_tests/vnf/ims/orchestra_ims.py')
-rwxr-xr-x | functest/opnfv_tests/vnf/ims/orchestra_ims.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/vnf/ims/orchestra_ims.py b/functest/opnfv_tests/vnf/ims/orchestra_ims.py index 128ea366..6f341970 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=''): |