예제 #1
0
 def test_get_agent_service_types(self):
     '''
     Test - Get the sysServices types that can be configured.
     '''
     self.assertIsInstance(win_snmp.get_agent_service_types(), list)
예제 #2
0
 def test_get_agent_service_types(self):
     '''
     Test - Get the sysServices types that can be configured.
     '''
     with patch.dict(win_snmp.__salt__):
         self.assertIsInstance(win_snmp.get_agent_service_types(), list)
예제 #3
0
 def test_get_agent_service_types(self):
     '''
     Test - Get the sysServices types that can be configured.
     '''
     with patch.dict(win_snmp.__salt__):
         self.assertIsInstance(win_snmp.get_agent_service_types(), list)