From: Vincent Danno Date: Tue, 1 Jun 2021 19:00:36 +0000 (+0200) Subject: Delete wrong docstring X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F72626%2F3;p=functest-xtesting.git Delete wrong docstring This seems an unfortunate copy-paste from the file feature.py Signed-off-by: Vincent Danno Change-Id: If4c8eec10616f0dce3f1ac90abb0c2e78aeae11d --- diff --git a/xtesting/core/mts.py b/xtesting/core/mts.py index d6865a61..0530b84c 100644 --- a/xtesting/core/mts.py +++ b/xtesting/core/mts.py @@ -9,11 +9,7 @@ # pylint: disable=too-many-instance-attributes -"""Define the parent classes of all Xtesting Features. - -Feature is considered as TestCase offered by Third-party. It offers -helpers to run any python method or any bash command. -""" +"""Implement a Xtesting driver to run mts suite.""" import csv import logging