summaryrefslogtreecommitdiff
path: root/tests/unittests/test_handler
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-05-23 16:53:03 +0200
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-05-23 16:53:03 +0200
commita63a64a70def97730d2ab544b0df9f87f3484333 (patch)
tree71c32be2a530ba0c8e9cdc8f20fc5f99a9213287 /tests/unittests/test_handler
parent65ad82bec66ea3379a20785b1932ed1dc3c17b67 (diff)
downloadvyos-cloud-init-a63a64a70def97730d2ab544b0df9f87f3484333.tar.gz
vyos-cloud-init-a63a64a70def97730d2ab544b0df9f87f3484333.zip
final pep8 check fixups
Diffstat (limited to 'tests/unittests/test_handler')
-rw-r--r--tests/unittests/test_handler/test_handler_apt_source.py9
1 files changed, 3 insertions, 6 deletions
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