summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-11-24 16:54:17 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2015-11-24 16:54:17 -0500
commit7b85e1dfa5b96246807c7987a75a1d1f5478de36 (patch)
tree9105f0329e3b6cd6face0b42cc4181ca82ab9cb1 /utils
parented650557aef9bb1d18b755ffdf891fcb26bb20cb (diff)
downloadopenshift-7b85e1dfa5b96246807c7987a75a1d1f5478de36.tar.gz
openshift-7b85e1dfa5b96246807c7987a75a1d1f5478de36.tar.bz2
openshift-7b85e1dfa5b96246807c7987a75a1d1f5478de36.tar.xz
openshift-7b85e1dfa5b96246807c7987a75a1d1f5478de36.zip
Silencing pylint branch errors for now for the atomic-openshift-installer harness
Diffstat (limited to 'utils')
-rw-r--r--utils/test/cli_installer_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/cli_installer_tests.py b/utils/test/cli_installer_tests.py
index d78153dd9..c951b6580 100644
--- a/utils/test/cli_installer_tests.py
+++ b/utils/test/cli_installer_tests.py
@@ -614,7 +614,7 @@ class AttendedCliTests(OOCliFixture):
self.config_file = os.path.join(self.work_dir, 'config.yml')
self.cli_args.extend(["-c", self.config_file])
- #pylint: disable=too-many-arguments
+ #pylint: disable=too-many-arguments,too-many-branches
def _build_input(self, ssh_user=None, hosts=None, variant_num=None,
add_nodes=None, confirm_facts=None, scheduleable_masters_ok=None,
master_lb=None):