[AHub/TCM] Add config.yaml for TCM on AHub
authorWook Song <wook16.song@samsung.com>
Wed, 12 Aug 2020 08:33:00 +0000 (17:33 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Thu, 13 Aug 2020 02:33:13 +0000 (11:33 +0900)
This patch adds a config.yaml file for Test Case Manager running on
the Analysis Hub infra.

Signed-off-by: Wook Song <wook16.song@samsung.com>
.ahub/tcchecker-tca/config.yaml [new file with mode: 0644]

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