summaryrefslogtreecommitdiffstats
path: root/vnf-sdk-function-test/src/test/resources
diff options
context:
space:
mode:
authorKailun Qin <kailun.qin@intel.com>2018-03-27 18:23:01 +0800
committerKailun Qin <kailun.qin@intel.com>2018-03-28 23:34:40 +0800
commitd4a7658f72decfef05d15973d5cee13910eb47ae (patch)
treee9b872d3e58a8fc3c420b0ee020267a22a8c8136 /vnf-sdk-function-test/src/test/resources
parent29078dd84779639f98739d508e947db0662473df (diff)
Port nfvo/vnf_functest for framework merge
Merged VNF onboarding test functions and frameworks locating separately in nfvo/vnf_functest and vnfsdk/vnf-sdk-function-test seed code. 1) Reconstructed by aligning with the original interface and sequence design; 2) Replaced Restful calls with local invokes; 3) Implemented DB support (PostgreSQL) for persistent recording; 4) Added unit tests associated; 5) Unified package names to "onap"; 6) Fixed several inherent issues. Issue-ID: VNFSDK-178 Change-Id: I2147c5df8dd400adef71dafca9073b12d992d2df Signed-off-by: Kailun Qin <kailun.qin@intel.com>
Diffstat (limited to 'vnf-sdk-function-test/src/test/resources')
-rw-r--r--vnf-sdk-function-test/src/test/resources/sample.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/vnf-sdk-function-test/src/test/resources/sample.xml b/vnf-sdk-function-test/src/test/resources/sample.xml
index 2492e9c..db1d2f0 100644
--- a/vnf-sdk-function-test/src/test/resources/sample.xml
+++ b/vnf-sdk-function-test/src/test/resources/sample.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<class>
- <TestResult>
- <name>Huawei</name>
- <description>Huawei</description>
- <status>success</status>
- </TestResult>
+ <TestResult>
+ <test name="Huawei"></test>
+ <test description="Huawei"></test>
+ <test status="success"></test>
+ </TestResult>
</class> \ No newline at end of file