コード例 #1
0
ファイル: test_win_pdh.py プロジェクト: yambehis/salt
 def test_list_objects(self):
     known_objects = ["Cache", "Memory", "Process", "Processor", "System"]
     objects = win_pdh.list_objects()
     for item in known_objects:
         self.assertTrue(item in objects)
コード例 #2
0
ファイル: test_win_pdh.py プロジェクト: crimv42/saltstack
 def test_list_objects(self):
     known_objects = ['Cache', 'Memory', 'Process', 'Processor', 'System']
     objects = win_pdh.list_objects()
     for item in known_objects:
         self.assertTrue(item in objects)