From 9e01cca6a90a30e1b8cf454467c002b40f22dff9 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 23 May 2017 14:58:10 -0400 Subject: test: update docstring on test_configured_list_with_none Simply improve the docstring on a test added in last commit. --- tests/unittests/test_ds_identify.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/unittests/test_ds_identify.py b/tests/unittests/test_ds_identify.py index 8559e1fe..f5694b26 100644 --- a/tests/unittests/test_ds_identify.py +++ b/tests/unittests/test_ds_identify.py @@ -211,7 +211,10 @@ class TestDsIdentify(CiTestCase): self._check_via_dict(mydata, rc=RC_FOUND, dslist=['NoCloud', DS_NONE]) def test_configured_list_with_none(self): - """If user set a datasource_list, that should be used.""" + """When datasource_list already contains None, None is not added. + + The explicitly configured datasource_list has 'None' in it. That + should not have None automatically added.""" mydata = copy.deepcopy(VALID_CFG['GCE']) cfgpath = 'etc/cloud/cloud.cfg.d/myds.cfg' mydata['files'][cfgpath] = 'datasource_list: ["Ec2", "None"]\n' -- cgit v1.2.3