Commit Graph

9 Commits

Author SHA1 Message Date
Zuul 1fc9a56804 Update git submodules
* Update charm-interface-service-control from branch 'master'
  to 901c9b9d7d405a0af52d2d5ee5286bbaa994b7d4
  - Merge "Use unittest.mock instead of mock"
  - 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: Ic1a687f95e5fd16ffa7f63102d6f8f2de383780e
2021-12-15 09:35:06 +00:00
Alex Kavanagh 4d28fafe35 Update git submodules
* Update charm-interface-service-control from branch 'master'
  to 2c22d0194d6aa81aff7cda0feea404b96c89cc39
  - Fully migrate unit tests from testr to stestr
    
    Change-Id: I123134a19b3a6aca7c3574e39b319eeebe163a6a
2021-02-18 14:04:46 +00:00
inspurericzhang 81c987a1b8 Update git submodules
* Update charm-interface-service-control from branch 'master'
  - Switch to Ussuri jobs
    
    Change-Id: I22a7d488efb8dba8bfe837464a3bca9934f624de
2019-12-19 12:37:23 +00:00
Camille Rodriguez e06ae039bb Update git submodules
* Update charm-interface-service-control from branch 'master'
  - Avoid pollution and false positives with tox.ini
    
    - 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: Ia9fe2170634183f10a70016d809742a36d1f15ff
2019-08-29 15:11:44 +00:00
Corey Bryant cfe9fe5e9e Update git submodules
* Update charm-interface-service-control 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: I479e0a82505b5dd3870239b67cea3356175a43ae
    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:23 +00:00
Paul Goins daf3f05a6c Update git submodules
* Update charm-interface-service-control 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: Id408922ad90c9accd800691510f0b01ff56b9573
2019-03-04 15:26:24 +00:00
zhulingjie 3fbc35e09e Update git submodules
* Update charm-interface-service-control from branch 'master'
  - Change openstack-dev to openstack-discuss
    
    Change-Id: I9a99d0611364d09bd05bb9f42931ab3966b6b639
    Closes-Bug: #1811179
2019-01-10 06:23:36 +00:00
Frode Nordahl 3f3ec4e27f Update git submodules
* Update charm-interface-service-control from branch 'master'
  - Fixup repo config
    
    Change-Id: I91d545198a8570d7cacf06576c71f18b06c14df4
2019-01-09 08:35:32 +00:00
Monty Taylor aa262b7a44
Update git submodules based on new script
Change-Id: Ia578b55e3e07b4ea90f034805625caf82e9e674e
2019-01-04 14:13:17 +00:00