[V2,1/2] test_plans/*: Remove old DPDK RTE flags from power tests

Message ID 20220328161349.1118567-2-tadhg.kearney@intel.com (mailing list archive)
State Superseded
Headers
Series Remove old DPDK flags from power tests |

Commit Message

Tadhg Kearney March 28, 2022, 4:13 p.m. UTC
  Remove refernce to flags that don't exist anymore

Signed-off-by: Tadhg Kearney <tadhg.kearney@intel.com>
---
 test_plans/power_branch_ratio_test_plan.rst | 5 ++---
 test_plans/power_telemetry_test_plan.rst    | 5 -----
 2 files changed, 2 insertions(+), 8 deletions(-)
  

Patch

diff --git a/test_plans/power_branch_ratio_test_plan.rst b/test_plans/power_branch_ratio_test_plan.rst
index 4bbf95af..ba943693 100644
--- a/test_plans/power_branch_ratio_test_plan.rst
+++ b/test_plans/power_branch_ratio_test_plan.rst
@@ -47,9 +47,8 @@  Prepare work
 
     intel_pstate=enable
 
-5. Set CONFIG_RTE_LIBRTE_POWER_DEBUG=y CONFIG_RTE_LIBRTE_POWER=y in /config/common_base file.
-6. modprobe msr module to let the application can get the CPU HW info.
-7. Let user space can control the CPU frequency::
+5. modprobe msr module to let the application can get the CPU HW info.
+6. Let user space can control the CPU frequency::
 
     cpupower frequency-set -g userspace
 
diff --git a/test_plans/power_telemetry_test_plan.rst b/test_plans/power_telemetry_test_plan.rst
index 0afb0f77..8804129c 100644
--- a/test_plans/power_telemetry_test_plan.rst
+++ b/test_plans/power_telemetry_test_plan.rst
@@ -53,11 +53,6 @@  Preparation Work for Settings
 
     cpupower frequency-set -g userspace
 
-Compile DPDK with telemetry enabled, enable telemetry lib in configuration file::
-
-    -CONFIG_RTE_LIBRTE_TELEMETRY=n
-    +CONFIG_RTE_LIBRTE_TELEMETRY=y
-
 
 Test Case 1 : Check all 3 type of power related info reported by Telemetry System
 =================================================================================