NFVBENCH-210 Remove TRex restart from behave test scenarios 80/72580/1
authorfmenguy <francoisregis.menguy@orange.com>
Tue, 25 May 2021 15:02:30 +0000 (17:02 +0200)
committerfmenguy <francoisregis.menguy@orange.com>
Tue, 25 May 2021 15:02:30 +0000 (17:02 +0200)
Change-Id: I19895eae9a3e68999cdde15f3f21520dcf6e6897
Signed-off-by: fmenguy <francoisregis.menguy@orange.com>
behave_tests/features/characterization-full.feature
behave_tests/features/characterization-samples.feature
behave_tests/features/non-regression.feature

index f8bca5f..8b47dec 100644 (file)
@@ -4,7 +4,6 @@ Feature: characterization
   @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
index 6adb184..fc55762 100644 (file)
@@ -4,7 +4,6 @@ Feature: characterization
   @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
@@ -24,7 +23,6 @@ Feature: characterization
   @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
index 5774418..89c3c4d 100644 (file)
@@ -4,7 +4,6 @@ Feature: non-regression
   @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
@@ -26,7 +25,6 @@ Feature: non-regression
   @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