~smoser/ubuntu/utopic/cloud-init/sysvinit

« back to all changes in this revision

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

  • Committer: Scott Moser
  • Date: 2014-07-24 14:45:29 UTC
  • mfrom: (1.4.19)
  • Revision ID: smoser@ubuntu.com-20140724144529-12uutq0wz1vlfjw0
* New upstream snapshot.
  * less noisy logs
  * allow usage of jinja2 templates (LP: #1219223)
  * test case cleanups
  * change build system to be dh and pybuild

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import base64
26
26
from cloudinit import helpers as c_helpers
27
27
from cloudinit.sources import DataSourceSmartOS
28
 
from tests.unittests import helpers
 
28
from .. import helpers
29
29
import os
30
30
import os.path
31
31
import re