rougail/tests/flattener_dicos/80masterslaves_autofreeze/00-base.xml

30 lines
793 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<rougail>
<services/>
<variables>
<family name="general">
<variable name="master" type="string" description="master" auto_freeze="True"/>
<variable name="slave1" type="string" description="slave1"/>
<variable name="slave2" type="string" description="slave2"/>
</family>
</variables>
<constraints>
<fill name="calc_val" target="slave1">
<param name="valeur">valfill</param>
</fill>
<fill name="calc_val" target="slave2">
<param type="variable">slave1</param>
</fill>
<group master="master">
<slave>slave1</slave>
<slave>slave2</slave>
</group>
</constraints>
<help/>
</rougail>