Commit Graph

4 Commits

Author SHA1 Message Date
Hervé Beraud f90f8c6edc Use unittest.mock instead of mock
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we can use the
standard lib unittest.mock module instead.

Note that https://github.com/openstack/charms.openstack is used during tests
and he need `mock`, unfortunatelly it doesn't declare `mock` in its
requirements so it retrieve mock from other charm project (cross dependency).
So we depend on charms.openstack first and when
Ib1ed5b598a52375e29e247db9ab4786df5b6d142 will be merged then CI
will pass without errors.

Depends-On: Ib1ed5b598a52375e29e247db9ab4786df5b6d142
Change-Id: I69e03a14ab370bd6870e4325627e7be86fe2a53f
2021-12-15 10:09:45 +00:00
David Ames 7c50d9e1dc Pass wait timeout all the way through to clients
Pass the non-interactive wait timeout value through.

Change-Id: I25c2e982ebabe09385e52fef0fb8c97cabe60756
Closes-Bug: #1841063
2020-04-17 07:38:48 -07:00
David Ames 9cc097f06e Shared-DB Provides
Enable the provides side of the interface with an Endpoint
implementation.

Change-Id: If218a23445709543426de0501765ed24eb8af308
2019-10-03 07:54:03 -07:00
James Page 7587a4b6e8 Add support for verification process
Add required configuration files and generally update the interface
after move to OpenStack git/gerrit.

Change-Id: If80a3393d566953c3349c74e62b860b582961769
2016-07-07 15:39:05 +01:00