kytos-ng / of_core

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

Failing tests/integration #68

Closed viniarck closed 1 year ago

viniarck commented 2 years ago

Currently, tox only runs unit tests, some of the tests/integration are failing and hanging:

writing kytos_of_core.egg-info/PKG-INFO
writing dependency_links to kytos_of_core.egg-info/dependency_links.txt
writing requirements to kytos_of_core.egg-info/requires.txt
writing top-level names to kytos_of_core.egg-info/top_level.txt
reading manifest file 'kytos_of_core.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
adding license file 'AUTHORS.rst'
writing manifest file 'kytos_of_core.egg-info/SOURCES.txt'
running build_ext
================================== test session starts ===================================
platform linux -- Python 3.9.12, pytest-7.0.0, pluggy-0.13.1
cachedir: .tox/py39/.pytest_cache
rootdir: /tmp/of_core, configfile: setup.cfg
collected 19 items

tests/integration/test_flow.py F.                                                  [ 10%]
tests/integration/test_main.py
viniarck commented 1 year ago

This has landed on https://github.com/kytos-ng/of_core/pull/85