summaryrefslogtreecommitdiffstats
path: root/dovetail/compliance
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2016-12-15 02:09:35 +0000
committerxudan <xudan16@huawei.com>2016-12-15 10:17:14 +0000
commit3298811ce85e54c3c766ca7cf1e77bfd66956ab5 (patch)
treea0e4dba748f0333e41451e68580bc90e29fb6a3a /dovetail/compliance
parent2ae61333cb9dae3bc8d5da567323b05ebe2f1108 (diff)
dovetail tool: bugfix about setup dovetail
1. change the entry_points of setup.cfg into dovetail.run:main 2. after setup the command 'dovetail -d true --testsuite debug' can just be successfully executed under folder dovetail/dovetail. That is mainly because of the load functions of testcase.py using relative paths. 3. using absolute path instead of relative path can support the command successfully executed under any path. JIRA: DOVETAIL-154 Change-Id: I4a2ad39a1a60e7e63efc55515781d27b823aa894 Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'dovetail/compliance')
-rw-r--r--dovetail/compliance/debug.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/compliance/debug.yml b/dovetail/compliance/debug.yml
index 8cc4b36c..13ba335c 100644
--- a/dovetail/compliance/debug.yml
+++ b/dovetail/compliance/debug.yml
@@ -4,7 +4,7 @@
debug:
name: debug
testcases_list:
- - dovetail.example.tc002
+ - dovetail.example.tc002
- dovetail.ipv6.tc001
- dovetail.nfvi.tc001
- dovetail.nfvi.tc002