Пример #1
0
 def test_add_claiming_rule(self):
     host = self.vim.getHostSystems()[1]
     esxcli = EsxCLI(self.vim, host)
     rule = esxcli.get('storage.nmp.satp.rule')
Пример #2
0
 def test_list_devices(self):
     host = self.vim.getHostSystems()[1]
     esxcli = EsxCLI(self.vim, host)
     esxcli.get('storage.core.device').list()
Пример #3
0
 def test_list_adapters(self):
     host = self.vim.getHostSystems()[1]
     esxcli = EsxCLI(self.vim, host)
     esxcli.get('storage.core.adapter').list()
Пример #4
0
 def test_add_claiming_rule(self):
     host = self.vim.getHostSystems()[1]
     esxcli = EsxCLI(self.vim, host)
     rule = esxcli.get('storage.nmp.satp.rule')
Пример #5
0
 def test_list_devices(self):
     host = self.vim.getHostSystems()[1]
     esxcli = EsxCLI(self.vim, host)
     esxcli.get('storage.core.device').list()
Пример #6
0
 def test_list_adapters(self):
     host = self.vim.getHostSystems()[1]
     esxcli = EsxCLI(self.vim, host)
     esxcli.get('storage.core.adapter').list()