mirror of
https://github.com/systemd/systemd.git
synced 2025-02-10 17:57:40 +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.
14 lines
598 B
Desktop File
14 lines
598 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=Testsuite: Success Start (EXTEND_TIMEOUT_USEC > WATCHDOG_USEC however < TimeoutStartSec)
|
|
|
|
[Service]
|
|
# EXTEND_TIMEOUT_USEC=4 second interval once at startup, but sleep 6 seconds.
|
|
# Therefore startup is 6 seconds and < TimeoutStartSec so still successful.
|
|
Type=notify
|
|
TimeoutStartSec=8
|
|
TimeoutStopSec=4
|
|
RuntimeMaxSec=4
|
|
Environment=SERVICE=success_start extend_timeout_interval=4 sleep_interval=6 start_intervals=1 run_intervals=0 stop_intervals=0
|
|
ExecStart=/usr/lib/systemd/tests/testdata/TEST-16-EXTEND-TIMEOUT.units/extend-timeout.sh
|