Example #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')
Example #2
0
 def test_list_devices(self):
     host = self.vim.getHostSystems()[1]
     esxcli = EsxCLI(self.vim, host)
     esxcli.get('storage.core.device').list()
Example #3
0
 def test_list_adapters(self):
     host = self.vim.getHostSystems()[1]
     esxcli = EsxCLI(self.vim, host)
     esxcli.get('storage.core.adapter').list()
Example #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')
Example #5
0
 def test_list_devices(self):
     host = self.vim.getHostSystems()[1]
     esxcli = EsxCLI(self.vim, host)
     esxcli.get('storage.core.device').list()
Example #6
0
 def test_list_adapters(self):
     host = self.vim.getHostSystems()[1]
     esxcli = EsxCLI(self.vim, host)
     esxcli.get('storage.core.adapter').list()