summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/tests/unit/templates
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2018-01-03 16:03:33 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2018-01-04 16:54:26 +0800
commit6d98b992423084dd737e80322c9360e0712368a2 (patch)
tree29368af0fbc43cfdf078ed524aa4a446a604ab7b /testapi/opnfv_testapi/tests/unit/templates
parent4bef7e27562d23c0cbdd56adf1cdc419f55e6aa4 (diff)
simplify test_testcase.py using eq and templates
Change-Id: If1d1e3e22be0ddbb92f0e3b927ea4e376f0a8c89 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/opnfv_testapi/tests/unit/templates')
-rw-r--r--testapi/opnfv_testapi/tests/unit/templates/testcase_d.json16
-rw-r--r--testapi/opnfv_testapi/tests/unit/templates/testcase_e.json16
2 files changed, 32 insertions, 0 deletions
diff --git a/testapi/opnfv_testapi/tests/unit/templates/testcase_d.json b/testapi/opnfv_testapi/tests/unit/templates/testcase_d.json
new file mode 100644
index 0000000..7c36cb8
--- /dev/null
+++ b/testapi/opnfv_testapi/tests/unit/templates/testcase_d.json
@@ -0,0 +1,16 @@
+{
+ "run": "vping.sh",
+ "name": "vping_ssh",
+ "ci_loop": "daily",
+ "tags": "",
+ "url": "/cases/vping_ssh",
+ "blocking": "true",
+ "domains": "os",
+ "dependencies": "",
+ "version": "euphrates",
+ "criteria": "PASS/FAIL",
+ "tier": "smoke",
+ "trust": "Silver",
+ "catalog_description": "",
+ "description": "vping-ssh test"
+} \ No newline at end of file
diff --git a/testapi/opnfv_testapi/tests/unit/templates/testcase_e.json b/testapi/opnfv_testapi/tests/unit/templates/testcase_e.json
new file mode 100644
index 0000000..c031309
--- /dev/null
+++ b/testapi/opnfv_testapi/tests/unit/templates/testcase_e.json
@@ -0,0 +1,16 @@
+{
+ "run": "parser.sh",
+ "name": "parser-basics",
+ "ci_loop": "daily",
+ "tags": "",
+ "url": "/cases/parser",
+ "blocking": "false",
+ "domains": "vnf",
+ "dependencies": "",
+ "version": "master",
+ "criteria": "PASS/FAIL",
+ "tier": "features",
+ "trust": "Silver",
+ "catalog_description": "",
+ "description": "parser test"
+} \ No newline at end of file