Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add testing support for multiple flows. #30

Merged
merged 3 commits into from
Aug 22, 2023
Merged

Add testing support for multiple flows. #30

merged 3 commits into from
Aug 22, 2023

Commits on Aug 21, 2023

  1. Add tests covering multiple flows within the simple e2e test.

     * (M) e2e/simple_ondatra_test.go
       - Refactor to have more reusability.
       - Add test cases for multiple flows, and one that does not work.
     * (M) flows/mpls/mpls.go
       - Add support for resetting counters.
     * (M) kne/integration.testbed
       - Ensure that the wiring of the testbed is consistent.
     * (M) lwotg/flows(_test)?.go
       - Ensure that we do not accept >1 flow with the same name.
    robshakir committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f6055a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    028559c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Add support for N:1 traffic tests. (#31)

    * Add multiple destination flows at a port and testing.
    
     * (M) kne/*
       - Update the integration testbeds.
     * (M) e2e/simple_ondatra_test.go
       - Add testing to ensure that multiple flows can be received at each
         port.
    
    * Improve logging and parallelise stopping traffic.
    robshakir authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    801aaca View commit details
    Browse the repository at this point in the history