diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-04-14 15:19:17 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-04-14 17:11:35 +0200 |
commit | 12291e8c7c0a1ad83b28c745deeeb2301df6c648 (patch) | |
tree | a8dcec08d225500136ebbcd91d5019889dd92211 /setup.cfg | |
parent | 4abfbe5e3cdc2381a07fe0820ed8f5de966ae3fe (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>
(cherry picked from commit 781fc313c1c59018edb892ff0423963191781592)
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |