aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-04-14 15:19:17 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2023-04-14 16:07:33 +0200
commit781fc313c1c59018edb892ff0423963191781592 (patch)
tree41f51b9fa4b94ea92009ffe0b02aec358ab76d46 /setup.cfg
parent12732b13c55eb91f32ed65f1d8a1f72b4aa2c534 (diff)
Remove MTS from Xtesting
The MTS drivers is unmaintained and they are lots of security issues in its dependencies. Change-Id: I397e22c8868204b8d52a8ac35906278b5e530961 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 06ff9950..bb7c186b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,7 +29,6 @@ xtesting.testcase =
unit = xtesting.core.unit:Suite
first = xtesting.samples.first:Test
second = xtesting.samples.second:Test
- mts = xtesting.core.mts:MTSLauncher
ansible = xtesting.core.ansible:Ansible
pytest = xtesting.core.pytest:Pytest