Replace assertEquals with assertEqual 89/49289/7
authorEmma Foley <emma.l.foley@intel.com>
Tue, 19 Dec 2017 11:45:57 +0000 (11:45 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Thu, 25 Jan 2018 20:23:08 +0000 (20:23 +0000)
commit298e2e529e815f31c7ae5e0e1154a7fdac92a067
treee8be63b8bf23dbed871824c33ca44c6a15e5abba
parent44ee5e004f3af5dcdbbc1d172faba91b8419b6d6
Replace assertEquals with assertEqual

unittest.assertEquals is deprecated[1], and has been replaced with
unittest.assertEqual.

[1] https://docs.python.org/2/library/unittest.html#deprecated-aliases

Change-Id: I9c6320e3a9ec5528036b529a9c32fc48b0bcfd62
JIRA: YARDSTICK-864
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
tests/unit/benchmark/scenarios/availability/test_util.py
tests/unit/network_services/helpers/test_dpdkbindnic_helper.py
tests/unit/network_services/vnf_generic/vnf/test_sample_vnf.py
tests/unit/network_services/vnf_generic/vnf/test_tg_ping.py
tests/unit/network_services/vnf_generic/vnf/test_udp_replay.py
yardstick/tests/unit/common/test_yaml_loader.py