Comment 2 for bug 1872877

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

resource-agents has the following autopkgtest in control file:

...
# 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 (>= 1:9.16.1-2), bind9-host, bind9-utils, lsb-release
Restrictions: needs-root, isolation-container
...

Unfortunately the logic does not work because bind9 won't reach that version in 20.04. For now, I'll remove this test as a delta, like it should be.