Change-Id: I19895eae9a3e68999cdde15f3f21520dcf6e6897
Signed-off-by: fmenguy <francoisregis.menguy@orange.com>
   @throughput
   Scenario Outline: Run a NDR test for a defined frame size and flow count
       Given 10 sec run duration
-      And TRex is restarted
       And <frame_size> frame size
       And <flow_count> flow count
       And ndr rate
 
   @throughput
   Scenario Outline: Run a NDR test for a defined frame size and flow count
       Given 10 sec run duration
-      And TRex is restarted
       And <frame_size> frame size
       And <flow_count> flow count
       And ndr rate
   @latency
   Scenario Outline: Run a latency test for a defined frame size and throughput percentage
       Given 10 sec run duration
-      And TRex is restarted
       And <frame_size> frame size
       And 100k flow count
       And <throughput> rate of previous scenario
 
   @throughput
   Scenario Outline: Run a NDR test for a defined frame size
       Given 10 sec run duration
-      And TRex is restarted
       And <frame_size> frame size
       And 100k flow count
       And ndr rate
   @latency
   Scenario Outline: Run a latency test for a defined frame size and throughput percentage
       Given 10 sec run duration
-      And TRex is restarted
       And <frame_size> frame size
       And 100k flow count
       And <throughput> rate of previous scenario