diff options
| author | Phil Summers <phil@blindlime.org> | 2016-12-22 01:20:08 +0000 |
|---|---|---|
| committer | Phil Summers <phil@blindlime.org> | 2016-12-22 01:20:08 +0000 |
| commit | f2b20137711c8d6f2e468595d484b1e8ba3b1efd (patch) | |
| tree | 834c5c1596e3a2186d7496f645c6c199d6b88d75 /test/data | |
| parent | 3e66b20e08e4c3271a13797dade33426cad3fde0 (diff) | |
| download | vyconf-f2b20137711c8d6f2e468595d484b1e8ba3b1efd.tar.gz vyconf-f2b20137711c8d6f2e468595d484b1e8ba3b1efd.zip | |
T226: Add secret and hidden properties to the reference tree.
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/interface_definition_sample.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/data/interface_definition_sample.xml b/test/data/interface_definition_sample.xml index f4b950e..6a4f201 100644 --- a/test/data/interface_definition_sample.xml +++ b/test/data/interface_definition_sample.xml @@ -20,6 +20,12 @@ </leafNode> </children> </tagNode> + <leafNode name="password"> + <properties> + <help>A password</help> + <secret/> + </properties> + </leafNode> </children> </node> <leafNode name="host-name"> @@ -43,6 +49,12 @@ <valueless/> </properties> </leafNode> + <leafNode name="enable-dangerous-features"> + <properties> + <help>Enable dangerous features</help> + <hidden/> + </properties> + </leafNode> </children> </node> </children> |
