예제 #1
0
 def test_get_lun_by_name(self):
     lun = VNXLun(name='x', cli=t_cli())
     lun.update()
     verify_lun_0(lun)
예제 #2
0
 def test_get_lun_by_id(self):
     lun = VNXLun(lun_id=0, cli=t_cli())
     lun.update()
     verify_lun_0(lun)