AssertionError: assert 'Pyramid removed for image 5615' in '0 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n1 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n2 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n3 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n4 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n5 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n6 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n7 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n8 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n9 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n10 Pyramid not ready: Missing pyramid...oved for image 404\nPyramid removed for image 377\nPyramid removed for image 415\nPyramid removed for image 393\nPyramid removed for image 400\nPyramid removed for image 444\nPyramid removed for image 409\nPyramid removed for image 453\nPyramid removed for image 442\nPyramid removed for image 449\nPyramid removed for image 441\nPyramid removed for image 451\nPyramid removed for image 436\nPyramid removed for image 434\nPyramid removed for image 443\nPyramid removed for image 446\nPyramid removed for image 410\nPyramid removed for image 384\nPyramid removed for image 398\nPyramid removed for image 405\nPyramid removed for image 452\nPyramid removed for image 447\nPyramid removed for image 376\nPyramid removed for image 374\nPyramid removed for image 372\nPyramid removed for image 386\nPyramid removed for image 373\nPyramid removed for image 371\nPyramid removed for image 383\nPyramid removed for image 406\nPyramid removed for image 440\nPyramid removed for image 380\nPyramid removed for image 389\nPyramid removed for image 379\nPyramid removed for image 395\nPyramid removed for image 382\nPyramid removed for image 448\nPyramid removed for image 431\nPyramid removed for image 433\n'
Stack Trace
self = <test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin object at 0x7f25f79d0750>
tmpdir = local('/tmp/pytest-of-omero/pytest-9/test_remove_pyramids_big_endia0')
capsys = <_pytest.capture.CaptureFixture object at 0x7f25b9e51450>
def test_remove_pyramids_big_endian(self, tmpdir, capsys):
"""Test removepyramids with litlle endian true"""
name = "big&sizeX=3500&sizeY=3500&little=false.fake"
img_id = self.import_pyramid(tmpdir, name=name, skip=None)
self.args += ["--endian=big"]
self.cli.invoke(self.args, strict=True)
out, err = capsys.readouterr()
output_start = "Pyramid removed for image %s" % img_id
> assert output_start in out
E AssertionError: assert 'Pyramid removed for image 5615' in '0 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n1 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n2 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n3 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n4 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n5 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n6 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n7 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n8 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n9 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n10 Pyramid not ready: Missing pyramid...oved for image 404\nPyramid removed for image 377\nPyramid removed for image 415\nPyramid removed for image 393\nPyramid removed for image 400\nPyramid removed for image 444\nPyramid removed for image 409\nPyramid removed for image 453\nPyramid removed for image 442\nPyramid removed for image 449\nPyramid removed for image 441\nPyramid removed for image 451\nPyramid removed for image 436\nPyramid removed for image 434\nPyramid removed for image 443\nPyramid removed for image 446\nPyramid removed for image 410\nPyramid removed for image 384\nPyramid removed for image 398\nPyramid removed for image 405\nPyramid removed for image 452\nPyramid removed for image 447\nPyramid removed for image 376\nPyramid removed for image 374\nPyramid removed for image 372\nPyramid removed for image 386\nPyramid removed for image 373\nPyramid removed for image 371\nPyramid removed for image 383\nPyramid removed for image 406\nPyramid removed for image 440\nPyramid removed for image 380\nPyramid removed for image 389\nPyramid removed for image 379\nPyramid removed for image 395\nPyramid removed for image 382\nPyramid removed for image 448\nPyramid removed for image 431\nPyramid removed for image 433\n'
test/integration/clitest/test_pyramids.py:216: AssertionError