summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cloudinit/util.py2
-rw-r--r--tests/unittests/test_handler/test_handler_apt_source.py9
2 files changed, 5 insertions, 6 deletions
diff --git a/cloudinit/util.py b/cloudinit/util.py
index 2931efbd..0773af69 100644
--- a/cloudinit/util.py
+++ b/cloudinit/util.py
@@ -335,6 +335,7 @@ def rand_str(strlen=32, select_from=None):
select_from = string.ascii_letters + string.digits
return "".join([random.choice(select_from) for _x in range(0, strlen)])
+
def rand_dict_key(dictionary, postfix=None):
if not postfix:
postfix = ""
@@ -344,6 +345,7 @@ def rand_dict_key(dictionary, postfix=None):
break
return newkey
+
def read_conf(fname):
try:
return load_yaml(load_file(fname), default={})
diff --git a/tests/unittests/test_handler/test_handler_apt_source.py b/tests/unittests/test_handler/test_handler_apt_source.py
index 237cf14d..c19904fb 100644
--- a/tests/unittests/test_handler/test_handler_apt_source.py
+++ b/tests/unittests/test_handler/test_handler_apt_source.py
@@ -55,7 +55,6 @@ class TestAptSourceConfig(TestCase):
self.fallbackfn = os.path.join(self.tmp, "etc/apt/sources.list.d/",
"cloud_config_sources.list")
-
@staticmethod
def _get_default_params():
""" get_default_params
@@ -68,9 +67,9 @@ class TestAptSourceConfig(TestCase):
def myjoin(self, *args, **kwargs):
""" myjoin - redir into writable tmpdir"""
- if (args[0] == "/etc/apt/sources.list.d/"
- and args[1] == "cloud_config_sources.list"
- and len(args) == 2):
+ if (args[0] == "/etc/apt/sources.list.d/" and
+ args[1] == "cloud_config_sources.list" and
+ len(args) == 2):
return self.join(self.tmp, args[0].lstrip("/"), args[1])
else:
return self.join(*args, **kwargs)
@@ -137,7 +136,6 @@ class TestAptSourceConfig(TestCase):
"main universe multiverse restricted"),
contents, flags=re.IGNORECASE))
-
def test_apt_src_basic_tri(self):
""" test_apt_src_basic_tri
Test Fix three deb source string, has to overwrite mirror conf in
@@ -232,7 +230,6 @@ class TestAptSourceConfig(TestCase):
"universe"),
contents, flags=re.IGNORECASE))
-
def test_apt_src_replace_tri(self):
""" test_apt_src_replace_tri
Test three autoreplacements of MIRROR and RELEASE in source specs with