summaryrefslogtreecommitdiffstats
path: root/ipalib/backend.py
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2012-03-13 07:10:52 -0400
committerMartin Kosek <mkosek@redhat.com>2012-03-28 15:25:33 +0200
commit96c5551aceb01f524302714b40547ae5050f675e (patch)
tree4eea2224c72d17e92fb730f1042d0724531f8eb3 /ipalib/backend.py
parenta2299070c86ae049fb5702a72567a820fe6eaa28 (diff)
downloadfreeipa-96c5551aceb01f524302714b40547ae5050f675e.tar.gz
freeipa-96c5551aceb01f524302714b40547ae5050f675e.tar.xz
freeipa-96c5551aceb01f524302714b40547ae5050f675e.zip
Add CLI parsing tests
These test that command lines are parsed to correct Command arguments. Includes some tests for interactive prompts. To make this possible cli.run is broken up into several pieces.
Diffstat (limited to 'ipalib/backend.py')
-rw-r--r--ipalib/backend.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipalib/backend.py b/ipalib/backend.py
index 0232fa536..7be38ecc8 100644
--- a/ipalib/backend.py
+++ b/ipalib/backend.py
@@ -102,7 +102,6 @@ class Connectible(Backend):
class Executioner(Backend):
-
def create_context(self, ccache=None, client_ip=None):
"""
client_ip: The IP address of the remote client.