Signed-off-by: Yuan Sun <sunyu...@huawei.com>
---
 testcases/kernel/controllers/cpuctl/cpuctl_test01.c | 2 +-
 testcases/kernel/controllers/cpuctl/cpuctl_test02.c | 2 +-
 testcases/kernel/controllers/cpuctl/cpuctl_test03.c | 2 +-
 testcases/kernel/controllers/cpuctl/cpuctl_test04.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/testcases/kernel/controllers/cpuctl/cpuctl_test01.c 
b/testcases/kernel/controllers/cpuctl/cpuctl_test01.c
index 7da3f24..385ee32 100644
--- a/testcases/kernel/controllers/cpuctl/cpuctl_test01.c
+++ b/testcases/kernel/controllers/cpuctl/cpuctl_test01.c
@@ -68,7 +68,7 @@
 #define NUM_SETS       4       /* How many share values (with same ratio) */
 #define MULTIPLIER     10      /* decides the rate at which share value gets 
multiplied */
 #define GRANULARITY    5       /* % value by which shares of a group changes */
-char *TCID = "cpu_controller_test01";
+char *TCID = "cpuctl_test01";
 int TST_TOTAL = 1;
 pid_t scriptpid;
 char path[] = "/dev/cpuctl";
diff --git a/testcases/kernel/controllers/cpuctl/cpuctl_test02.c 
b/testcases/kernel/controllers/cpuctl/cpuctl_test02.c
index 3669a5d..6f5a0d9 100644
--- a/testcases/kernel/controllers/cpuctl/cpuctl_test02.c
+++ b/testcases/kernel/controllers/cpuctl/cpuctl_test02.c
@@ -65,7 +65,7 @@
 #define TIME_INTERVAL  30      /* Time interval in seconds */
 #define NUM_INTERVALS  3       /* How many iterations of TIME_INTERVAL */
 
-char *TCID = "cpu_controller_test04";
+char *TCID = "cpuctl_test02";
 int TST_TOTAL = 1;
 pid_t scriptpid;
 char path[] = "/dev/cpuctl";
diff --git a/testcases/kernel/controllers/cpuctl/cpuctl_test03.c 
b/testcases/kernel/controllers/cpuctl/cpuctl_test03.c
index 20dbf86..5076ab9 100644
--- a/testcases/kernel/controllers/cpuctl/cpuctl_test03.c
+++ b/testcases/kernel/controllers/cpuctl/cpuctl_test03.c
@@ -65,7 +65,7 @@
 #define TIME_INTERVAL  30      /* Time interval in seconds */
 #define NUM_INTERVALS  2       /* How many iterations of TIME_INTERVAL */
 
-char *TCID = "cpu_controller_test06";
+char *TCID = "cpuctl_test03";
 int TST_TOTAL = 3;
 pid_t scriptpid;
 char path[] = "/dev/cpuctl";
diff --git a/testcases/kernel/controllers/cpuctl/cpuctl_test04.c 
b/testcases/kernel/controllers/cpuctl/cpuctl_test04.c
index c332f29..0daca0e 100644
--- a/testcases/kernel/controllers/cpuctl/cpuctl_test04.c
+++ b/testcases/kernel/controllers/cpuctl/cpuctl_test04.c
@@ -65,7 +65,7 @@
 #define TIME_INTERVAL  100     /* Time interval in seconds */
 #define NUM_INTERVALS  2       /* How many iterations of TIME_INTERVAL */
 
-char *TCID = "cpu_controller_test06";
+char *TCID = "cpuctl_test04";
 int TST_TOTAL = 2;
 pid_t scriptpid;
 char path[] = "/dev/cpuctl";
-- 
1.9.1


------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to