~ubuntu-branches/ubuntu/raring/cinder/raring-updates

« back to all changes in this revision

Viewing changes to cinder/tests/test_HpSanISCSIDriver.py

Tags: upstream-2013.1~g2
ImportĀ upstreamĀ versionĀ 2013.1~g2

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        self.connector = {'ip': '10.0.0.2',
33
33
                          'initiator': 'iqn.1993-08.org.debian:01:222',
34
34
                          'host': 'fakehost'}
35
 
        self.properties = {'target_discoverd': True,
36
 
                           'target_portal': '10.0.1.6:3260',
37
 
                           'target_iqn':
38
 
                        'iqn.2003-10.com.lefthandnetworks:group01:25366:fakev',
39
 
                           'volume_id': 1}
 
35
        self.properties = {
 
36
            'target_discoverd': True,
 
37
            'target_portal': '10.0.1.6:3260',
 
38
            'target_iqn':
 
39
            'iqn.2003-10.com.lefthandnetworks:group01:25366:fakev',
 
40
            'volume_id': 1}
40
41
 
41
42
    def tearDown(self):
42
43
        super(HpSanISCSITestCase, self).tearDown()