aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--behave_tests/features/characterization-full.feature1
-rw-r--r--behave_tests/features/characterization-samples.feature2
-rw-r--r--behave_tests/features/non-regression.feature2
3 files changed, 0 insertions, 5 deletions
diff --git a/behave_tests/features/characterization-full.feature b/behave_tests/features/characterization-full.feature
index f8bca5f..8b47dec 100644
--- a/behave_tests/features/characterization-full.feature
+++ b/behave_tests/features/characterization-full.feature
@@ -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
diff --git a/behave_tests/features/characterization-samples.feature b/behave_tests/features/characterization-samples.feature
index 6adb184..fc55762 100644
--- a/behave_tests/features/characterization-samples.feature
+++ b/behave_tests/features/characterization-samples.feature
@@ -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
diff --git a/behave_tests/features/non-regression.feature b/behave_tests/features/non-regression.feature
index 5774418..89c3c4d 100644
--- a/behave_tests/features/non-regression.feature
+++ b/behave_tests/features/non-regression.feature
@@ -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