Humberto Diógenes
Humberto Diógenes
It should be a gauge representing FreeSWITCH Active Registrations, but as it is bound to the sofia::register event it gets incremented at each registration renewal from the endpoints, consequently getting...
There 6 tests failing in 3.8 today (and 1980 warnings). ``` ======================================================= short test summary info ======================================================= FAILED tests/unit/test_core/test_api_server.py::TestAPIServer::test_shutdown_api - RuntimeError: Working outside of request context. FAILED tests/unit/test_core/test_api_server.py::TestAPIServer::test_shutdown_api__error - RuntimeError:...
Currently, when you `kytos napps install` a NApp, Kytos won't automatically install the Python libraries required by that NApp. If the user doesn't remember to `pip install` them beforehand, they...
Objectives: - Avoid `ImportError: can't find napps.kytos.kronos` - Enable us to use relative imports inside Kytos NApps
We should have some kind of "template NApp", where can document the best practices regarding packaging, installing, declaring requirements, etc. and update it when we discover better ways of doing...
I'm creating this issue to document a behavior that may bite us in the future: `Interface` objects are getting too big when serialized (100KB for a very simple object), because...
After installing a NApp with `python setup.py develop` and running `tox`, `kytosd` may lock on the `Loading Kytos NApps...` phase of boot up. That happens because of the symbolic links...
EP015 is a high-level blueprint on what can be done to improve tests. We now need to create a blueprint specifying how it will be done, and breaking the task...