fuel-agent/fuel_agent/tests
Cady_Chen 9e1e030c98 Use assertIsNone(...) instead of assertEqual(None, ...)
Refer to:http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises

[H203] Use assertIs(Not)None to check for None (off by default) Unit
test assertions tend to give better messages for more specific assertions.
As a result, assertIsNone(...) is preferred over assertEqual(None, ...)
and assertIs(None, ...)

Change-Id: I9246fac952c59d3ddc1458c16c53fc988ac095d3
2016-12-20 01:33:05 +08:00
..
fixtures Create non-root user account during image build process 2016-03-02 05:56:49 -06:00
__init__.py Upgrade hacking rules and fix new issues 2015-06-26 07:57:07 +00:00
base.py Add simple data driver for partitioning info 2015-07-16 10:11:02 +02:00
test_artifact_utils.py Fix arguments' mess with init_http_request 2016-01-22 10:26:58 +03:00
test_build_utils.py Disable cloud-init network auto configuration 2016-11-19 14:57:17 +01:00
test_configdrive.py Create non-root user account during image build process 2016-03-02 05:56:49 -06:00
test_fs_utils.py Move files from mount points to actual file systems 2016-05-13 20:20:52 +03:00
test_grub_utils.py Clean imports in code 2016-09-06 13:26:32 +07:00
test_hardware_utils.py Adds major_version for Sandisk FusionIO 2016-04-06 16:24:13 -04:00
test_image.py All tests in fuel_agent use unittest2 now 2015-07-16 12:42:52 +02:00
test_ks_spaces_validator.py All tests in fuel_agent use unittest2 now 2015-07-16 12:42:52 +02:00
test_lvm_utils.py Merge "fuel-agent: check if lvcreate supports --yes switch" 2015-07-20 12:17:24 +00:00
test_manager.py Fix umount fuse control filesystem error 2016-10-19 17:21:33 +08:00
test_md_utils.py Skip cleaning of MD containers 2015-12-02 13:22:17 +03:00
test_nailgun.py Use any disk for /boot regardless of its size 2016-06-02 15:53:57 +03:00
test_nailgun_build_image.py Clean imports in code 2016-09-06 13:26:32 +07:00
test_partition.py Use assertIsNone(...) instead of assertEqual(None, ...) 2016-12-20 01:33:05 +08:00
test_partition_utils.py Add option to choose partition alignment mode 2016-05-20 16:18:57 +03:00
test_provision_utils.py Configure admin NIC prior the first system boot 2016-08-16 18:29:09 +03:00
test_requirements.py Add test for requirements 2015-09-17 15:03:04 +03:00
test_simple_nailgun_driver.py Create non-root user account during image build process 2016-03-02 05:56:49 -06:00
test_utils.py Fix get_release_file retries 2016-05-16 16:52:40 +03:00