示例#1
0
 def method_call():
     l1 = VNXLun(name='l1', cli=t_cli())
     l1.enable_dedup()
示例#2
0
文件: test_lun.py 项目: crook/storops
 def f():
     l2 = VNXLun(name='l3', cli=t_cli())
     l2.enable_dedup()
示例#3
0
 def f():
     l2 = VNXLun(name='l3', cli=t_cli())
     l2.enable_dedup()
示例#4
0
文件: test_lun.py 项目: crook/storops
 def method_call():
     l1 = VNXLun(name='l1', cli=t_cli())
     l1.enable_dedup()