glance/glance/tests/unit/async_
Dan Smith ded8ecf382 Fix failing copy_image flow init
The new networkx requirement apparently causes us to fail the
test_init_copy_flow_as_non_owner test because a None value can not be
added to the flow graph. This just mocks out the glance_store call
that is failing to get the staging store to avoid us choking there
so we can proceed. We are just testing get_flow so we never use it
anyway.

Change-Id: I6fcb14ad240105ed0b1b9086c6c6c95034b4dd42
2021-08-04 08:18:55 -07:00
..
flows Fix failing copy_image flow init 2021-08-04 08:18:55 -07:00
__init__.py Rename async package to async_ 2018-08-07 14:42:14 -04:00
test_async.py Fix missing context args to get_flow() 2021-06-04 07:11:14 -07:00
test_taskflow_executor.py Make taskflow_executor log get_flow() exceptions 2021-06-02 10:50:03 -07:00