Files
c71f263a52c32da73c169797d704c4533be9855a
Akihiro Motoki
f24f9ce37f
Speed up tox_install.sh
* When installing git repos into tox venv, there is no need to use full clone. Shallow clone like --depth 1 is sufficient. It speeds up tox venv creation. * Fix import check for networking-bagpipe and networking-odl. Python module names use underscores instead of hyphens, so the current iport check always returns false. As a result, installation of these projects are run multiple times. * Allow to specify GIT_BASE for local testing. Previously PIP_LOCATION exists, but the tox_install.sh installs four repositories so PIP_LOCATION actually cannot be used. In my local env, the time to prepare tox env was reduced from 4m52s to 2m39s for the first run and from 42s to 19s for the second run or later (after applying the first two points above). Change-Id: I8b4a7340c01182174f6a6af063174c57f28015cc