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

NSE Composition: Sandbox tests #880

Closed
Bolodya1997 opened this issue Apr 27, 2021 · 0 comments · Fixed by #923
Closed

NSE Composition: Sandbox tests #880

Bolodya1997 opened this issue Apr 27, 2021 · 0 comments · Fixed by #923
Assignees
Labels
Planning The issue that related to current SOW

Comments

@Bolodya1997
Copy link

Bolodya1997 commented Apr 27, 2021

Overview

  1. Rework existing passthrough tests with composite NS. Add tests for complex tree scenarios.
  2. Cover additional scenarios:
    1. Tree
      1. Add NS:
      matches:
      - routes:
        - destination_selector:
            step: aa
      - source_selector:
          step: aa
        routes:
        - destination_selector:
            step: ab
      - source_selector:
          step: ab
        routes:
        - destination_selector:
            step: c
      - routes:
        - destination_selector:
            step: ba
      - source_selector:
          step: ba
        routes:
        - destination_selector:
            step: bb
      - source_selector:
          step: bb
        routes:
        - destination_selector:
            step: c
      - source_selector:
          step: c
        routes:
        - destination_selector:
            step: d
      1. Register aa, ba, bb, c, d Endpoints.
      2. Make and validate Request with a new Client : aa - 0, ba - 1, bb - 1, c - 1, d - 1.
      3. Register ab Endpoint.
      4. Make and validate Request with a new Client : aa - 1, ab - 1, ba - 1, bb - 1, c - 2, d - 2.
      5. Refresh and validate both Requests: aa - 2, ab - 2, ba - 2, bb - 2, c - 4, d - 4.
      6. Close both Requests.
    2. Multi label
      1. Add NS:
      matches:
      - routes:
        - destination_selector:
            label_a: a
      - source_selector:
          label_a: a
          label_b: b
        routes:
        - destination_selector:
            label_a: aa
      - source_selector:
          label_a: aa
          label_b: bb
        routes:
        - destination_selector:
            label_a: aaa
            label_b: bbb
      1. Register Endpoints: label_a: a, label_b: b, label_a: a, label_b: bb, ..., label_a: aaa, label_b: bbb with 300 ms Request timeout for the client side
      2. Make and validate Request with a new Client: label_a: a, label_b: b -> label_a: aa, label_b: bb -> label_a: aaa, label_b: bbb

References

Blockers

Depends on #871, #878, #879.

@Bolodya1997 Bolodya1997 added blocked Something is blocking this Planning The issue that related to current SOW labels Apr 27, 2021
@Bolodya1997 Bolodya1997 removed the blocked Something is blocking this label May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Planning The issue that related to current SOW
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants