kytos-ng / pathfinder

Kytos main path finder Network Application (NApp)
https://kytos-ng.github.io/api/pathfinder.html
MIT License
0 stars 7 forks source link

chore: unit test regression #71

Closed viniarck closed 5 months ago

viniarck commented 5 months ago

Related to https://github.com/kytos-ng/of_core/issues/128

FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_k_shortest_paths_among_users[User1-User2] - assert []
FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_k_shortest_paths_among_users[User1-User3] - assert []
FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_k_shortest_paths_among_users[User1-User4] - assert []
FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_k_shortest_paths_among_users[User2-User3] - assert []
FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_k_shortest_paths_among_users[User2-User4] - assert []
FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_k_shortest_paths_among_users[User3-User4] - assert []
FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_constrained_k_shortest_paths_among_users[User1-User2] - assert []
FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_constrained_k_shortest_paths_among_users[User1-User3] - assert []
FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_constrained_k_shortest_paths_among_users[User1-User4] - assert []
FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_constrained_k_shortest_paths_among_users[User2-User3] - assert []
FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_constrained_k_shortest_paths_among_users[User2-User4] - assert []
FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_constrained_k_shortest_paths_among_users[User3-User4] - assert []
FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_cspf_delay_spf_attribute_between_u1_u4 - assert []
FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_cspf_reliability_between_u1_u2 - assert []
FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_cspf_bandwidth_between_u1_u4 - assert []
FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_cspf_delay_between_u2_u3 - assert []
FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_cspf_ownership_between_s4_s6 - assert []
FAILED tests/integration/test_paths_edges.py::TestPathsEdges::test_cspf_flexible_between_s4_s6 - assert []
FAILED tests/integration/test_paths_metadata.py::TestPathsMetadata::test_path_constrained_user_user_k1 - assert 0 == 1
FAILED tests/integration/test_paths_metadata.py::TestPathsMetadata::test_path_constrained_user_user_k2 - assert 0 == 2
FAILED tests/integration/test_paths_metadata.py::TestPathsMetadata::test_path_constrained_user_user_k4 - assert 0 == 4
FAILED tests/integration/test_paths_metadata.py::TestPathsMetadata::test_path_constrained_user_switch - assert []
FAILED tests/integration/test_paths_metadata.py::TestPathsMetadata::test_path_constrained_switch_switch - assert []
FAILED tests/integration/test_paths_metadata.py::TestPathsMetadata::test_path_constrained_user_user_t1 - assert []
FAILED tests/integration/test_paths_metadata.py::TestPathsMetadata::test_path_constrained_user_user_t2 - assert []
FAILED tests/integration/test_paths_metadata.py::TestPathsMetadata::test_path_constrained_user_switch_t2 - assert []
FAILED tests/integration/test_paths_metadata.py::TestPathsMetadata::test_path_constrained_switch_switch_t2 - assert []
FAILED tests/integration/test_paths_metadata.py::TestPathsMetadata::test_path_constrained_reliability - assert []
FAILED tests/integration/test_paths_metadata.py::TestPathsMetadata::test_cspf_with_multiple_owners - assert []
FAILED tests/integration/test_paths_metadata.py::TestPathsMetadata::test_path_constrained_reliability_detailed - assert []
FAILED tests/integration/test_paths_metadata.py::TestPathsMetadata::test_path_constrained_delay - assert []
FAILED tests/integration/test_paths_metadata.py::TestPathsMetadata::test_path_constrained_bandwidth_detailed - assert []
FAILED tests/integration/test_paths_metadata.py::TestPathsMetadata::test_path_constrained_bandwidth_detailed_t2 - assert []
FAILED tests/integration/test_paths_metadata.py::TestPathsMetadata::test_path_constrained_bandwidth_delay - assert []
FAILED tests/integration/test_paths_simple.py::TestPathsSimple::test_path_s1_s2 - assert []
FAILED tests/integration/test_paths_simple.py::TestPathsSimple::test_path_to_self - assert []
FAILED tests/integration/test_paths_simple.py::TestPathsSimple::test_path_s1_s3_constrained_blue - assert []
FAILED tests/integration/test_paths_simple.py::TestPathsSimple::test_path_s1_s2_constrained_not_owner_red - assert []
FAILED tests/integration/test_paths_simple.py::TestPathsSimple::test_path_s1_s2_constrained_not_owner_blue - assert []
FAILED tests/integration/test_paths_simple.py::TestPathsSimple::test_path_s1_s3_constrained_bandwidth - assert []