summaryrefslogtreecommitdiff
path: root/tests/unittests/test_userdata.py
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-03-07 17:13:05 -0500
committerScott Moser <smoser@ubuntu.com>2013-03-07 17:13:05 -0500
commit5da3984c2ca9e94b2483ab89ecdb5c93b5afb9f8 (patch)
tree10a659fd2664e42d2da1ce68d97eff5d6c112561 /tests/unittests/test_userdata.py
parentaae7fe638f61aaf02c6579d5b691a8641455c875 (diff)
downloadvyos-cloud-init-5da3984c2ca9e94b2483ab89ecdb5c93b5afb9f8.tar.gz
vyos-cloud-init-5da3984c2ca9e94b2483ab89ecdb5c93b5afb9f8.zip
more pep8/pylint. all clean now
Diffstat (limited to 'tests/unittests/test_userdata.py')
-rw-r--r--tests/unittests/test_userdata.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unittests/test_userdata.py b/tests/unittests/test_userdata.py
index 48ad9c5f..fdfe2542 100644
--- a/tests/unittests/test_userdata.py
+++ b/tests/unittests/test_userdata.py
@@ -55,7 +55,7 @@ class TestConsumeUserData(helpers.FilesystemMockingTestCase):
#cloud-config
a: b
e: f
-run:
+run:
- b
- c
'''
@@ -67,7 +67,7 @@ run:
#cloud-config
a: e
e: g
-run:
+run:
- stuff
- morestuff
'''
@@ -77,7 +77,7 @@ run:
blob3 = '''
#cloud-config
-e:
+e:
- 1
- 2
- 3