summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-11-10 22:32:49 -0500
committerScott Moser <smoser@ubuntu.com>2012-11-10 22:32:49 -0500
commit3248ac9bbb2008e88a3bd9c030ba0fcbc14b7fce (patch)
tree7f9855096e0e313df3fb5d5684c14c7099bef6d7 /tests
parent6a3bd563282a51695bf1384d057d0495fd59929f (diff)
downloadvyos-cloud-init-3248ac9bbb2008e88a3bd9c030ba0fcbc14b7fce.tar.gz
vyos-cloud-init-3248ac9bbb2008e88a3bd9c030ba0fcbc14b7fce.zip
whitespace / indentation cleanups
These changes were pulled out of the previous merge (cc_yum_add_repo) as they were unrelated there. Re-applying them here.
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/test_runs/test_simple_run.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/unittests/test_runs/test_simple_run.py b/tests/unittests/test_runs/test_simple_run.py
index 22d6cf2c..60ef812a 100644
--- a/tests/unittests/test_runs/test_simple_run.py
+++ b/tests/unittests/test_runs/test_simple_run.py
@@ -37,11 +37,13 @@ class TestSimpleRun(helpers.FilesystemMockingTestCase):
self.replicateTestRoot('simple_ubuntu', new_root)
cfg = {
'datasource_list': ['None'],
- 'write_files': [{
+ 'write_files': [
+ {
'path': '/etc/blah.ini',
'content': 'blah',
'permissions': 0755,
- }],
+ },
+ ],
'cloud_init_modules': ['write-files'],
}
cloud_cfg = util.yaml_dumps(cfg)