summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/dcerpc/rpcecho.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/python/samba/tests/dcerpc/rpcecho.py')
-rw-r--r--source4/scripting/python/samba/tests/dcerpc/rpcecho.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/tests/dcerpc/rpcecho.py b/source4/scripting/python/samba/tests/dcerpc/rpcecho.py
index 12638e2397..72eb87d750 100644
--- a/source4/scripting/python/samba/tests/dcerpc/rpcecho.py
+++ b/source4/scripting/python/samba/tests/dcerpc/rpcecho.py
@@ -24,6 +24,7 @@ from samba.tests import RpcInterfaceTestCase
class RpcEchoTests(RpcInterfaceTestCase):
+
def setUp(self):
self.conn = echo.rpcecho("ncalrpc:", self.get_loadparm())
@@ -59,6 +60,7 @@ class RpcEchoTests(RpcInterfaceTestCase):
class NdrEchoTests(unittest.TestCase):
+
def test_info1_push(self):
x = echo.info1()
x.v = 42