Replace assertEqual(None, xx) with assertIsNone(xx) 51/51151/6
authorEmma Foley <emma.l.foley@intel.com>
Thu, 25 Jan 2018 23:10:31 +0000 (23:10 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Fri, 2 Mar 2018 11:54:15 +0000 (11:54 +0000)
commit97cb29356bee55639cb3e3343aae50abec2d329e
treede612ec84d22ce8c4089831138dfd5e5b0805c8e
parent23c32c26ccba99c5307c865dfb7673cf5e6e1acc
Replace assertEqual(None, xx) with assertIsNone(xx)

Change-Id: Ie956d8064a8fbcbd3d56c5a79c4c613d35184af4
JIRA: YARDSTICK-942
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
20 files changed:
tests/unit/network_services/helpers/test_samplevnf_helper.py
tests/unit/network_services/nfvi/test_collectd.py
tests/unit/network_services/nfvi/test_resource.py
tests/unit/network_services/traffic_profile/test_fixed.py
tests/unit/network_services/traffic_profile/test_http.py
tests/unit/network_services/traffic_profile/test_ixia_rfc2544.py
tests/unit/network_services/traffic_profile/test_rfc2544.py
tests/unit/network_services/traffic_profile/test_trex_traffic_profile.py
tests/unit/network_services/vnf_generic/vnf/test_acl_vnf.py
tests/unit/network_services/vnf_generic/vnf/test_base.py
tests/unit/network_services/vnf_generic/vnf/test_router_vnf.py
tests/unit/network_services/vnf_generic/vnf/test_tg_ixload.py
tests/unit/network_services/vnf_generic/vnf/test_tg_prox.py
tests/unit/network_services/vnf_generic/vnf/test_tg_rfc2544_ixia.py
yardstick/tests/unit/benchmark/contexts/test_node.py
yardstick/tests/unit/benchmark/core/test_task.py
yardstick/tests/unit/benchmark/scenarios/networking/test_vnf_generic.py
yardstick/tests/unit/common/test_ansible_common.py
yardstick/tests/unit/common/test_openstack_utils.py
yardstick/tests/unit/test_cmd/test_NSBperf.py