diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-03-28 19:46:43 +0800 |
---|---|---|
committer | Serena Feng <feng.xiaowei@zte.com.cn> | 2017-03-28 12:28:19 +0000 |
commit | ba4a83e7a825117da70e7cde81e6a1836a13e069 (patch) | |
tree | c5404284d00fb88c529a889116c40bed6dfdb3c7 /functest/opnfv_tests/vnf/router | |
parent | eaacf8913a141b1e518ea990e7f12f0a195f8c21 (diff) |
rename FeatureBase to Feature
delete useless suffix 'Base'
Change-Id: Ie789da2e83cc90585fd281fe183e8430af498436
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'functest/opnfv_tests/vnf/router')
-rw-r--r-- | functest/opnfv_tests/vnf/router/vyos_vrouter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/vnf/router/vyos_vrouter.py b/functest/opnfv_tests/vnf/router/vyos_vrouter.py index 110c09b8..e188c3fb 100644 --- a/functest/opnfv_tests/vnf/router/vyos_vrouter.py +++ b/functest/opnfv_tests/vnf/router/vyos_vrouter.py @@ -13,7 +13,7 @@ import os RESULT_DETAILS_FILE = "test_result.json" -class VrouterVnf(base.FeatureBase): +class VrouterVnf(base.Feature): def __init__(self): super(VrouterVnf, self).__init__(project='functest', case='vyos_vrouter', |