dentproject / testing

Public repository for test-cases contributed by different organizations
4 stars 19 forks source link

Need ability to start a specific traffic item, not all at once #136

Closed SerhiyBoikoPLV closed 1 year ago

SerhiyBoikoPLV commented 1 year ago

In the Ixia web UI you can select a single traffic item and send traffic from only that traffic item. Is it possible to do this using ixnetwork_restpy?

Related: https://github.com/dentproject/testing/issues/125

mgheorghe commented 1 year ago

yes it is possible there are 2 ways 1) you apply everything to hardware and then you use Start on each traffic item individually

2) you can disable the traffic items that you do not plan to use

SerhiyBoikoPLV commented 1 year ago

resolved by https://github.com/dentproject/testing/pull/152