bpo package

Subpackages

Module contents

bpo.init_components()
bpo.logging_init()
bpo.main(return_app=False, fill_image_queue=True)
Parameters:
  • return_app – return the flask app, instead of running it. This is used in the testsuite.

  • fill_image_queue – add new images (if the interval has been reached). This is disabled in tests, where we don’t want to test building images.

bpo.stop()

Clean up after running the BPO Server. Used in the testsuite.