coverage + pylint
This commit is contained in:
13
tests/dictionaries/80file_wrong_type/00-base.xml
Normal file
13
tests/dictionaries/80file_wrong_type/00-base.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rougail version="0.9">
|
||||
<services>
|
||||
<service name='test'>
|
||||
<file file_type="variable" source="mailname">file_name</file>
|
||||
</service>
|
||||
</services>
|
||||
<variables>
|
||||
<variable name='file_name' type='string'>
|
||||
<value>/etc/mailname</value>
|
||||
</variable>
|
||||
</variables>
|
||||
</rougail>
|
0
tests/dictionaries/80file_wrong_type/__init__.py
Normal file
0
tests/dictionaries/80file_wrong_type/__init__.py
Normal file
0
tests/dictionaries/80file_wrong_type/errno_58
Normal file
0
tests/dictionaries/80file_wrong_type/errno_58
Normal file
20
tests/dictionaries/80override_twice/00-base.xml
Normal file
20
tests/dictionaries/80override_twice/00-base.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<rougail version="0.9">
|
||||
|
||||
<services>
|
||||
<service name="test">
|
||||
<override/>
|
||||
<override/>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
<variables>
|
||||
<family name="general">
|
||||
<variable name="mode_conteneur_actif" type="string" description="No change">
|
||||
<value>non</value>
|
||||
</variable>
|
||||
</family>
|
||||
</variables>
|
||||
</rougail>
|
||||
<!-- vim: ts=4 sw=4 expandtab
|
||||
-->
|
0
tests/dictionaries/80override_twice/__init__.py
Normal file
0
tests/dictionaries/80override_twice/__init__.py
Normal file
0
tests/dictionaries/80override_twice/errno_69
Normal file
0
tests/dictionaries/80override_twice/errno_69
Normal file
19
tests/dictionaries/80services_ip_twice/00-base.xml
Normal file
19
tests/dictionaries/80services_ip_twice/00-base.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<rougail version="0.9">
|
||||
|
||||
<services>
|
||||
<service name='nut'>
|
||||
<ip>nut_monitor_host</ip>
|
||||
<ip>nut_monitor_host</ip>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
<variables>
|
||||
<variable name="nut_monitor_host" type="ip" mandatory='True'>
|
||||
<value>192.168.0.1</value>
|
||||
</variable>
|
||||
</variables>
|
||||
</rougail>
|
||||
<!-- vim: ts=4 sw=4 expandtab
|
||||
-->
|
0
tests/dictionaries/80services_ip_twice/__init__.py
Normal file
0
tests/dictionaries/80services_ip_twice/__init__.py
Normal file
0
tests/dictionaries/80services_ip_twice/errno_67
Normal file
0
tests/dictionaries/80services_ip_twice/errno_67
Normal file
18
tests/dictionaries/80services_ip_wrong_type/00-base.xml
Normal file
18
tests/dictionaries/80services_ip_wrong_type/00-base.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<rougail version="0.9">
|
||||
|
||||
<services>
|
||||
<service name='nut'>
|
||||
<ip>nut_monitor_host</ip>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
<variables>
|
||||
<variable name="nut_monitor_host" type="string" mandatory='True'>
|
||||
<value>192.168.0.1</value>
|
||||
</variable>
|
||||
</variables>
|
||||
</rougail>
|
||||
<!-- vim: ts=4 sw=4 expandtab
|
||||
-->
|
Reference in New Issue
Block a user