mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-11-04 08:57:29 +01:00 
			
		
		
		
	test-runner: don't reset dbus object on reset()
Doing this is redundant since the dbus object is initialized anyways when a new test starts.
This commit is contained in:
		
							parent
							
								
									b5c3fc1222
								
							
						
					
					
						commit
						52189d99f6
					
				@ -593,9 +593,6 @@ class Namespace:
 | 
			
		||||
 | 
			
		||||
		self.radios = []
 | 
			
		||||
 | 
			
		||||
		if self.name == "root":
 | 
			
		||||
			self._bus = dbus.bus.BusConnection(address_or_type=self.dbus_address)
 | 
			
		||||
 | 
			
		||||
		for p in list(self.processes):
 | 
			
		||||
			print("Killing process %s" % p.name)
 | 
			
		||||
			p.kill()
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user