Skip to content

Commit

Permalink
mkosi: Enable more integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmaw-codethink authored and DaanDeMeyer committed Apr 29, 2024
1 parent 994559c commit 9237601
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -339,36 +339,47 @@ integration_tests = {
'01': 'TEST-01-BASIC',
'02': 'TEST-02-UNITTESTS',
'03': 'TEST-03-JOBS',
'04': 'TEST-04-JOURNAL', # can be flaky on starting the journal-remote
'05': 'TEST-05-RLIMITS',
'13': 'TEST-13-NSPAWN',
'15': 'TEST-15-DROPIN',
'16': 'TEST-16-EXTEND-TIMEOUT',
'17': 'TEST-17-UDEV', # Can be flaky when overloaded if timeout abort test is slow
'18': 'TEST-18-FAILUREACTION',
'19': 'TEST-19-CGROUP',
'22': 'TEST-22-TMPFILES',
'25': 'TEST-25-IMPORT',
'26': 'TEST-26-SYSTEMCTL',
'29': 'TEST-29-PORTABLE',
'30': 'TEST-30-ONCLOCKCHANGE',
'32': 'TEST-32-OOMPOLICY',
'34': 'TEST-34-DYNAMICUSERMIGRATE',
'35': 'TEST-35-LOGIN',
'36': 'TEST-36-NUMAPOLICY',
'38': 'TEST-38-FREEZER',
'43': 'TEST-43-PRIVATEUSER-UNPRIV',
'44': 'TEST-44-LOG-NAMESPACE',
'45': 'TEST-45-TIMEDATE',
'46': 'TEST-46-HOMED',
'50': 'TEST-50-DISSECT',
# Can be flaky when overloaded if daemon-reload is too slow to be rate-limited
'59': 'TEST-59-RELOADING-RESTART',
'60': 'TEST-60-MOUNT-RATELIMIT',
'62': 'TEST-62-RESTRICT-IFACES',
'63': 'TEST-63-PATH',
'65': 'TEST-65-ANALYZE',
'66': 'TEST-66-DEVICE-ISOLATION',
'67': 'TEST-67-INTEGRITY',
'68': 'TEST-68-PROPAGATE-EXIT-STATUS',
'71': 'TEST-71-HOSTNAME',
'72': 'TEST-72-SYSUPDATE',
'73': 'TEST-73-LOCALE',
'76': 'TEST-76-SYSCTL',
'78': 'TEST-78-SIGQUEUE',
'79': 'TEST-79-MEMPRESS',
'80': 'TEST-80-NOTIFYACCESS',
'81': 'TEST-81-GENERATORS',
'83': 'TEST-83-BTRFS',
'84': 'TEST-84-STORAGETM',
}
foreach test_number, dirname : integration_tests
Expand Down

0 comments on commit 9237601

Please sign in to comment.