Add a comment explain this docker.io grep count test, since it's
difficult to understand the purpose from simply reading the code.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
(cherry picked from commit
14c5538a311542e1466a9426c35108ce3e394338)
commands =
flake8 --config=tox.ini {posargs:cephadm}
bash -c "test $(grep 'docker.io' cephadm | wc -l) == 13"
+# Downstream distributions may choose to alter this "docker.io" number,
+# to make sure no new references to docker.io are creeping in unnoticed.