GitHub user weizhouapache added a comment to the discussion: Smoke tests 
results of 4.23.0.0 RC

> 4.23.0.0-RC3: Debian 13 (mgmt and kvm hosts)
> 

the test failures with `test_hostha_kvm.py` are due to ipmisim, which does not 
work on debian12/debian13
```
13:15:06 Exception occurred during processing of request from ('10.0.35.25', 
47949)
13:15:06 Traceback (most recent call last):
13:15:06   File "/usr/lib64/python3.9/socketserver.py", line 683, in 
process_request_thread
13:15:06     self.finish_request(request, client_address)
13:15:06   File "/usr/lib64/python3.9/socketserver.py", line 360, in 
finish_request
13:15:06     self.RequestHandlerClass(request, client_address, self)
13:15:06   File "/usr/lib64/python3.9/socketserver.py", line 747, in __init__
13:15:06     self.handle()
13:15:06   File "/usr/local/lib/python3.9/site-packages/ipmisim/ipmisim.py", 
line 443, in handle
13:15:06     return IpmiServerContext().handle(data, address, socket)
13:15:06   File "/usr/local/lib/python3.9/site-packages/ipmisim/ipmisim.py", 
line 118, in handle
13:15:06     self.initiate_session(data, address, self.session)
13:15:06   File "/usr/local/lib/python3.9/site-packages/ipmisim/ipmisim.py", 
line 145, in initiate_session
13:15:06     serversession.ServerSession(self.authdata, self.kg, 
session.sockaddr,
13:15:06   File 
"/usr/local/lib/python3.9/site-packages/pyghmi/ipmi/private/serversession.py", 
line 82, in __init__
13:15:06     ipmisession.Session.bmc_handlers[clientaddr] = {bmc.port: self}
13:15:06 AttributeError: 'IpmiServerContext' object has no attribute 'port'
```


it could be fixed by https://github.com/shapeblue/ipmisim/pull/18 (verified on 
ubuntu 26 and debian 13)

cc @yadvr 


GitHub link: 
https://github.com/apache/cloudstack/discussions/13980#discussioncomment-18235403

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to