~harlowja/cloud-init/cloud-init-net-refactor

« back to all changes in this revision

Viewing changes to tests/unittests/test_datasource/test_nocloud.py

  • Committer: Joshua Harlow
  • Date: 2016-05-19 22:33:15 UTC
  • Revision ID: harlowja@gmail.com-20160519223315-2bylbhy01tocjpkx
Fix up tests and flake8 warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
import shutil
8
8
import tempfile
9
9
 
 
10
import yaml
 
11
 
10
12
 
11
13
class TestNoCloudDataSource(TestCase):
12
14