futurewei-cloud / alcor

Alcor: Cloud native SDN platform powered by Kubernetes and Istio
MIT License
32 stars 33 forks source link

[Data Plane Mgr] Fix bug in processNeighborConfiguration for test scenario 5. #627

Closed cj-chung closed 3 years ago

cj-chung commented 3 years ago

Test Scenario5: 1) create a network 2) create two subnets 3) create VMs 4) create a router 5) attach two subnets to the router.

codecov-commenter commented 3 years ago

Codecov Report

Merging #627 (5651102) into master (620df1a) will increase coverage by 0.00%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #627   +/-   ##
=========================================
  Coverage     31.90%   31.91%           
  Complexity     1249     1249           
=========================================
  Files           525      525           
  Lines         13490    13491    +1     
  Branches       1669     1669           
=========================================
+ Hits           4304     4305    +1     
  Misses         8598     8598           
  Partials        588      588           
Impacted Files Coverage Δ
...lcor/route/controller/NeutronRouterController.java 59.52% <60.00%> (ø)
...rewei/alcor/route/controller/RouterController.java 48.24% <66.66%> (ø)
...r/route/service/Impl/NeutronRouterServiceImpl.java 37.79% <100.00%> (+0.12%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 620df1a...5651102. Read the comment docs.