* debian/tests/control: Add etcd3 behave test.

This commit is contained in:
Michael Banck 2023-01-02 13:28:42 +01:00
parent 0153ff40e6
commit efd23c9778
2 changed files with 14 additions and 0 deletions

1
debian/changelog vendored
View file

@ -7,6 +7,7 @@ patroni (2.1.6-1) UNRELEASED; urgency=medium
* debian/patches/acceptance_tests_system_patroni.patch: Refreshed.
* debian/patches/acceptance_tests_reenable_etcdv2.patch: New patch,
re-enables V2 API on etcd-3.4 and later.
* debian/tests/control: Add etcd3 behave test.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Mon, 02 Jan 2023 09:21:16 +0100

13
debian/tests/control vendored
View file

@ -1,3 +1,16 @@
# etc3
Features: test-name=acceptance-etcd3
Depends:
etcd-server,
moreutils,
postgresql,
python3-behave,
python3-coverage,
python3-etcd,
@,
Test-Command: debian/tests/acceptance etcd3
Restrictions: allow-stderr, flaky
# etcd
Features: test-name=acceptance-etcd-basic
Depends: