From ba4a83e7a825117da70e7cde81e6a1836a13e069 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Tue, 28 Mar 2017 19:46:43 +0800 Subject: rename FeatureBase to Feature delete useless suffix 'Base' Change-Id: Ie789da2e83cc90585fd281fe183e8430af498436 Signed-off-by: SerenaFeng --- functest/opnfv_tests/features/domino.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functest/opnfv_tests/features/domino.py') diff --git a/functest/opnfv_tests/features/domino.py b/functest/opnfv_tests/features/domino.py index 9a4db737..e34429bc 100644 --- a/functest/opnfv_tests/features/domino.py +++ b/functest/opnfv_tests/features/domino.py @@ -17,7 +17,7 @@ import functest.core.feature as base -class Domino(base.FeatureBase): +class Domino(base.Feature): def __init__(self): super(Domino, self).__init__(project='domino', case='domino-multinode', -- cgit 1.2.3-korg