patroni/debian/tests/control
Michael Banck d1d4bf1b0c * debian/tests/control: Use `Test-Command' directive with relative path
instead of `Tests' and pass it the DCS as argument.
  * debian/tests/acceptance: Set DCS variable as provided by the command-line
    argument.
2019-01-30 12:57:32 +01:00

57 lines
1,005 B
Plaintext

# consul
Depends:
consul,
postgresql,
python3-behave,
python3-consul (>= 0.7.0),
python3-coverage,
python3-etcd (>= 0.4.3),
python3-kazoo,
python3-kubernetes,
@,
Test-Command: debian/tests/acceptance consul
Restrictions: allow-stderr
# etcd
Depends:
etcd-server,
postgresql,
python3-behave,
python3-consul (>= 0.7.0),
python3-coverage,
python3-etcd (>= 0.4.3),
python3-kazoo,
python3-kubernetes,
@,
Test-Command: debian/tests/acceptance etcd
Restrictions: allow-stderr
# zookeper
Depends:
zookeeperd,
postgresql,
python3-behave,
python3-consul (>= 0.7.0),
python3-coverage,
python3-etcd (>= 0.4.3),
python3-kazoo,
python3-kubernetes,
@,
Test-Command: debian/tests/acceptance zookeeper
Restrictions: needs-root, allow-stderr
# regression tests
Depends:
python3-boto,
python3-consul (>= 0.7.0),
python3-etcd (>= 0.4.3),
python3-flake8,
python3-kazoo,
python3-kubernetes,
python3-mock,
python3-pytest-cov,
python3-setuptools,
@,
Tests: test
Restrictions: allow-stderr