示例#1
0
 def get_migration_session(self):
     return VNXMigrationSession.get(self._cli, self)
示例#2
0
 def get_migration_session(self, src_lun=None):
     return VNXMigrationSession.get(self._cli, src_lun)
示例#3
0
 def test_get_all_none(self):
     ms_list = VNXMigrationSession.get(t_cli())
     assert_that(len(ms_list), equal_to(0))
示例#4
0
 def test_get_all_none(self):
     ms_list = VNXMigrationSession.get(t_cli())
     assert_that(len(ms_list), equal_to(0))
示例#5
0
文件: lun.py 项目: crook/storops
 def get_migration_session(self):
     return VNXMigrationSession.get(self._cli, self)