~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to nova/tests/test_iscsi.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-09-26 12:56:25 UTC
  • mto: This revision was merged to the branch mainline in revision 89.
  • Revision ID: package-import@ubuntu.com-20120926125625-ka6x2ztctt1w3b4p
Tags: upstream-2012.2~rc3
ImportĀ upstreamĀ versionĀ 2012.2~rc3

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
        self.flags(iscsi_helper='tgtadm')
96
96
        self.flags(volumes_dir=self.persist_tempdir)
97
97
        self.script_template = "\n".join([
98
 
        'tgt-admin --conf %s/blaa --update iqn.2011-09.org.foo.bar:blaa'
99
 
            % self.persist_tempdir,
 
98
        'tgt-admin --update iqn.2011-09.org.foo.bar:blaa',
100
99
        'tgt-admin --delete iqn.2010-10.org.openstack:volume-blaa'])
101
100
 
102
101
    def tearDown(self):