summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource
diff options
context:
space:
mode:
authorVlastimil Holer <vlastimil.holer@gmail.com>2013-02-19 16:18:25 +0100
committerVlastimil Holer <vlastimil.holer@gmail.com>2013-02-19 16:18:25 +0100
commite18f0f8a382729cc7c9f8df3ad0573af7eeb8f47 (patch)
tree1c17951cd497faaece5497a9ba05236299d47a1f /tests/unittests/test_datasource
parent73c666ca9b20d3e025cb38621afd704d8c8356d4 (diff)
downloadvyos-cloud-init-e18f0f8a382729cc7c9f8df3ad0573af7eeb8f47.tar.gz
vyos-cloud-init-e18f0f8a382729cc7c9f8df3ad0573af7eeb8f47.zip
Test for more variable types in OpenNebula unit test.
Diffstat (limited to 'tests/unittests/test_datasource')
-rw-r--r--tests/unittests/test_datasource/test_opennebula.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/unittests/test_datasource/test_opennebula.py b/tests/unittests/test_datasource/test_opennebula.py
index d0606227..af8bd347 100644
--- a/tests/unittests/test_datasource/test_opennebula.py
+++ b/tests/unittests/test_datasource/test_opennebula.py
@@ -9,7 +9,10 @@ TEST_VARS={
'var3': 'multi\nline\n',
'var4': "'single'",
'var5': "'double word'",
- 'var6': "'multi\nline\n'" }
+ 'var6': "'multi\nline\n'",
+ 'var7': 'single\\t',
+ 'var8': 'double\\tword',
+ 'var9': 'multi\\t\nline\n' }
USER_DATA='#cloud-config\napt_upgrade: true'
SSH_KEY='ssh-rsa AAAAB3NzaC1....sIkJhq8wdX+4I3A4cYbYP ubuntu@server-460-%i'