reident tests
This commit is contained in:
@ -1,38 +1,35 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<rougail version="0.9">
|
||||
<services>
|
||||
<service name="test">
|
||||
<file filelist="afilllist">/tmp/file1</file>
|
||||
</service>
|
||||
</services>
|
||||
<variables>
|
||||
<family name="general">
|
||||
<variable name="condition" type="string" description="No change">
|
||||
<value>no</value>
|
||||
</variable>
|
||||
<variable name="condition2" type="string" description="No change">
|
||||
<value>no</value>
|
||||
</variable>
|
||||
<variable name="test_variable" type="string" description="No change" hidden="True">
|
||||
<value>no</value>
|
||||
</variable>
|
||||
</family>
|
||||
</variables>
|
||||
|
||||
<constraints>
|
||||
<condition name="disabled_if_in" source="condition">
|
||||
<param>yes</param>
|
||||
<param>maybe</param>
|
||||
<target type="variable">test_variable</target>
|
||||
<target type="filelist">afilllist</target>
|
||||
</condition>
|
||||
<condition name="disabled_if_in" source="condition2">
|
||||
<param>yes</param>
|
||||
<param>maybe</param>
|
||||
<target type="variable">test_variable</target>
|
||||
<target type="filelist">afilllist</target>
|
||||
</condition>
|
||||
</constraints>
|
||||
<services>
|
||||
<service name="test">
|
||||
<file filelist="afilllist">/tmp/file1</file>
|
||||
</service>
|
||||
</services>
|
||||
<variables>
|
||||
<family name="general">
|
||||
<variable name="condition" type="string" description="No change">
|
||||
<value>no</value>
|
||||
</variable>
|
||||
<variable name="condition2" type="string" description="No change">
|
||||
<value>no</value>
|
||||
</variable>
|
||||
<variable name="test_variable" type="string" description="No change" hidden="True">
|
||||
<value>no</value>
|
||||
</variable>
|
||||
</family>
|
||||
</variables>
|
||||
<constraints>
|
||||
<condition name="disabled_if_in" source="condition">
|
||||
<param>yes</param>
|
||||
<param>maybe</param>
|
||||
<target type="variable">test_variable</target>
|
||||
<target type="filelist">afilllist</target>
|
||||
</condition>
|
||||
<condition name="disabled_if_in" source="condition2">
|
||||
<param>yes</param>
|
||||
<param>maybe</param>
|
||||
<target type="variable">test_variable</target>
|
||||
<target type="filelist">afilllist</target>
|
||||
</condition>
|
||||
</constraints>
|
||||
</rougail>
|
||||
<!-- vim: ts=4 sw=4 expandtab
|
||||
-->
|
||||
|
Reference in New Issue
Block a user