cheets_CTS_R: remove minus rules from VM_UNSTABLE_MODULES_RULES.
Since all tests have been reviewed, we can switch to `-.*` rule now.
BUG=b:258444525
TEST=gen
Change-Id: I90044d193c3dc1a36f9a90752a42b143fbd2c285
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/4170404
Reviewed-by: Shao-Chuan Lee <shaochuan@chromium.org>
Commit-Queue: Qijiang Yūki Ishii <fqj@google.com>
Tested-by: Qijiang Yūki Ishii <fqj@google.com>
Reviewed-by: Kazuhiro Inaba <kinaba@chromium.org>
diff --git a/server/cros/tradefed/generate_controlfiles_CTS_R.py b/server/cros/tradefed/generate_controlfiles_CTS_R.py
index 2089b5c..62ae501 100755
--- a/server/cros/tradefed/generate_controlfiles_CTS_R.py
+++ b/server/cros/tradefed/generate_controlfiles_CTS_R.py
@@ -266,146 +266,8 @@
'+CtsWindowManager.*',
'+signed-Cts.*',
-
- # Tests between CtsA-CtsG that has no suspicious bug reports.
- # This list will be removed once bug search finishes.
- '-CtsAbiOverrideHost.*',
- '-CtsAcceleration.*',
- '-CtsAccountManager.*',
- '-CtsAccountsHost.*',
- '-CtsActivityManagerBackgroundActivity.*',
- '-CtsAdb.*',
- '-CtsAdmin.*',
- '-CtsAlarmManager.*',
- '-CtsAndroid.*',
- '-CtsAngleIntegrationHost.*',
- '-CtsAnimation.*',
- '-CtsApacheHttpLegacy.*',
- '-CtsApex.*',
- '-CtsAslrMalloc.*',
- '-CtsAtomicInstall.*',
- '-CtsAtraceHost.*',
- '-CtsAttentionServiceDevice.*',
- '-CtsBackgroundRestrictions.*',
- '-CtsBackup.*',
- '-CtsBatterySaving.*',
- '-CtsCalendarProvider.*',
- '-CtsCalendarcommon2.*',
- '-CtsCar.*',
- '-CtsCarrierApiTestCases.*',
- '-CtsClassLoaderFactory.*',
- '-CtsClassloaderSplitsHost.*',
- '-CtsCodePathHost.*',
- '-CtsColorMode.*',
- '-CtsCompilation.*',
- '-CtsContactsProvider.*',
- '-CtsContent.*',
- '-CtsControlsDevice.*',
- '-CtsCppTools.*',
- '-CtsCurrentApiSignature.*',
- '-CtsDatabase.*',
- '-CtsDevice.*',
- '-CtsDexMetadataHost.*',
- '-CtsDreams.*',
- '-CtsDrm.*',
- '-CtsDumpsysHost.*',
- '-CtsEdiHost.*',
- '-CtsEffect.*',
- '-CtsExtendedMocking.*',
- '-CtsExternalService.*',
- '-CtsExtractNativeLibsHost.*',
- '-CtsFsMgr.*',
- '-CtsGesture.*',
- '-CtsGwpAsan.*',
- '-CtsHarmfulAppWarningHost.*',
- '-CtsHdmiCecHost.*',
- '-CtsHiddenApi.*',
- '-CtsHostTzData.*',
- '-CtsHostside.*',
- '-CtsIcu.*',
- '-CtsIdentity.*',
- '-CtsIncrementalInstallHost.*',
- '-CtsInit.*',
- '-CtsInlineMocking.*',
- '-CtsInstantApp.*',
- '-CtsIntentSignature.*',
- '-CtsJdwp.*',
- '-CtsJvmti.*',
- '-CtsKernelConfigTestCases.*',
- '-CtsKeystore.*',
- '-CtsLeanbackJank.*',
- '-CtsLegacyNotification2.*',
- '-CtsLibcore.*',
- '-CtsLiblog.*',
- '-CtsLocation.*',
- '-CtsLogd.*',
- '-CtsMatchFlag.*',
- '-CtsMimeMap.*',
- '-CtsMocking.*',
- '-CtsMonkey.*',
- '-CtsMultiUser.*',
- '-CtsNdef.*',
- '-CtsNfc.*',
- '-CtsNoPermission.*',
- '-CtsOmapi.*',
- '-CtsPackage.*',
- '-CtsPdf.*',
- '-CtsPermission.*',
- '-CtsPreference.*',
- '-CtsPrint.*',
- '-CtsProto.*',
- '-CtsQuickAccessWallet.*',
- '-CtsRenderscript.*',
- '-CtsResolverService.*',
- '-CtsResourcesLoader.*',
- '-CtsRole.*',
- '-CtsRollbackManagerHostTestCases.*',
- '-CtsSax.*',
- '-CtsSdkExtensions.*',
- '-CtsSeccompHost.*',
- '-CtsSecure.*',
- '-CtsSelinux.*',
- '-CtsSettings.*',
- '-CtsSharedLibsApiSignature.*',
- '-CtsSharesheet.*',
- '-CtsShortcut.*',
- '-CtsSignedConfigHost.*',
- '-CtsSimRestrictedApis.*',
- '-CtsSlice.*',
- '-CtsSoundTrigger.*',
- '-CtsSpeech.*',
- '-CtsStagedInstallHostTestCases.*',
- '-CtsStatsdHost.*',
- '-CtsStrictJavaPackages.*',
- '-CtsSuspendApps.*',
- '-CtsSustainedPerformanceHost.*',
- '-CtsSync.*',
- '-CtsSystem.*',
- '-CtsTaggingHost.*',
- '-CtsTelecom.*',
- '-CtsTelephony.*',
- '-CtsTestHarnessMode.*',
- '-CtsTetheringTest.*',
- '-CtsText.*',
- '-CtsTfliteNnapiDelegate.*',
- '-CtsTheme.*',
- '-CtsThermal.*',
- '-CtsToast.*',
- '-CtsTrustedVoiceHost.*',
- '-CtsTv.*',
- '-CtsUidIsolation.*',
- '-CtsUsageStats.*',
- '-CtsUsb.*',
- '-CtsUsesLibraryHost.*',
- '-CtsUtil.*',
- '-CtsVoice.*',
- '-CtsVr.*',
- '-CtsWebkit.*',
- '-CtsWrap.*',
-
-
- # Mark all tests unstable until migration.
- '+.*',
+ # All others tests are stable on VM.
+ '-.*',
]
# List of suite that stable VM modules will skip.