monasca-agent/tests/detection
likui 38c6f3af51 Replace assertItemsEqual with assertCountEqual
assertItemsEqual was removed from Python's unittest.TestCase in
Python 3.3 [1][2]. We have been able to use them since then, because
testtools required unittest2, which still included it. With testtools
removing Python 2.7 support [3][4], we will lose support for
assertItemsEqual, so we should switch to use assertCountEqual.

[1] - https://bugs.python.org/issue17866
[2] - https://hg.python.org/cpython/rev/d9921cb6e3cd
[3] - testing-cabal/testtools#286
[4] - testing-cabal/testtools#277

Change-Id: I1b269b5c06a99e8f62f7c5a33b2314de06389041
2020-11-10 14:48:15 +08:00
..
__init__.py Add detection plugin for enabling ovs plugin 2016-06-16 05:02:47 +05:30
test_ceph.py Use unittest.mock instead of third party mock 2020-04-18 11:54:36 -05:00
test_cert_check.py Use unittest.mock instead of mock 2020-08-10 13:41:08 +02:00
test_cert_file_check.py Use unittest.mock instead of mock 2020-08-10 13:41:08 +02:00
test_host_alive.py Use unittest.mock instead of third party mock 2020-04-18 11:54:36 -05:00
test_http_check.py enable Keystone v3 support for http_check detection plugin 2018-12-20 18:31:18 -08:00
test_ib_network.py Use unittest.mock instead of third party mock 2020-04-18 11:54:36 -05:00
test_influxdb.py Replace assertItemsEqual with assertCountEqual 2020-11-10 14:48:15 +08:00
test_influxdb_relay.py Replace assertItemsEqual with assertCountEqual 2020-11-10 14:48:15 +08:00
test_json_plugin.py Add Apache License 2018-04-14 11:50:07 +00:00
test_kibana.py Use unittest.mock instead of third party mock 2020-04-18 11:54:36 -05:00
test_libvirt.py Use unittest.mock instead of third party mock 2020-04-18 11:54:36 -05:00
test_mon.py Use unittest.mock instead of third party mock 2020-04-18 11:54:36 -05:00
test_ovs.py Use unittest.mock instead of mock 2020-08-10 13:41:08 +02:00
test_process_check.py Use unittest.mock instead of mock 2020-08-10 13:41:08 +02:00
test_utils.py Use unittest.mock instead of third party mock 2020-04-18 11:54:36 -05:00
test_zookeeper.py Use unittest.mock instead of third party mock 2020-04-18 11:54:36 -05:00