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

TE-3.7_otg_mac_fix #2080

Closed
wants to merge 31 commits into from
Closed

Commits on Aug 31, 2023

  1. added MACs

    manan-patel committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f8cc422 View commit details
    Browse the repository at this point in the history
  2. added mac for port4

    manan-patel committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b1c9b8c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    de4d2b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8009f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0a2667 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    a519fd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    8fabf9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50d8225 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    fa4e673 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    fa5182d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a77f638 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    820f79d View commit details
    Browse the repository at this point in the history
  2. Delete P4RT/QoS ATE tests (openconfig#2114)

    * Delete deprecated ATE version of the P4RT tests
    
    * Delete deprecated ATE version of the QoS tests
    jasdeep-hundal authored and manan-patel committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    36c1a11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cdc884 View commit details
    Browse the repository at this point in the history
  4. BGP route-reflector-at-scale-test (openconfig#1756)

    * Create route-reflector-test
    
    Proposed test addresses requirements in the internal bug b/287237486
    
    Validates:
    - BGP RR capability where IBGP peering address is learnt over IS-IS
    - OC leaves that capture BGP transport session attributes like local-address, peer-type
    - Ensure supported-capabilites leaf functionality
    
    * Update route-reflector-test
    
    * Rename feature/bgp/route-reflector-test to feature/bgp/routereflector/route-reflector-test
    
    Moving the test in routereflector directory
    
    * Update route-reflector-test
    
    * Update route-reflector-test
    
    * Update route-reflector-test
    
    * Update route-reflector-test
    
    * Rename route-reflector-test to README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Benson Schliesser <[email protected]>
    2 people authored and manan-patel committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1eb87e0 View commit details
    Browse the repository at this point in the history
  5. QOS changes (openconfig#2111)

    * fix test expectation
    
    * fix isis interface passive test to use session library
    
    * Fix QOS tests for Arista
    Ankur19 authored and manan-patel committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    4f46756 View commit details
    Browse the repository at this point in the history
  6. Migrate off remaining deprecated raw api uses (openconfig#2115)

    * Migrate off remaining deprecated raw api uses
    
    * feedback
    greg-dennis authored and manan-patel committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0f638ca View commit details
    Browse the repository at this point in the history
  7. Add gRIBI MPLS compliance test basics. (openconfig#2124)

    * Add gRIBI MPLS compliance test basics.
    
     * (A) feature/gribi/mplsutil/...
       - Add utilities for gRIBI MPLS compliance testing.
     * (A) feature/gribi/otg_tests/mpls_compliance/...
       - Add initial gRIBI MPLS compliance test.
    
    * Remove shadow `baseLabel` definition.
    robshakir authored and manan-patel committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a37e21a View commit details
    Browse the repository at this point in the history
  8. DP-1.2: Adding test support for Nokia (openconfig#2001)

    * DP-1.2: Adding test support for Nokia
    
       1. Adding testNokiaClassifierConfig and testNokiaSchedulerPoliciesConfig to cover script scenario for Nokia
       2. Adding function (SetForwardingGroupWithFabricPriority) to configure ForwardingGroup with Fabric-priority in qoscfg.go
    
    * Updating queue-name based on commonTrafficQueueNames based openconfig/entity-naming#24
    * Adding buffer-allocation configuration for maxBurstSize.
    * Consolidating buffer-allocation config.
    * Replacing fabric-priority configuration with Queue-id as discussed in b/297188157
    * Validating priority state only when configured strict.
    ---------
    
    Co-authored-by: Sergey Fomin <[email protected]>
    2 people authored and manan-patel committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    3e3a135 View commit details
    Browse the repository at this point in the history
  9. DP-1.4: Adding test support for Nokia (openconfig#2023)

    * DP-1.4: Adding test support for Nokia
    Following changes are made in this PR -
        1. Updating deviations in metadata file
        2. Updating test script to support Nokia
        3. Adding function (SetForwardingGroupWithFabricPriority) to configure ForwardingGroup with Fabric-priority in qoscfg.go
    
    "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
    
    Co-authored-by: Krishna Bovilla <[email protected]>
    
    * Replacing fabric-priority configuration with queue-id as discussed in b/297188157
    
    "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
    
    ---------
    
    Co-authored-by: Krishna Bovilla <[email protected]>
    Co-authored-by: Sergey Fomin <[email protected]>
    3 people authored and manan-patel committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    39e5572 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    244447c View commit details
    Browse the repository at this point in the history
  11. DP-1.14: Fixing error in forwarding group config (openconfig#2123)

    As part of PR-2026 ,part of config was removed by mistake and corrected it.
    
     "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
    bkreddy143 authored and manan-patel committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9d8ceac View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5e7f916 View commit details
    Browse the repository at this point in the history
  13. adding case insensitive check for mac (openconfig#1635)

    This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an as is basis without any warranties of any kind.
    
    Co-authored-by: Sergey Fomin <[email protected]>
    2 people authored and manan-patel committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    60f8de8 View commit details
    Browse the repository at this point in the history
  14. incorporated comments

    manan-patel committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    83e63c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. rebase

    manan-patel committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7c689a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    52970bb View commit details
    Browse the repository at this point in the history
  2. incoporated comments

    manan-patel committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    2d28609 View commit details
    Browse the repository at this point in the history
  3. rebased

    manan-patel committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    2bebee1 View commit details
    Browse the repository at this point in the history
  4. parent 8b4aeda

    author manan-patel <[email protected]> 1693508622 -0400
    committer manan-patel <[email protected]> 1695396051 -0400
    
    added MACs
    
    added mac for port4
    
    updated otg pushconfig call location
    
    set GRIBIMACOverrideWithStaticARP condition same as counter ATE tc
    
    Add a few documentation pointers back to Ondatra. (openconfig#2112)
    
    Update RT-1.20 to RT-1.24 (openconfig#2121)
    
    BGP route-reflector-at-scale-test (openconfig#1756)
    
    * Create route-reflector-test
    
    Proposed test addresses requirements in the internal bug b/287237486
    
    Validates:
    - BGP RR capability where IBGP peering address is learnt over IS-IS
    - OC leaves that capture BGP transport session attributes like local-address, peer-type
    - Ensure supported-capabilites leaf functionality
    
    * Update route-reflector-test
    
    * Rename feature/bgp/route-reflector-test to feature/bgp/routereflector/route-reflector-test
    
    Moving the test in routereflector directory
    
    * Update route-reflector-test
    
    * Update route-reflector-test
    
    * Update route-reflector-test
    
    * Update route-reflector-test
    
    * Rename route-reflector-test to README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Benson Schliesser <[email protected]>
    
    QOS changes (openconfig#2111)
    
    * fix test expectation
    
    * fix isis interface passive test to use session library
    
    * Fix QOS tests for Arista
    
    Migrate off remaining deprecated raw api uses (openconfig#2115)
    
    * Migrate off remaining deprecated raw api uses
    
    * feedback
    
    Add gRIBI MPLS compliance test basics. (openconfig#2124)
    
    * Add gRIBI MPLS compliance test basics.
    
     * (A) feature/gribi/mplsutil/...
       - Add utilities for gRIBI MPLS compliance testing.
     * (A) feature/gribi/otg_tests/mpls_compliance/...
       - Add initial gRIBI MPLS compliance test.
    
    * Remove shadow `baseLabel` definition.
    
    DP-1.2: Adding test support for Nokia (openconfig#2001)
    
    * DP-1.2: Adding test support for Nokia
    
       1. Adding testNokiaClassifierConfig and testNokiaSchedulerPoliciesConfig to cover script scenario for Nokia
       2. Adding function (SetForwardingGroupWithFabricPriority) to configure ForwardingGroup with Fabric-priority in qoscfg.go
    
    * Updating queue-name based on commonTrafficQueueNames based openconfig/entity-naming#24
    * Adding buffer-allocation configuration for maxBurstSize.
    * Consolidating buffer-allocation config.
    * Replacing fabric-priority configuration with Queue-id as discussed in b/297188157
    * Validating priority state only when configured strict.
    ---------
    
    Co-authored-by: Sergey Fomin <[email protected]>
    
    DP-1.4: Adding test support for Nokia (openconfig#2023)
    
    * DP-1.4: Adding test support for Nokia
    Following changes are made in this PR -
        1. Updating deviations in metadata file
        2. Updating test script to support Nokia
        3. Adding function (SetForwardingGroupWithFabricPriority) to configure ForwardingGroup with Fabric-priority in qoscfg.go
    
    "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
    
    Co-authored-by: Krishna Bovilla <[email protected]>
    
    * Replacing fabric-priority configuration with queue-id as discussed in b/297188157
    
    "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
    
    ---------
    
    Co-authored-by: Krishna Bovilla <[email protected]>
    Co-authored-by: Sergey Fomin <[email protected]>
    
    Fix new use of deprecated raw API (openconfig#2130)
    
    DP-1.14: Fixing error in forwarding group config (openconfig#2123)
    
    As part of PR-2026 ,part of config was removed by mistake and corrected it.
    
     "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
    
    Adding support for vendor ARISTA in Core file check test (openconfig#2125)
    
    adding case insensitive check for mac (openconfig#1635)
    
    This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an as is basis without any warranties of any kind.
    
    Co-authored-by: Sergey Fomin <[email protected]>
    
    incorporated comments
    
    incoporated comments
    
    rebased
    manan-patel committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    6677865 View commit details
    Browse the repository at this point in the history
  5. removed unwanted changes

    manan-patel committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    5ed03e9 View commit details
    Browse the repository at this point in the history