From: Michael Fritch Date: Thu, 13 Jan 2022 22:22:40 +0000 (-0700) Subject: cephadm: increase number of docker.io occurances X-Git-Tag: v17.1.0~61^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b0b5214b8f01fd305da464e98f3b67fdd8147d0d;p=ceph.git cephadm: increase number of docker.io occurances fixup for 0fe2e54db774271e4fc18b45aba36b66cbc71779 Signed-off-by: Michael Fritch --- diff --git a/src/cephadm/tox.ini b/src/cephadm/tox.ini index 730076914f3a..cf76cfa31d05 100644 --- a/src/cephadm/tox.ini +++ b/src/cephadm/tox.ini @@ -62,4 +62,4 @@ deps = flake8-quotes commands = flake8 --config=tox.ini {posargs:cephadm} - bash -c "test $(grep 'docker.io' cephadm | wc -l) == 10" + bash -c "test $(grep 'docker.io' cephadm | wc -l) == 11" diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index 6f1155cd15f3..7d172847f159 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -183,7 +183,7 @@ modules = commands = flake8 --config=tox.ini {posargs} \ {posargs:{[testenv:flake8]modules}} - bash -c 'test $(git ls-files cephadm | grep ".py$" | grep -v tests | xargs grep "docker.io" | wc -l) == 12' + bash -c 'test $(git ls-files cephadm | grep ".py$" | grep -v tests | xargs grep "docker.io" | wc -l) == 13' [testenv:jinjalint] basepython = python3