summaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2024-10-23 18:50:46 -0500
committerJohn Estabrook <jestabro@vyos.io>2024-10-27 21:17:27 -0500
commit60cc099df46e1cbcb7b37be3fe455978f800887f (patch)
tree23c9ee764213794de3945799253a61928fe36d69 /test/data
parent92b9c5e1a47be12b1e5dd7c6f069e69d28465eac (diff)
downloadvyconf-60cc099df46e1cbcb7b37be3fe455978f800887f.tar.gz
vyconf-60cc099df46e1cbcb7b37be3fe455978f800887f.zip
T6718: update tests
Update tests, as appropriate: for example, the Vyconf config file grammar is distinct from the one currently used in vyos1x-config, consequently the curly_parser_test is not included.
Diffstat (limited to 'test/data')
-rw-r--r--test/data/interface_definition_sample.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/data/interface_definition_sample.xml b/test/data/interface_definition_sample.xml
index c5458ff..964528d 100644
--- a/test/data/interface_definition_sample.xml
+++ b/test/data/interface_definition_sample.xml
@@ -6,7 +6,6 @@
<children>
<tagNode name="user">
<properties>
- <keepChildOrder/>
<help>User name</help>
<constraint>
<regex>[a-zA-Z][a-zA-Z0-9\-]+</regex>