コード例 #1
0
 def test_vm_netstats(self):
     '''
         Test to return combined network counters used by the vms
     '''
     with patch.object(xapi, "_get_xapi_session", MagicMock()):
         self.assertDictEqual(xapi.vm_netstats(""), {})
コード例 #2
0
ファイル: xapi_test.py プロジェクト: dmyerscough/salt
 def test_vm_netstats(self):
     '''
         Test to return combined network counters used by the vms
     '''
     with patch.object(xapi, "_get_xapi_session", MagicMock()):
         self.assertDictEqual(xapi.vm_netstats(""), {})