kytos-ng / telemetry_int

Kytos Telemetry Napp
MIT License
0 stars 2 forks source link

fix: fixed intra-evc source flows destination proxy port #50

Closed viniarck closed 1 year ago

viniarck commented 1 year ago

Closes #49 Closes #48 Closes #24 Closes #36

Summary

Local Tests

                        +--------+
                        |        |
                        |        |
                        |        |
                        |        |
                     17 |      18|
               +--------+--------v--+
               |                    | 19
         15    |                    +-----------+
 --------------+                    |           |
               |                    |           |
               |      sw1           |           |
        16     |                    |20         |
---------------+                    <-----------+
               |                    |
               |                    |
               +--------------------+

(I've also collected the stored flows that will be used for unit tests, including on sdntrace_cp)

End-to-End Tests

N/A

viniarck commented 1 year ago

Test cov went up by 17%, since we didn't have much cov of the flow builder part yet.

20230914_163147