Merge "Fix test_connect_volume when skip is bypassed"

This commit is contained in:
Jenkins 2015-11-11 16:14:09 +00:00 committed by Gerrit Code Review
commit b7f088f891
1 changed files with 0 additions and 2 deletions

View File

@ -358,8 +358,6 @@ class ISCSIConnectorTestCase(ConnectorTestCase):
('iscsiadm -m node -T %s -p %s --login' % (iqn, location)),
('iscsiadm -m node -T %s -p %s --op update'
' -n node.startup -v automatic' % (iqn, location)),
('iscsiadm -m node --rescan'),
('iscsiadm -m session --rescan'),
('blockdev --flushbufs /dev/sdb'),
('tee -a /sys/block/sdb/device/delete'),
('iscsiadm -m node -T %s -p %s --op update'