diff options
author | Daniil Baturin <daniil@baturin.org> | 2016-12-20 20:00:58 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2016-12-20 20:00:58 +0700 |
commit | c396043a92677bad72da56fc405651750b48dd87 (patch) | |
tree | bb6443794d3c80e8c7d3b594eed64f555f7d27d4 /test/data | |
parent | 5eed572bc4a383a123fc694cb328567fe0e492fb (diff) | |
download | vyconf-c396043a92677bad72da56fc405651750b48dd87.tar.gz vyconf-c396043a92677bad72da56fc405651750b48dd87.zip |
Add tests for the Reference_tree.is_multi function.
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/interface_definition_sample.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/data/interface_definition_sample.xml b/test/data/interface_definition_sample.xml index 7d4e5df..f4b950e 100644 --- a/test/data/interface_definition_sample.xml +++ b/test/data/interface_definition_sample.xml @@ -29,6 +29,12 @@ </constraint> </properties> </leafNode> + <leafNode name="ntp-server"> + <properties> + <help>NTP server address</help> + <multi/> + </properties> + </leafNode> <node name="options"> <children> <leafNode name="reboot-on-panic"> |