From 9db75a3660a53a8d3fd2b19de32402e8580c788b Mon Sep 17 00:00:00 2001 From: jiyong Date: Thu, 16 Dec 2021 10:27:30 +0800 Subject: [PATCH] jiyong@huawei.com Signed-off-by: jiyong --- hdf/audio/Test.json | 4 ++-- hdf/input/Test.json | 4 ++-- hdf/sensor/Test.json | 4 ++-- hdf/wlan/wifi/Test.json | 4 ++-- security/deviceauth/deviceauth_function/Test.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/hdf/audio/Test.json b/hdf/audio/Test.json index f7eb1a69e..0b3eba15e 100755 --- a/hdf/audio/Test.json +++ b/hdf/audio/Test.json @@ -10,9 +10,9 @@ "driver": { "native-test-timeout": "120000", "type": "CppTest", - "module-name": "hdf_xtstest_audio", + "module-name": "ActsHdfXtstestAudioTest", "runtime-hint": "1s", "native-test-device-path": "/data/local/tmp" }, - "description": "Configuration for hdf_xtstest_audio Tests" + "description": "Configuration for ActsHdfXtstestAudioTest Tests" } \ No newline at end of file diff --git a/hdf/input/Test.json b/hdf/input/Test.json index d3cd179de..062997e79 100755 --- a/hdf/input/Test.json +++ b/hdf/input/Test.json @@ -10,9 +10,9 @@ "driver": { "native-test-timeout": "120000", "type": "CppTest", - "module-name": "hdf_xtstest_input", + "module-name": "ActsHdfXtstestInputTest", "runtime-hint": "1s", "native-test-device-path": "/data/local/tmp" }, - "description": "Configuration for hdf_xtstest_input Tests" + "description": "Configuration for ActsHdfXtstestInputTest Tests" } \ No newline at end of file diff --git a/hdf/sensor/Test.json b/hdf/sensor/Test.json index 2a753f117..5d0323ab9 100755 --- a/hdf/sensor/Test.json +++ b/hdf/sensor/Test.json @@ -10,9 +10,9 @@ "driver": { "native-test-timeout": "120000", "type": "CppTest", - "module-name": "hdf_xtstest_sensor", + "module-name": "ActsHdfXtstestSensorTest", "runtime-hint": "1s", "native-test-device-path": "/data/local/tmp" }, - "description": "Configuration for hdf_xtstest_sensor Tests" + "description": "Configuration for ActsHdfXtstestSensorTest Tests" } \ No newline at end of file diff --git a/hdf/wlan/wifi/Test.json b/hdf/wlan/wifi/Test.json index 6b2e5c5f7..6b8c1d348 100755 --- a/hdf/wlan/wifi/Test.json +++ b/hdf/wlan/wifi/Test.json @@ -10,9 +10,9 @@ "driver": { "native-test-timeout": "120000", "type": "CppTest", - "module-name": "hdf_xtstest_wifi", + "module-name": "ActsHdfXtstestWifiTest", "runtime-hint": "1s", "native-test-device-path": "/data/local/tmp" }, - "description": "Configuration for hdf_xtstest_wifi Tests" + "description": "Configuration for ActsHdfXtstestWifiTest Tests" } \ No newline at end of file diff --git a/security/deviceauth/deviceauth_function/Test.json b/security/deviceauth/deviceauth_function/Test.json index f97a794c8..721e97210 100644 --- a/security/deviceauth/deviceauth_function/Test.json +++ b/security/deviceauth/deviceauth_function/Test.json @@ -10,9 +10,9 @@ "driver": { "native-test-timeout": "120000", "type": "CppTest", - "module-name": "DeviceAuthFunctionTest", + "module-name": "ActsDeviceAuthFunctionTest", "runtime-hint": "1s", "native-test-device-path": "/data/local/tmp" }, - "description": "Configuration for DeviceAuthFunctionTest Tests" + "description": "Configuration for ActsDeviceAuthFunctionTest Tests" } -- GitLab