Conversation
…fic-generator/models into dev-multi-port-traffic
| - '/components/schemas/Lag/properties/name' | ||
| x-field-uid: 1 | ||
| rx_name: | ||
| rx_names: |
There was a problem hiding this comment.
This breaks backward compatibility for all port based tests.
Some options to mitigate broken tests would be:
- deprecate the rx_name property for a few releases and at the same time introduce rx_names
- introduce a new choice called ports which will have rx_names
There was a problem hiding this comment.
Agreed, I will keep the rx_name property in deprecated state for few releases.
There was a problem hiding this comment.
@ajbalogh I have updated and retained rx_name property in deprecated state.
|
The processing of get metrics response is captured here @ashutshkumr FYI. |
|
@ajbalogh there had been some internal discussions whether we need the multiple Rx port support (raw traffic) in the immediate future, and it was decided we will port some of the target FP testcases to use device traffic instead (for which multiple Rx port support is already present in model). We will park this PR for the time being. |
|
@anjan-keysight @ashutshkumr let's define if this has to be settled before v1.0 release. Or put it the other way, if we mark |
Traffic support on multiple Rx ports.