Commit Graph

2 Commits

Author SHA1 Message Date
Sharat Sharma 38ff2a10a8 Added scripts to install virtual environment
These scripts provide methods needed for installing OpenStack development
virtual environments.

Change-Id: I72bbb1a81ee80a1f0520e720a5dfca6740cc8c75
2017-02-20 10:18:34 +00:00
Sharat Sharma 08b279a299 Prepare for using standard python tests
Add simple script to setup mysql and postgresql databases, this script
can be run by users during testing and will be run by CI systems for
specific setup before running unit tests. This is exactly what is
currently done by OpenStack CI in project-config.

This allows to change in project-config the python-db jobs to
python-jobs since python-jobs will call this script initially.

See also
http://lists.openstack.org/pipermail/openstack-dev/2016-November/107784.html

Change-Id: If337a1fb7cc9c05f6d04923c24bc21c49ee0367b
2017-02-16 19:13:13 +05:30