~powersj/ubuntu-test-cases/lp1608675

« back to all changes in this revision

Viewing changes to testsuites/lxc/test_lxc_simple/lxctest.py

  • Committer: Serge Hallyn
  • Date: 2013-03-04 16:12:51 UTC
  • Revision ID: serge.hallyn@canonical.com-20130304161251-hit5r8qh5jzbsj4z
fix typo - used wrong variable name

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
        override='''manual'''
68
68
        f=open("/var/lib/lxc/%s/rootfs/etc/init/lxc.override" % (self.name), "w")
69
 
        f.write(updatetxt)
 
69
        f.write(override)
70
70
        f.close()
71
71
 
72
72
    def Execute(self, program="/bin/true"):