Commit Graph

8 Commits

Author SHA1 Message Date
Hervé Beraud 9908f9ca6c Update git submodules
* Update charm-interface-dashboard-plugin from branch 'master'
  to 5fe099ee3065400e16902eadf009682e21852e9b
  - 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: Id1cb42a412de130a85ec48695ecdbbadc9df7a6c
2021-12-16 09:36:30 +00:00
Alex Kavanagh 5720f5890b Update git submodules
* Update charm-interface-dashboard-plugin from branch 'master'
  to 06031deac8b37e912dc69f1c6d2e2634696d2547
  - Migrate unit tests from testr to stestr
    
    Change-Id: Ia113b6cc410f4140f7b49a0afe9b3520b7b58143
2021-02-18 13:00:41 +00:00
Alex Kavanagh cc66325690 Update git submodules
* Update charm-interface-dashboard-plugin from branch 'master'
  - Add package information to the dashboard-plugin relation
    
    Add 'conflicting-packages' and 'install-packages' keys to the
    relation so that a plugin can notify the openstack-dashboard charm that
    it needs packages installed and what original packages will conflict
    with them.
    
    Change-Id: I962ec558b8dd1f765c6104d5ae61edd41c03affe
    Related-Bug: #1853851
2020-01-28 16:36:00 +00:00
inspurericzhang bd8a0fc1e9 Update git submodules
* Update charm-interface-dashboard-plugin from branch 'master'
  - Switch to Ussuri jobs
    
    Change-Id: Ia84b60903b6c517faadddb99402ee8359d6af17b
2019-12-19 12:49:57 +00:00
Camille Rodriguez 2d581ba822 Update git submodules
* Update charm-interface-dashboard-plugin 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: If749a61d82836d214eda97c5172b7677e76365d9
2019-08-29 15:13:54 +00:00
Corey Bryant 00adb340f3 Update git submodules
* Update charm-interface-dashboard-plugin 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: Ibc2def246bf2a96213b0e1429e4d97a5eb0f4406
    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:19:59 +00:00
Paul Goins 394f0ded03 Update git submodules
* Update charm-interface-dashboard-plugin 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: I78170741219749d8bfb5eb7eb247877814fb9824
2019-03-04 09:46:19 +00:00
Monty Taylor aa262b7a44
Update git submodules based on new script
Change-Id: Ia578b55e3e07b4ea90f034805625caf82e9e674e
2019-01-04 14:13:17 +00:00