Hi Ben,
Thank you very much for your detailed reply.
I have another question on the variation of this problem.
Assume we have a 3 input port and 1 output port Switch.
3 inputs ports are giving weights Input1 ( Weight 50 ),
Input2 ( Weight 30 ) and Input3 ( Weight 20 ). Each of the input
ports can drive a total of 100GBs traffic. Maximum output port
traffic can only be 100 GBs. How will we Verify that the 100GBs
maximum output traffic is distributed based on Weights of Input ports
We cannot use Assertions in this scenario.
- If we take a Window of 1 second, there should be 50MB from port1,
30 MB from port2 and 20MB from port3 distributed based on the Weights - How will you make sure , it was equally distributed, each 0.1 seconds
If you take a window of 1 second, it can be that first 0.5 seconds,
full traffic was from port1, next 0.3 seconds, full traffic was from
port2 and remaining 0.2 seconds traffic was from Port3
This is a Error scenario
Because if we take a window of first 0.5 seconds, the Weights
are not being taken care
Which is the best Verification Strategy to verify this scenario.
Please help
Thansk
JeffD