[Debian-ha-commits] [resource-agents] 07/08: debian/tests: skip named test on Ubuntu autopkgtest infrastructure (Closes: #883060)
Valentin Vidic
vvidic-guest at moszumanska.debian.org
Sun Dec 3 17:06:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
vvidic-guest pushed a commit to branch master
in repository resource-agents.
commit eab21624f2ed5a6192408c8686cb1189de268010
Author: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Date: Sun Dec 3 17:14:29 2017 +0100
debian/tests: skip named test on Ubuntu autopkgtest infrastructure (Closes: #883060)
---
debian/tests/control | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/tests/control b/debian/tests/control
index 3327111..d8ab247 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -22,8 +22,10 @@ Test-Command: debian/tests/run-ocft postfix
Depends: resource-agents, postfix
Restrictions: needs-root, isolation-container
-Test-Command: debian/tests/run-ocft named
-Depends: resource-agents, bind9, bind9-host, bind9utils
+# currently failing on Ubuntu autopkgtest setup for networking differences, so skip there
+# Working in Debci, but compared to badtest retains all the other tests coverage
+Test-Command: [ "`lsb_release -is`" = "Ubuntu" ] || debian/tests/run-ocft named
+Depends: resource-agents, bind9, bind9-host, bind9utils, lsb-release
Restrictions: needs-root, isolation-container
Test-Command: debian/tests/run-ocft Filesystem
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/resource-agents.git
More information about the Debian-HA-Commits
mailing list