summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2018-03-19 07:37:43 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-19 07:37:43 +0000
commit0be1d9e4c1dbb5d0f1b9bd503ca3660c3d223e5c (patch)
tree8e7398cad0ac2b12017980a6cd8ae43e9bf4ca3a /ci
parenta0639ba8167301a6d735201fd3e225eb7e01adb6 (diff)
parent931fa8867d3b595a14bc45b021dadb8618543e30 (diff)
Merge "BugFix for testapi automate jenkins job"
Diffstat (limited to 'ci')
-rw-r--r--ci/htmlize/htmlize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/htmlize/htmlize.py b/ci/htmlize/htmlize.py
index da6a6cf..c37ebc3 100644
--- a/ci/htmlize/htmlize.py
+++ b/ci/htmlize/htmlize.py
@@ -41,7 +41,7 @@ if __name__ == '__main__':
type=str,
required=False,
default=('http://testresults.opnfv.org'
- '/test/swagger/resources.json'),
+ '/test/swagger/models.json'),
help='Resource Listing Spec File')
parser.add_argument('-au', '--api-declaration-url',
type=str,