summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-05-12 09:52:02 +0200
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-05-12 09:52:02 +0200
commit48a50dabf482a8ae029775a94be2d1b84763f98d (patch)
treeca520467a630edd6d6b07135a7fb898ca8512aa3
parenta6282380814750851c0dc2ac2d4d3386eb6fcce4 (diff)
downloadvyos-cloud-init-48a50dabf482a8ae029775a94be2d1b84763f98d.tar.gz
vyos-cloud-init-48a50dabf482a8ae029775a94be2d1b84763f98d.zip
remove unused test parts in test_handler_apt_source
-rw-r--r--tests/unittests/test_handler/test_handler_apt_source.py23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/unittests/test_handler/test_handler_apt_source.py b/tests/unittests/test_handler/test_handler_apt_source.py
index 01d56559..38c93e0e 100644
--- a/tests/unittests/test_handler/test_handler_apt_source.py
+++ b/tests/unittests/test_handler/test_handler_apt_source.py
@@ -17,29 +17,6 @@ from cloudinit.config import cc_apt_configure
from ..helpers import TestCase
-UNKNOWN_ARCH_INFO = {
- 'arches': ['default'],
- 'failsafe': {'primary': 'http://fs-primary-default',
- 'security': 'http://fs-security-default'}
-}
-
-PACKAGE_MIRRORS = [
- {'arches': ['i386', 'amd64'],
- 'failsafe': {'primary': 'http://fs-primary-intel',
- 'security': 'http://fs-security-intel'},
- 'search': {
- 'primary': ['http://%(ec2_region)s.ec2/',
- 'http://%(availability_zone)s.clouds/'],
- 'security': ['http://security-mirror1-intel',
- 'http://security-mirror2-intel']}},
- {'arches': ['armhf', 'armel'],
- 'failsafe': {'primary': 'http://fs-primary-arm',
- 'security': 'http://fs-security-arm'}},
- UNKNOWN_ARCH_INFO
-]
-
-GAPMI = distros._get_arch_package_mirror_info
-
def load_tfile_or_url(*args, **kwargs):
""" load_tfile_or_url