Package: debci Version: 1.5 Severity: normal The autopkgtest spec[1] says "Test names are separated by comma and/or whitespace" (which I admit is weird, but it's what it says) and the reference implementation implements that: <https://anonscm.debian.org/git/autopkgtest/autopkgtest.git/tree/lib/testdesc.py?h=4.3#n413>
debian/tests/control in nss-mdns 0.10-8 has space-separated Tests (because I misremembered what is allowed) and it looks as though ci.debian.net responds to this by only running the first test per stanza: https://ci.debian.net/data/packages/unstable/amd64/n/nss-mdns/20170113_063407.autopkgtest.log.gz There is no practical impact right now for this particular package, because I don't think nss-mdns' tests can be relied on to work in a container anyway, so they're all skipped. Regards, S