merge flattener_dico and templates in tests

This commit is contained in:
2020-08-08 08:58:35 +02:00
parent f07f76a4ef
commit 4eb42e4290
958 changed files with 160 additions and 335 deletions

View File

@ -0,0 +1,22 @@
<?xml version='1.0' encoding='UTF-8'?>
<rougail>
<services/>
<variables>
<family name="général">
<variable name="activer_ejabberd" type="oui/non" description="No change" hidden="True">
<value>non</value>
</variable>
</family>
<separators/>
</variables>
<constraints>
</constraints>
<help/>
</rougail>
<!-- vim: ts=4 sw=4 expandtab
-->

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<rougail>
<variables>
<family name='ejabberd'>
<variable name="description" type="string">
<value>Exportation de la base de ejabberd</value>
</variable>
<variable name="day" type="schedule"></variable>
<variable name="mode" type="schedulemod">
<value>pre</value>
</variable>
</family>
</variables>
<constraints>
</constraints>
</rougail>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<rougail>
<variables>
<family name='external'>
<variable name="description" type="string">
<value>test</value>
</variable>
</family>
</variables>
<constraints>
<fill name='calc_multi_condition' target='extra1.external.description'>
<param>non</param>
<param type='variable' name='condition_1'>extra.ejabberd.day</param>
<param name='match'>none</param>
<param name='mismatch'>daily</param>
</fill>
</constraints>
</rougail>