[Tizen] Add config file for AHUB accepted/tizen/unified/20240319.020735 accepted/tizen/unified/x/20240320.055255
authorgichan2-jang <gichan2.jang@samsung.com>
Tue, 5 Mar 2024 09:59:50 +0000 (18:59 +0900)
committerwooksong <wook16.song@samsung.com>
Thu, 7 Mar 2024 12:49:45 +0000 (21:49 +0900)
 - Add config file for TCA
 - Add exclue file list for SAM

Signed-off-by: gichan2-jang <gichan2.jang@samsung.com>
.ahub/sam/exclude.txt [new file with mode: 0644]
.ahub/tcchecker-tca/config.yaml [new file with mode: 0644]

diff --git a/.ahub/sam/exclude.txt b/.ahub/sam/exclude.txt
new file mode 100644 (file)
index 0000000..2f5293f
--- /dev/null
@@ -0,0 +1,2 @@
+/tests/
+
diff --git a/.ahub/tcchecker-tca/config.yaml b/.ahub/tcchecker-tca/config.yaml
new file mode 100644 (file)
index 0000000..9e5d104
--- /dev/null
@@ -0,0 +1,28 @@
+version: 2
+test:
+  - name: TIZEN_DEVICE_MLOPS_AGENT
+    testCaseLanguage: CPP
+    testFW: GTEST
+    testCaseFolder:
+      - ./tests/
+  
+    testFile:
+      - extension: cc
+        starts:
+          - unittest
+    testCase:
+      - condition:
+        - functionName:
+            starts:
+              - 'TEST'
+    negativeTestCase:
+      - condition:
+        - testName:
+            ends:
+              - _n
+
+    positiveTestCase:
+      - condition:
+        - inverse: negativeTestCase