Use "OS_INSECURE" variable as the insecure mode indicator
[yardstick.git] / yardstick / benchmark / scenarios / parser / parser_setup.sh
1 #!/bin/bash
2
3 ##############################################################################
4 # Copyright (c) 2015 Huawei Technologies Co.,Ltd and others.
5 #
6 # All rights reserved. This program and the accompanying materials
7 # are made available under the terms of the Apache License, Version 2.0
8 # which accompanies this distribution, and is available at
9 # http://www.apache.org/licenses/LICENSE-2.0
10 ##############################################################################
11
12 git clone https://github.com/mbj4668/pyang.git /tmp/pyang
13 cd /tmp/pyang
14 python setup.py install
15 git clone https://gerrit.opnfv.org/gerrit/parser /tmp/parser
16