From 0a786119c7539c28799ee3acfec751215fa10850 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Fri, 20 Jan 2017 10:51:50 +0100 Subject: bug fix case name for VNFonboarding the case paramter was not provided to the anstraction class Change-Id: I42ba63a3b4fd20f6d076f20369fed56715237640 Signed-off-by: Morgan Richomme --- functest/opnfv_tests/vnf/aaa/aaa.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'functest/opnfv_tests/vnf/aaa') diff --git a/functest/opnfv_tests/vnf/aaa/aaa.py b/functest/opnfv_tests/vnf/aaa/aaa.py index 8898b9fc..f1c265f4 100644 --- a/functest/opnfv_tests/vnf/aaa/aaa.py +++ b/functest/opnfv_tests/vnf/aaa/aaa.py @@ -21,8 +21,7 @@ class AaaVnf(vnf_base.VnfOnBoardingBase): logger = ft_logger.Logger("VNF AAA").getLogger() def __init__(self): - super(AaaVnf, self).__init__() - self.case_name = "aaa" + super(AaaVnf, self).__init__(case="aaa") def deploy_orchestrator(self): self.logger.info("No VNFM needed to deploy a free radius here") -- cgit 1.2.3-korg