diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-22 14:56:40 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-22 15:41:32 +0200 |
commit | 07cd94cfc7eaf66924f9255a70682940c2f06780 (patch) | |
tree | 6db2948ff079d6eee55f5076b21a5fb1b66d141b /net-dns | |
parent | net-dns/dnsviz: fix /usr/share/doc installdir (diff) | |
download | gentoo-07cd94cfc7eaf66924f9255a70682940c2f06780.tar.gz gentoo-07cd94cfc7eaf66924f9255a70682940c2f06780.tar.bz2 gentoo-07cd94cfc7eaf66924f9255a70682940c2f06780.zip |
net-dns/dnsviz: add tests
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild b/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild index c2613635b249..aaee35f2902a 100644 --- a/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild +++ b/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild @@ -35,6 +35,19 @@ python_prepare_all() { distutils-r1_python_prepare_all } +python_test() { + distutils_install_for_testing + + "${EPYTHON}" tests/offline_tests.py -v || die + + # No need to pull in net-dns/bind for this small test + if hash named-checkconf &>/dev/null ; then + "${EPYTHON}" tests/local_probe_tests.py -v || die + else + einfo "Skipping local_probe_tests -- named-checkconf not found!" + fi +} + pkg_postinst() { elog "Support for extra feature can be get from:" optfeature "Support for pre-deployment testing" net-dns/bind |