kytos-ng / of_core

Kytos Main OpenFlow Network Application (NApp)
MIT License
0 stars 5 forks source link

chore: simplified dev requirements relying on kytos deps to facilitate code maintenance #115

Closed viniarck closed 1 year ago

viniarck commented 1 year ago

Closes #107

Summary

Local Tests

kytos $> 2023-04-21 16:08:26,028 - INFO [kytos.core.atcp_server] (MainThread) New connection from 127.0.0.1:57618                                                                         
2023-04-21 16:08:26,029 - INFO [kytos.core.atcp_server] (MainThread) New connection from 127.0.0.1:57630
2023-04-21 16:08:26,034 - INFO [kytos.core.atcp_server] (MainThread) New connection from 127.0.0.1:57638
2023-04-21 16:08:26,552 - INFO [kytos.napps.kytos/of_core] (thread_pool_sb_0) Connection ('127.0.0.1', 57618), Switch 00:00:00:00:00:00:00:01: OPENFLOW HANDSHAKE COMPLETE
2023-04-21 16:08:26,558 - INFO [kytos.napps.kytos/of_core] (thread_pool_sb_1) Connection ('127.0.0.1', 57630), Switch 00:00:00:00:00:00:00:03: OPENFLOW HANDSHAKE COMPLETE
2023-04-21 16:08:26,574 - INFO [kytos.napps.kytos/of_core] (thread_pool_sb_2) Connection ('127.0.0.1', 57638), Switch 00:00:00:00:00:00:00:02: OPENFLOW HANDSHAKE COMPLETE
kytos $>                                                                                                                                                                                  

End-to-End Tests

No need, this NApp didn't have any rest endpoints, this is only test refactoring.