~ubuntu-branches/ubuntu/saucy/cloud-init/saucy

« back to all changes in this revision

Viewing changes to tests/unittests/test_builtin_handlers.py

  • Committer: Package Import Robot
  • Author(s): Scott Moser
  • Date: 2013-07-10 13:35:59 UTC
  • Revision ID: package-import@ubuntu.com-20130710133559-2pdyhqu5s6uh9shm
* New upstream snapshot.
  * Fix omnibus support (LP: #1182265)
  * invoke 'initctl reload-configuration' on upstart jobs again
    (LP: #1124384)
* Remove unowned files in /etc/apt/apt.conf.d/ after purge. (Closes #674237)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                      None, None, None)
36
36
        self.assertEquals(0, len(os.listdir(up_root)))
37
37
 
38
 
    @unittest.skip("until LP: #1124384 fixed")
39
38
    def test_upstart_frequency_single(self):
40
39
        # files should be written out when frequency is ! per-instance
41
40
        new_root = self.makeDir()
47
46
            'upstart_dir': "/etc/upstart",
48
47
        })
49
48
 
 
49
        upstart_job.SUITABLE_UPSTART = True
50
50
        util.ensure_dir("/run")
51
51
        util.ensure_dir("/etc/upstart")
52
52