From 6fefa7cd6b8631aea64ef7617c759bd89d39b282 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Fri, 14 Jul 2017 00:30:50 -0400 Subject: testapi: bugfix of tox error log https://gerrit.opnfv.org/gerrit/#/c/37053/ https://build.opnfv.org/ci/job/testapi-verify-master/220/console Change-Id: Id278edad06c2852c662392d75fd3cf4041b03451 Signed-off-by: MatthewLi --- utils/test/testapi/update/templates/update_mongodb.py | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/test/testapi/update/templates/update_mongodb.py') diff --git a/utils/test/testapi/update/templates/update_mongodb.py b/utils/test/testapi/update/templates/update_mongodb.py index ba4334aa3..f75959281 100644 --- a/utils/test/testapi/update/templates/update_mongodb.py +++ b/utils/test/testapi/update/templates/update_mongodb.py @@ -85,5 +85,6 @@ def update(args): rename_fields(fields_old2New) rename_collections(collections_old2New) + if __name__ == '__main__': main(update, parser) -- cgit 1.2.3-korg