AssertionError: assert 'Pyramid removed for image 5610' in '0 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n1 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n2 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n3 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n4 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n5 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n6 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n7 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n8 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n9 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n10 Pyramid not ready: Missing pyramid.../home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n51 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n52 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n53 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n54 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n55 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n56 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n57 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n58 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n59 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\nNo more than 500 pyramids will be removed\nNo pyramids to remove\n'
Stack Trace
self = <test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin object at 0x7f5f4df8a610>
tmpdir = local('/tmp/pytest-of-omero/pytest-3/test_remove_pyramids_little_en0')
capsys = <_pytest.capture.CaptureFixture object at 0x7f5f0235edd0>
def test_remove_pyramids_little_endian(self, tmpdir, capsys):
"""Test removepyramids with litlle endian true"""
img_id = self.import_pyramid(tmpdir)
self.args += ["--endian=little"]
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 5610' in '0 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n1 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n2 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n3 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n4 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n5 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n6 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n7 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n8 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n9 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n10 Pyramid not ready: Missing pyramid.../home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n51 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n52 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n53 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n54 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n55 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n56 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n57 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n58 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n59 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\nNo more than 500 pyramids will be removed\nNo pyramids to remove\n'
test/integration/clitest/test_pyramids.py:148: AssertionError