[common][ml][TWDAPI-280 Change enum names] 97/262497/1
authortangkaiyuan <kaiyuan.tang@samsung.com>
Wed, 11 Aug 2021 21:41:28 +0000 (05:41 +0800)
committertangkaiyuan <kaiyuan.tang@samsung.com>
Wed, 11 Aug 2021 21:41:44 +0000 (05:41 +0800)
Change-Id: I18256682b716c81f7d8f552dc1ac87e6bf38cc50
Signed-off-by: tangkaiyuan <kaiyuan.tang@samsung.com>
26 files changed:
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_ANY.html [deleted file]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_AUTO.html [deleted file]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU.html [deleted file]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_NEON.html [deleted file]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_SIMD.html [deleted file]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_GPU.html [deleted file]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU.html [deleted file]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_EDGE_TPU.html [deleted file]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_MOVIDIUS.html [deleted file]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SLSI.html [deleted file]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SR.html [deleted file]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_VIVANTE.html [deleted file]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_ANY.html [new file with mode: 0755]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_AUTO.html [new file with mode: 0755]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU.html [new file with mode: 0755]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_NEON.html [new file with mode: 0755]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_SIMD.html [new file with mode: 0755]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_GPU.html [new file with mode: 0755]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU.html [new file with mode: 0755]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_EDGE_TPU.html [new file with mode: 0755]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_MOVIDIUS.html [new file with mode: 0755]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SLSI.html [new file with mode: 0755]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SR.html [new file with mode: 0755]
common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_VIVANTE.html [new file with mode: 0755]
common/tct-ml-tizen-tests/tests.full.xml
common/tct-ml-tizen-tests/tests.xml

diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_ANY.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_ANY.html
deleted file mode 100755 (executable)
index f57945a..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
-        Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_ANY</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_ANY
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
-    var nnfw, hw, returnedValue;
-
-    nnfw = "SRNPU";
-    hw = "ANY";
-    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
-    assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_AUTO.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_AUTO.html
deleted file mode 100755 (executable)
index 0f9affd..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
-        Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_AUTO</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_AUTO
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
-    var nnfw, hw, returnedValue;
-
-    nnfw = "SRNPU";
-    hw = "AUTO";
-    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
-    assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU.html
deleted file mode 100755 (executable)
index 327fdb0..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
-        Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_CPU</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_CPU
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
-    var nnfw, hw, returnedValue;
-
-    nnfw = "SRNPU";
-    hw = "CPU";
-    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
-    assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_NEON.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_NEON.html
deleted file mode 100755 (executable)
index b561aa5..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
-        Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_NEON</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_NEON
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
-    var nnfw, hw, returnedValue;
-
-    nnfw = "SRNPU";
-    hw = "CPU_NEON";
-    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
-    assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_SIMD.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_SIMD.html
deleted file mode 100755 (executable)
index f7f584a..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
-        Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_SIMD</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_SIMD
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
-    var nnfw, hw, returnedValue;
-
-    nnfw = "SRNPU";
-    hw = "CPU_SIMD";
-    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
-    assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_GPU.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_GPU.html
deleted file mode 100755 (executable)
index 7e880ff..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
-        Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_GPU</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_GPU
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
-    var nnfw, hw, returnedValue;
-
-    nnfw = "SRNPU";
-    hw = "GPU";
-    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
-    assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU.html
deleted file mode 100755 (executable)
index 4285147..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
-        Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_NPU</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_NPU
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
-    var nnfw, hw, returnedValue;
-
-    nnfw = "SRNPU";
-    hw = "NPU";
-    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
-    assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_EDGE_TPU.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_EDGE_TPU.html
deleted file mode 100755 (executable)
index 3e5d84a..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
-        Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_EDGE_TPU</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_EDGE_TPU
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
-    var nnfw, hw, returnedValue;
-
-    nnfw = "SRNPU";
-    hw = "NPU_EDGE_TPU";
-    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
-    assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_MOVIDIUS.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_MOVIDIUS.html
deleted file mode 100755 (executable)
index 654be5b..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
-        Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_MOVIDIUS</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_MOVIDIUS
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
-    var nnfw, hw, returnedValue;
-
-    nnfw = "SRNPU";
-    hw = "NPU_MOVIDIUS";
-    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
-    assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SLSI.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SLSI.html
deleted file mode 100755 (executable)
index e994486..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
-        Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SLSI</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SLSI
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
-    var nnfw, hw, returnedValue;
-
-    nnfw = "SRNPU";
-    hw = "NPU_SLSI";
-    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
-    assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SR.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SR.html
deleted file mode 100755 (executable)
index bab3d51..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
-        Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SR</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SR
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
-    var nnfw, hw, returnedValue;
-
-    nnfw = "SRNPU";
-    hw = "NPU_SR";
-    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
-    assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_VIVANTE.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_VIVANTE.html
deleted file mode 100755 (executable)
index 6ab0740..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
-        Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_VIVANTE</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_VIVANTE
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
-    var nnfw, hw, returnedValue;
-
-    nnfw = "SRNPU";
-    hw = "NPU_VIVANTE";
-    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
-    assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_ANY.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_ANY.html
new file mode 100755 (executable)
index 0000000..ba49506
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+        Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_ANY</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_ANY
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+    var nnfw, hw, returnedValue;
+
+    nnfw = "TRIX_ENGINE";
+    hw = "ANY";
+    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+    assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_AUTO.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_AUTO.html
new file mode 100755 (executable)
index 0000000..20a0f69
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+        Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_AUTO</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_AUTO
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+    var nnfw, hw, returnedValue;
+
+    nnfw = "TRIX_ENGINE";
+    hw = "AUTO";
+    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+    assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU.html
new file mode 100755 (executable)
index 0000000..9a62daf
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+        Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+    var nnfw, hw, returnedValue;
+
+    nnfw = "TRIX_ENGINE";
+    hw = "CPU";
+    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+    assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_NEON.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_NEON.html
new file mode 100755 (executable)
index 0000000..123561a
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+        Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_NEON</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_NEON
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+    var nnfw, hw, returnedValue;
+
+    nnfw = "TRIX_ENGINE";
+    hw = "CPU_NEON";
+    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+    assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_SIMD.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_SIMD.html
new file mode 100755 (executable)
index 0000000..df599ac
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+        Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_SIMD</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_SIMD
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+    var nnfw, hw, returnedValue;
+
+    nnfw = "TRIX_ENGINE";
+    hw = "CPU_SIMD";
+    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+    assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_GPU.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_GPU.html
new file mode 100755 (executable)
index 0000000..847b1b9
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+        Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_GPU</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_GPU
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+    var nnfw, hw, returnedValue;
+
+    nnfw = "TRIX_ENGINE";
+    hw = "GPU";
+    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+    assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU.html
new file mode 100755 (executable)
index 0000000..59dc9a3
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+        Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+    var nnfw, hw, returnedValue;
+
+    nnfw = "TRIX_ENGINE";
+    hw = "NPU";
+    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+    assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_EDGE_TPU.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_EDGE_TPU.html
new file mode 100755 (executable)
index 0000000..0502760
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+        Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_EDGE_TPU</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_EDGE_TPU
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+    var nnfw, hw, returnedValue;
+
+    nnfw = "TRIX_ENGINE";
+    hw = "NPU_EDGE_TPU";
+    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+    assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_MOVIDIUS.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_MOVIDIUS.html
new file mode 100755 (executable)
index 0000000..ca93b22
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+        Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_MOVIDIUS</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_MOVIDIUS
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+    var nnfw, hw, returnedValue;
+
+    nnfw = "TRIX_ENGINE";
+    hw = "NPU_MOVIDIUS";
+    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+    assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SLSI.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SLSI.html
new file mode 100755 (executable)
index 0000000..b984e2c
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+        Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SLSI</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SLSI
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+    var nnfw, hw, returnedValue;
+
+    nnfw = "TRIX_ENGINE";
+    hw = "NPU_SLSI";
+    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+    assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SR.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SR.html
new file mode 100755 (executable)
index 0000000..53e6bda
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+        Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SR</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SR
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+    var nnfw, hw, returnedValue;
+
+    nnfw = "TRIX_ENGINE";
+    hw = "NPU_SR";
+    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+    assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
diff --git a/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_VIVANTE.html b/common/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_VIVANTE.html
new file mode 100755 (executable)
index 0000000..906d778
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+        Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_VIVANTE</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_VIVANTE
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+    var nnfw, hw, returnedValue;
+
+    nnfw = "TRIX_ENGINE";
+    hw = "NPU_VIVANTE";
+    returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+    assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
index 21de8c531c7e6e9cccbd3aef45289ba1701a8ca3..e348c392ebb0ede576a78d7024abab54c063d3be 100755 (executable)
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_ANY">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_ANY">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_ANY.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_ANY.html</test_script_entry>
         </description>
         <specs>
           <spec>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_AUTO">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_AUTO">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_AUTO.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_AUTO.html</test_script_entry>
         </description>
         <specs>
           <spec>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_CPU">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU.html</test_script_entry>
         </description>
         <specs>
           <spec>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_NEON">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_NEON">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_NEON.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_NEON.html</test_script_entry>
         </description>
         <specs>
           <spec>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_SIMD">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_SIMD">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_SIMD.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_SIMD.html</test_script_entry>
         </description>
         <specs>
           <spec>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_GPU">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_GPU">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_GPU.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_GPU.html</test_script_entry>
         </description>
         <specs>
           <spec>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU.html</test_script_entry>
         </description>
         <specs>
           <spec>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_EDGE_TPU">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_EDGE_TPU">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_EDGE_TPU.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_EDGE_TPU.html</test_script_entry>
         </description>
         <specs>
           <spec>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_MOVIDIUS">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_MOVIDIUS">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_MOVIDIUS.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_MOVIDIUS.html</test_script_entry>
         </description>
         <specs>
           <spec>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SLSI">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SLSI">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SLSI.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SLSI.html</test_script_entry>
         </description>
         <specs>
           <spec>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SR">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SR">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SR.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SR.html</test_script_entry>
         </description>
         <specs>
           <spec>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_VIVANTE">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_VIVANTE">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_VIVANTE.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_VIVANTE.html</test_script_entry>
         </description>
         <specs>
           <spec>
index 66a957ad668b2ca83cd450761dde490b3c9bc2c7..c8a32b9808daacda5be046895156ba8acd278285 100755 (executable)
           <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_PYTORCH_NPU_VIVANTE.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_ANY">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_ANY">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_ANY.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_ANY.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_AUTO">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_AUTO">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_AUTO.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_AUTO.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_CPU">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_NEON">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_NEON">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_NEON.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_NEON.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_SIMD">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_SIMD">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_SIMD.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_SIMD.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_GPU">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_GPU">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_GPU.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_GPU.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_EDGE_TPU">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_EDGE_TPU">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_EDGE_TPU.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_EDGE_TPU.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_MOVIDIUS">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_MOVIDIUS">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_MOVIDIUS.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_MOVIDIUS.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SLSI">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SLSI">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SLSI.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SLSI.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SR">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SR">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SR.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SR.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_VIVANTE">
+      <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_VIVANTE">
         <description>
-          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_VIVANTE.html</test_script_entry>
+          <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_VIVANTE.html</test_script_entry>
         </description>
       </testcase>
       <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_VD_AIFW_ANY">