[TCM] Add yaml config file for android
authorgichan-jang <gichan2.jang@samsung.com>
Mon, 27 Jul 2020 09:45:15 +0000 (18:45 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 28 Jul 2020 08:30:08 +0000 (17:30 +0900)
TCM(Test Case Manager) requires config.yaml file.
The config file is written for android API test.

Signed-off-by: gichan-jang <gichan2.jang@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..d757317
--- /dev/null
@@ -0,0 +1,28 @@
+version: 2
+test:
+  - name: JUNIT5_JAVA_EXAMPLE
+    testCaseLanguage: JAVA
+    testFW: JUNIT
+    testCaseFolder:
+      - ./api/android/api/src/androidTest/java/org/nnsuite/nnstreamer
+
+    testFile:
+      - extension: java
+        starts:
+          - APITest
+    testCase:
+      - condition:
+        - annotation:
+            match:
+              - '@Test'
+
+    negativeTestCase:
+      - condition:
+        - testName:
+            ends:
+              - _n
+
+    positiveTestCase:
+      - condition:
+        - inverse: negativeTestCase