diff --git a/nova/tests/test_iscsi.py b/nova/tests/test_iscsi.py index d1a666ab..7b2506a8 100644 --- a/nova/tests/test_iscsi.py +++ b/nova/tests/test_iscsi.py @@ -118,5 +118,5 @@ class IetAdmTestCase(test.TestCase, TargetAdminTestCase): 'ietadm --op new --tid=%(tid)s --lun=%(lun)s ' '--params Path=%(path)s,Type=fileio', 'ietadm --op show --tid=%(tid)s', - 'ietadm --op delete --tid=%(tid)s', - 'ietadm --op delete --tid=%(tid)s --lun=%(lun)s']) + 'ietadm --op delete --tid=%(tid)s --lun=%(lun)s', + 'ietadm --op delete --tid=%(tid)s'])