commit:     561623c9edcf1b7890dee4a9eaf808774a05db26
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 30 06:06:26 2014 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Sun Nov 30 06:06:26 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=561623c9

external.py: Modifies tested flags to reflect new config options

---
 layman/tests/external.py | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/layman/tests/external.py b/layman/tests/external.py
index 70d5b62..695decc 100755
--- a/layman/tests/external.py
+++ b/layman/tests/external.py
@@ -241,17 +241,18 @@ class CLIArgs(unittest.TestCase):
         a = ArgsParser()
         test_url = 'https://api.gentoo.org/overlays/repositories.xml'
         self.assertTrue(test_url in a['overlays'].split('\n'))
+
         test_keys = ['auto_sync', 'bzr_addopts', 'bzr_command', 'bzr_postsync',
-                     'bzr_syncopts', 'cache', 'clean_tar', 'conf_module',
-                     'conf_type', 'config', 'configdir', 'custom_news_pkg',
-                     'cvs_addopts', 'cvs_command', 'cvs_postsync',
-                     'cvs_syncopts', 'darcs_addopts', 'darcs_command',
-                     'darcs_postsync', 'darcs_syncopts', 'g-common_command',
-                     'g-common_generateopts', 'g-common_postsync',
-                     'g-common_syncopts', 'g-sorcery_command',
-                     'g-sorcery_generateopts', 'g-sorcery_postsync',
-                     'g-sorcery_syncopts', 'git_addopts', 'git_command',
-                     'git_email', 'git_postsync', 'git_syncopts',
+                     'bzr_syncopts', 'cache', 'check_official', 
'clean_archive',
+                     'conf_module', 'conf_type', 'config', 'configdir',
+                     'custom_news_pkg', 'cvs_addopts', 'cvs_command',
+                     'cvs_postsync', 'cvs_syncopts', 'darcs_addopts',
+                     'darcs_command', 'darcs_postsync', 'darcs_syncopts',
+                     'g-common_command', 'g-common_generateopts',
+                     'g-common_postsync', 'g-common_syncopts',
+                     'g-sorcery_command', 'g-sorcery_generateopts',
+                     'g-sorcery_postsync', 'g-sorcery_syncopts', 'git_addopts',
+                     'git_command', 'git_email', 'git_postsync', 
'git_syncopts',
                      'git_user', 'gpg_detached_lists', 'gpg_signed_lists',
                      'http_proxy', 'https_proxy', 'installed', 'local_list',
                      'make_conf', 'mercurial_addopts', 'mercurial_command',
@@ -259,6 +260,8 @@ class CLIArgs(unittest.TestCase):
                      'news_reporter', 'nocheck', 'overlay_defs', 'overlays',
                      'quietness', 'repos_conf', 'require_repoconfig',
                      'rsync_command', 'rsync_postsync', 'rsync_syncopts',
+                     'squashfs_addopts', 'squashfs_command',
+                     'squashfs_postsync', 'squashfs_syncopts',
                      'storage', 'support_url_updates', 'svn_addopts',
                      'svn_command', 'svn_postsync', 'svn_syncopts',
                      't/f_options', 'tar_command', 'tar_postsync', 'umask',

Reply via email to