]> git.ipfire.org Git - thirdparty/haproxy.git/commit
TESTS: add config smoke checks in the unit tests
authorWilliam Lallemand <wlallemand@haproxy.com>
Sat, 1 Mar 2025 18:16:18 +0000 (19:16 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 3 Mar 2025 11:43:32 +0000 (12:43 +0100)
commit8a6b0b06cdead9c6667b7d3715a6a042f09698a9
treef1047c2092f4ff2d9ec7a164ce43ee7882cd1726
parent7a2a6131320db45af3a52f818f77c2791e6c0f06
TESTS: add config smoke checks in the unit tests

vtest.yml contains some config checks that are used to check the
memleaks.

This patch adds a unit test which runs the same tests.
tests/unit/smoke/test.sh [new file with mode: 0755]