kytos-ng / of_core

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

Dropped support for Openflow 1.0 #82

Closed Alopalao closed 2 years ago

Alopalao commented 2 years ago

Issue: Closes #50 I deleted this, is it correct? Looks to me is testing communication of stats from OF 1.0 and 1.3 -> test_main.py method

Alopalao commented 2 years ago

flow_stats NApp is affected by this PR

viniarck commented 2 years ago

I forgot to mention, later on, please update the changelog,thanks.

Alopalao commented 2 years ago

Commit 61b6d43cbd4e9484af2bcd27191685aa4764addc: "Updated CHANGELOG,rst"

Alopalao commented 2 years ago

Results from kytos-end-to-end-tests (e2e):

tests/test_e2e_01_kytos_startup.py ..                                    [  1%]
tests/test_e2e_05_topology.py ..................                         [ 10%]
tests/test_e2e_10_mef_eline.py .........Xss.....x....x.....              [ 24%]
tests/test_e2e_11_mef_eline.py .....                                     [ 26%]
tests/test_e2e_12_mef_eline.py .....xx.                                  [ 30%]
tests/test_e2e_13_mef_eline.py .....xxXx......xxXx.XXxX.xxxx..x.E....... [ 51%]
...                                                                      [ 52%]
tests/test_e2e_14_mef_eline.py x                                         [ 53%]
tests/test_e2e_15_maintenance.py ........................                [ 65%]
tests/test_e2e_20_flow_manager.py ................                       [ 73%]
tests/test_e2e_21_flow_manager.py ..                                     [ 74%]
tests/test_e2e_22_flow_manager.py ...............                        [ 81%]
tests/test_e2e_23_flow_manager.py X......................                [ 93%]
tests/test_e2e_30_of_lldp.py ....                                        [ 95%]
tests/test_e2e_31_of_lldp.py ...                                         [ 96%]
tests/test_e2e_32_of_lldp.py ...                                         [ 98%]
tests/test_e2e_40_sdntrace.py X.x                                        [100%]

Summary: 170 passed, 2 skipped, 18 xfailed, 8 xpassed, 724 warnings, 1 error Error: Exception: Timeout while starting Kytos controller. from wait_controller_start()

viniarck commented 2 years ago

Results from kytos-end-to-end-tests (e2e):

tests/test_e2e_01_kytos_startup.py ..                                    [  1%]
tests/test_e2e_05_topology.py ..................                         [ 10%]
tests/test_e2e_10_mef_eline.py .........Xss.....x....x.....              [ 24%]
tests/test_e2e_11_mef_eline.py .....                                     [ 26%]
tests/test_e2e_12_mef_eline.py .....xx.                                  [ 30%]
tests/test_e2e_13_mef_eline.py .....xxXx......xxXx.XXxX.xxxx..x.E....... [ 51%]
...                                                                      [ 52%]
tests/test_e2e_14_mef_eline.py x                                         [ 53%]
tests/test_e2e_15_maintenance.py ........................                [ 65%]
tests/test_e2e_20_flow_manager.py ................                       [ 73%]
tests/test_e2e_21_flow_manager.py ..                                     [ 74%]
tests/test_e2e_22_flow_manager.py ...............                        [ 81%]
tests/test_e2e_23_flow_manager.py X......................                [ 93%]
tests/test_e2e_30_of_lldp.py ....                                        [ 95%]
tests/test_e2e_31_of_lldp.py ...                                         [ 96%]
tests/test_e2e_32_of_lldp.py ...                                         [ 98%]
tests/test_e2e_40_sdntrace.py X.x                                        [100%]

Summary: 170 passed, 2 skipped, 18 xfailed, 8 xpassed, 724 warnings, 1 error Error: Exception: Timeout while starting Kytos controller. from wait_controller_start()

img