From b0b5214b8f01fd305da464e98f3b67fdd8147d0d Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Thu, 13 Jan 2022 15:22:40 -0700 Subject: [PATCH] cephadm: increase number of docker.io occurances fixup for 0fe2e54db774271e4fc18b45aba36b66cbc71779 Signed-off-by: Michael Fritch --- src/cephadm/tox.ini | 2 +- src/pybind/mgr/tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cephadm/tox.ini b/src/cephadm/tox.ini index 730076914f3..cf76cfa31d0 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 6f1155cd15f..7d172847f15 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 -- 2.39.5