예제 #1
0
 def test_delete_fs_success(self):
     fs = VNXFileSystem(fs_id=98, cli=t_nas())
     resp = fs.delete()
     assert_that(resp.is_ok(), equal_to(True))
예제 #2
0
파일: test_fs.py 프로젝트: crook/storops
 def f():
     fs = VNXFileSystem(fs_id=99, cli=t_nas())
     fs.delete()
예제 #3
0
 def f():
     fs = VNXFileSystem(fs_id=99, cli=t_nas())
     fs.delete()
예제 #4
0
파일: test_fs.py 프로젝트: crook/storops
 def test_delete_fs_success(self):
     fs = VNXFileSystem(fs_id=98, cli=t_nas())
     resp = fs.delete()
     assert_that(resp.is_ok(), equal_to(True))