summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testsbin/bcfg2-crypt/plaintext.xml
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-11-12 15:09:36 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-11-12 15:16:17 -0500
commit6ca45226e27fa8407262bd819fb837d0042ec774 (patch)
tree3af0e3edd8ef4f1acada5abab4afc2f285b6b966 /testsuite/Testsrc/Testsbin/bcfg2-crypt/plaintext.xml
parent6251349aa5da0d5eccfcec7c786b893ed666a311 (diff)
downloadbcfg2-6ca45226e27fa8407262bd819fb837d0042ec774.tar.gz
bcfg2-6ca45226e27fa8407262bd819fb837d0042ec774.tar.bz2
bcfg2-6ca45226e27fa8407262bd819fb837d0042ec774.zip
testsuite: Wrote bcfg2-crypt end-to-end tests
Diffstat (limited to 'testsuite/Testsrc/Testsbin/bcfg2-crypt/plaintext.xml')
-rw-r--r--testsuite/Testsrc/Testsbin/bcfg2-crypt/plaintext.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/testsuite/Testsrc/Testsbin/bcfg2-crypt/plaintext.xml b/testsuite/Testsrc/Testsbin/bcfg2-crypt/plaintext.xml
new file mode 100644
index 000000000..45d9941c8
--- /dev/null
+++ b/testsuite/Testsrc/Testsbin/bcfg2-crypt/plaintext.xml
@@ -0,0 +1,18 @@
+<Properties>
+ <Foo name="1" encrypted="basic">Some text</Foo>
+ <Bar name="1" encrypted="complex">Some text</Bar>
+ <Foo name="2" encrypted="complex">Some text</Foo>
+ <Group name="test">
+ <Bar name="2" encrypted="basic">Some text</Bar>
+ <Foo name="3" encrypted="basic">Praesent consectetur condimentum nisl ut cursus. Etiam aliquam nisi
+dolor. Mauris aliquet condimentum neque, sodales laoreet lectus
+venenatis ac. Morbi mattis justo odio, ac fringilla leo egestas
+ut. Integer nec sapien pulvinar, ultrices nulla id, posuere
+magna. Quisque in tincidunt sem, sed vehicula orci. Nulla blandit,
+nisi vel cursus semper, nibh metus consequat purus, ac ullamcorper
+dolor lorem vitae ligula. Maecenas non consectetur nibh.</Foo>
+ </Group>
+ <Group name="test2">
+ <Bar name="3" encrypted="basic">Some text<Foo name="4" encrypted="basic">Nested text</Foo></Bar>
+ </Group>
+</Properties>