]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/orchestrator/tests: don't match exact whitespace in table output
authorAdam King <adking@redhat.com>
Thu, 25 Aug 2022 16:09:49 +0000 (12:09 -0400)
committerAdam King <adking@redhat.com>
Thu, 25 Aug 2022 16:09:49 +0000 (12:09 -0400)
commitf64bf0e804598866fa82203da146c07e87bd50f6
tree35329a52ff6a71cebd691d2d4fa4c4aae7d7dfca
parentee70013a8631963c38f4a8a62ebb390bd588c4ab
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>
src/pybind/mgr/orchestrator/tests/test_orchestrator.py