[LDTP-Dev] Updated gldap.py

Nagappan A anagappan at novell.com
Mon Sep 26 04:45:42 PDT 2005


Hi,
    Using this GNU Linux Desktop Automation Project (gldap.py) tool you 
can select the list of scripts as a group. If one of the script in a 
group fails, then rest of the script in that group will not be executed. 
XML file should be given as an argument to this tool. XML file can be 
generated using Shaheed's new LDTP editor. In a group atleast one script 
file should be present. Data file are optional arguments. Appmap file 
name, log file name, log file overwrite options are also optional.

Sample XML:

<?xml version="1.0"?>
<ldtp>
<logfileoverwrite>1</logfileoverwrite>
<logfile>evolutionexecutionstatus.xml</logfile>
<appmapfile>evolution.xml</appmapfile>
<group>
<script>
<name>create-new-ab.py</name>
<data>personal-ab.xml</data>
</script>
<script>
<name>create-new-ab.py</name>
<data>ldap-ab.xml</data>
</script>
</group>
<group>
<script>
<name>create-new-contact.py</name>
<data>contact-details.xml</data>
</script>
</group>
<group>
<script>
<name>create-new-contact-list.py</name>
<data1>contact-list-details.xml</data1>
</script>
</group>
</ldtp>

Thanks
Nagappan

-- 
Nagappan A <anagappan at novell.com>
Novell Software Development (I) Pvt. Ltd.
Linux Desktop Testing Project - http://gnomebangalore.org/ldtp/index.php/Main_Page
http://nagappanal.blogspot.com/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: gldap.py
Type: text/x-python
Size: 6592 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/ldtp-dev/attachments/20050926/a90fc942/gldap.py


More information about the Ldtp-dev mailing list