charms.openstack/unit_tests
Trent Lloyd 0042bc36de Replace deprecated _ows_check_services_running
_ows_check_services_running was made public without the underscore and
it's private function name was made an alias and marked deprecated by:
https://github.com/juju/charm-helpers/pull/658

Switch to the new name to avoid many deprecation warnings being printed
by dependant charms every time update-status hooks run:
DEPRECATION WARNING: Function _ows_check_services_running is being
removed on/around 2022-05 : use ows_check_services_running() instead

Change-Id: I4758330db81a95ac2aa17f9bc316afdc2eab2d44
2024-03-22 13:39:55 +00:00
..
charms_openstack Replace deprecated _ows_check_services_running 2024-03-22 13:39:55 +00:00
__init__.py Use unittest.mock instead of mock 2021-12-14 13:06:13 +00:00
odl_responses.py Added ovs, odl and pci modules 2016-09-14 13:58:05 +00:00
pci_responses.py Added ovs, odl and pci modules 2016-09-14 13:58:05 +00:00
test_charms_openstack_adapters.py adapters: fix compat for auto accessors 2022-09-21 11:02:44 +01:00
test_charms_openstack_bus.py Use unittest.mock instead of mock 2021-12-14 13:06:13 +00:00
test_charms_openstack_devices_pci.py Use unittest.mock instead of mock 2021-12-14 13:06:13 +00:00
test_charms_openstack_ip.py Stop getting {public,private}-address from unit-get 2021-01-15 08:32:56 +00:00
test_charms_openstack_sdn_odl.py Added ovs, odl and pci modules 2016-09-14 13:58:05 +00:00
test_charms_openstack_sdn_ovs.py Stop to use the __future__ module. 2020-06-02 20:06:38 +02:00
test_charms_openstack_test_utils.py Stop to use the __future__ module. 2020-06-02 20:06:38 +02:00
utils.py Use unittest.mock instead of mock 2021-12-14 13:06:13 +00:00