summaryrefslogtreecommitdiffstats
path: root/jjb/parser
diff options
context:
space:
mode:
authorzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-07-12 15:28:00 +0800
committerzhifeng jiang <jiang.zhifeng@zte.com.cn>2016-07-14 05:48:56 +0000
commit326e78c5710f7428a3b041df9ad996b1f68235a1 (patch)
tree8a6375efd0a026f995a84742db7bfc8ca359b0ca /jjb/parser
parente28892b374d79a30ddadde8536b0989eeff20327 (diff)
Enable parser tox unit test in python2.7 and python3.4 environment
JIRA:RELENG-111 Change-Id: I9606fad27b6a12fece92ba94592f89625b6c4bd5 Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
Diffstat (limited to 'jjb/parser')
-rw-r--r--jjb/parser/parser.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/jjb/parser/parser.yml b/jjb/parser/parser.yml
index b8a40cc93..8c7283802 100644
--- a/jjb/parser/parser.yml
+++ b/jjb/parser/parser.yml
@@ -64,7 +64,8 @@
set -o xtrace
export PATH=$PATH:/usr/local/bin/
- # pep8 check parser/tosca2heat/tosca-parser
- echo "Running tox -e pep8 on tosca2heat ..."
- cd $WORKSPACE/tosca2heat/tosca-parser && tox -e pep8
- cd $WORKSPACE/tosca2heat/heat-translator && tox -e pep8
+ # ut and pep8 check parser/tosca2heat
+ echo "Running tox on tosca2heat/tosca-parser ..."
+ cd $WORKSPACE/tosca2heat/tosca-parser && tox
+ echo "Running tox on tosca2heat/heat-translator ..."
+ cd $WORKSPACE/tosca2heat/heat-translator && tox