name of file is a filename
This commit is contained in:
19
tests/dictionaries/80port_string/00-base.xml
Normal file
19
tests/dictionaries/80port_string/00-base.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<rougail>
|
||||
|
||||
<services>
|
||||
<service name='ntp'>
|
||||
<port protocol='udp' port_type="variable">my_variable</port>
|
||||
<port protocol='tcp' port_type="variable">my_variable</port>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
<variables>
|
||||
<variable name='my_variable' type='string'>
|
||||
<value>123</value>
|
||||
</variable>
|
||||
</variables>
|
||||
</rougail>
|
||||
<!-- vim: ts=4 sw=4 expandtab
|
||||
-->
|
0
tests/dictionaries/80port_string/__init__.py
Normal file
0
tests/dictionaries/80port_string/__init__.py
Normal file
0
tests/dictionaries/80port_string/errno_58
Normal file
0
tests/dictionaries/80port_string/errno_58
Normal file
Reference in New Issue
Block a user