diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-02-26 14:28:46 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-02-26 14:28:46 -0500 |
commit | 21fc25fbc0e73e15710d2f0333f7d3ba13eb3739 (patch) | |
tree | e2d11aa939fc2121201386ffcbf841913da7ee1b /tests/unittests/test_datasource/test_configdrive.py | |
parent | 0fa8bfa1104b18aaed8afb720cf0fa8ad8b3ffa2 (diff) | |
download | vyos-cloud-init-21fc25fbc0e73e15710d2f0333f7d3ba13eb3739.tar.gz vyos-cloud-init-21fc25fbc0e73e15710d2f0333f7d3ba13eb3739.zip |
pep8 and pylint
Diffstat (limited to 'tests/unittests/test_datasource/test_configdrive.py')
-rw-r--r-- | tests/unittests/test_datasource/test_configdrive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_datasource/test_configdrive.py b/tests/unittests/test_datasource/test_configdrive.py index 937b88c1..4404668e 100644 --- a/tests/unittests/test_datasource/test_configdrive.py +++ b/tests/unittests/test_datasource/test_configdrive.py @@ -166,7 +166,7 @@ class TestConfigDriveDataSource(MockerTestCase): my_mock.replay() device = cfg_ds.device_name_to_device(name) self.assertEquals(dev_name, device) - + def test_dev_ec2_map(self): populate_dir(self.tmp, CFG_DRIVE_FILES_V2) cfg_ds = ds.DataSourceConfigDrive(settings.CFG_BUILTIN, |