Exemple #1
0
 def test_netstat_getnode(self):
     node = uuid._netstat_getnode()
     self.check_node(node, 'netstat', True)
Exemple #2
0
 def test_netstat_getnode(self):
     node = uuid._netstat_getnode()
     if node is not None:
         self.check_node(node, 'netstat')
Exemple #3
0
 def test_netstat_getnode(self):
     node = uuid._netstat_getnode()
     if node is not None:
         self.check_node(node, 'netstat')
Exemple #4
0
 def update_event(self, inp=-1):
     self.set_output_val(0, uuid._netstat_getnode())