mirror of
https://github.com/systemd/systemd.git
synced 2025-02-15 09:57:39 +03:00
Having these named differently than the test itself mostly creates unecessary confusion and makes writing logic against the tests harder so let's rename the testsuite-xx units and scripts to just use the test name itself.
9 lines
230 B
Desktop File
9 lines
230 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=Create some memory pressure
|
|
|
|
[Service]
|
|
MemoryHigh=12M
|
|
Slice=TEST-55-OOMD-workload.slice
|
|
ExecStart=stress --timeout 3m --vm 10 --vm-bytes 200M --vm-keep --vm-stride 1
|