using ping-pong samples and reproduce with python3
def print_admin_operation_info(dn, params):
""" Print admin operation information """
print("INFO: I am %s" % dn)
if params:
print("INFO: Received parameters")
for param in params:
if param.name == "testing":
# condition is pass if run with python2
print("pass")
print("\t- %s: %s (%s)" % (param.name, param.value, param.type))
Diff:
commit 321e1d9eeac01d5259c73c88cea56e34462ebe8e (HEAD -> develop, origin/develop, ticket-3351)
Author: thien.m.huynh thien.m.huynh@dektech.com.au
Date: Tue Apr 23 10:16:38 2024 +0700