Commit Graph

8 Commits

Author SHA1 Message Date
Hervé Beraud 76ed17a056 Update git submodules
* Update charm-interface-barbican-secrets from branch 'master'
  to 4cae88ff57db96b9394bf6b70982a5ff4ee8bcef
  - 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: I17855080c832cd94783c279449f17c58ab5e3d9c
2021-12-16 09:40:45 +00:00
Alex Kavanagh 5f89301cb9 Update git submodules
* Update charm-interface-barbican-secrets from branch 'master'
  to 1be4ff07766e51523be56115bb7df5e0cd82055f
  - Migrate from testr to stestr
    
    Change-Id: I6ab87f81b61e41c9b53b7f88912b927ca3ea41de
2021-02-18 13:57:39 +00:00
inspurericzhang 198a39e0e3 Update git submodules
* Update charm-interface-barbican-secrets from branch 'master'
  - Switch to Ussuri jobs
    
    Change-Id: Ib26bdacadba617e0f2e95ad80ae35b5e5caaedd4
2019-12-19 12:43:01 +00:00
Camille Rodriguez 563b8f13f1 Update git submodules
* Update charm-interface-barbican-secrets from branch 'master'
  - Add disco-stein bundle to gate tests
    
    This project does not have func tests, however these changes are in line
    with a batch of changes over all charms, so I kept the same title for
    reference.
    Changes:
    - removing sitepackages in tox.ini to avoid test env pollution
    - skip_missing_interpreters in tox.ini set to False to avoid false
    positives by skipping missing interpreters.
    
    Change-Id: I5241afe9b0bdcfd8b7cd61d1395259d0bb96cae2
2019-08-30 18:58:54 +00:00
Corey Bryant 30e54c8cbd Update git submodules
* Update charm-interface-barbican-secrets from branch 'master'
  - Add Python 3 Train unit tests
    
    This is a mechanically generated patch to ensure unit testing is in place
    for all of the Tested Runtimes for Train.
    
    See the Train python3-updates goal document for details:
    https://governance.openstack.org/tc/goals/train/python3-updates.html
    
    Note that python35-charm-jobs is retained since this charm is supported
    on Xenial.
    
    Change-Id: Ib7a01208cf4fe7b27dac72c5e6b95eafcd3f67a3
    Story: #2005924
    Task: #34228
    
  - OpenDev Migration Patch
    
    This commit was bulk generated and pushed by the OpenDev sysadmins
    as a part of the Git hosting and code review systems migration
    detailed in these mailing list posts:
    
    http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
    http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html
    
    Attempts have been made to correct repository namespaces and
    hostnames based on simple pattern matching, but it's possible some
    were updated incorrectly or missed entirely. Please reach out to us
    via the contact information listed at https://opendev.org/ with any
    questions you may have.
2019-08-13 18:02:39 +00:00
Paul Goins f00f488eb6 Update git submodules
* Update charm-interface-barbican-secrets from branch 'master'
  - Excluding unit_tests from coverage
    
    Unit tests generally will all be executed, and measuring them will
    skew the overall coverage numbers.  Thus, I'm excluding the unit_tests
    folder.
    
    Change-Id: I03bf73856dfd850c6c84a82745d0d161b0e9f538
2019-03-04 08:40:52 +00:00
Paul Goins c31d6a4092 Update git submodules
* Update charm-interface-barbican-secrets from branch 'master'
  - Added tox environment for gathering coverage
    
    This technique was borrowed from the tox "cover" environment in
    openstack/nova's tox.ini.  This leverages the fact that stestr lets
    you override the python executable via the PYTHON environment
    variable.  Doing this allows us to easily generate coverage for our
    unit tests.
    
    An important caveat is that this does not provide any coverage for
    tests via zaza, amulet, etc.  It is purely focused on the unit tests.
    
    Note that this replaces the previous .coveragerc; coverage
    configuration is instead pulled from tox.ini.
    
    Change-Id: Ie48022dcbdb3dce7510a845f177804f2539c07c7
2019-03-01 12:24:59 +00:00
Monty Taylor aa262b7a44
Update git submodules based on new script
Change-Id: Ia578b55e3e07b4ea90f034805625caf82e9e674e
2019-01-04 14:13:17 +00:00