]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/orchestrator/tests: don't match exact whitespace in table output 47858/head
authorAdam King <adking@redhat.com>
Thu, 25 Aug 2022 16:09:49 +0000 (12:09 -0400)
committerAdam King <adking@redhat.com>
Mon, 29 Aug 2022 20:48:41 +0000 (16:48 -0400)
commit165865cf47103c96bfd5045647424f26aed0a49e
treec07431c38072acf663caa5d39422b1db2a8b9085
parent36122d247521d92f2d18ffe48dd2b236f0c03dbc
mgr/orchestrator/tests: don't match exact whitespace in table output

It seems that the exact spacing may differ a bit between
python versions. Currently seeing py3 (which cooresponds to py 3.6
on my system) passing these tests and py37 (which is python 3.7
obviously) failing. I think verifying against the exact whitespace
is unnecessary anyhow. As long as it isn't egregious, we don't
really need to worry about exactly what the spacing is.

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit f64bf0e804598866fa82203da146c07e87bd50f6)
src/pybind/mgr/orchestrator/tests/test_orchestrator.py