summaryrefslogtreecommitdiffstats
path: root/test/TEST-59-RELOADING-RESTART (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: Rework integration test definitionsDaan De Meyer2024-05-141-0/+7
| | | | | | | Let's make this behave more like all the rest of the meson stuff. This also is the first step to making it a bit more flexible so we can define integration tests in different ways as will be seen in the next commits.
* tests: add spdx headers to scripts and MakefilesZbigniew Jędrzejewski-Szmek2021-10-181-0/+1
|
* test: shellcheck-ify test scriptsFrantisek Sumsal2021-09-301-2/+3
|
* test: "detect" the test number automagicallyFrantisek Sumsal2021-04-261-1/+1
| | | | | | Specifying the test number manually is tedious and prone to errors (as recently proven). Since we have all the necessary data to work out the test number, let's do it automagically.
* test: add a test to cover restarting services in reloading statePeter Morrow2021-04-222-0/+10
Cover the case where a service is recovered out of reloading state via a restart Restart= configuration. Signed-off-by: Peter Morrow <pemorrow@linux.microsoft.com>