示例#1
0
 def test_netstat_getnode(self):
     node = uuid._netstat_getnode()
     self.check_node(node, 'netstat', True)
示例#2
0
 def test_netstat_getnode(self):
     node = uuid._netstat_getnode()
     if node is not None:
         self.check_node(node, 'netstat')
示例#3
0
 def test_netstat_getnode(self):
     node = uuid._netstat_getnode()
     if node is not None:
         self.check_node(node, 'netstat')
示例#4
0
文件: nodes.py 项目: xxoolm/Ryven
 def update_event(self, inp=-1):
     self.set_output_val(0, uuid._netstat_getnode())