24 lines
435 B
Markdown
24 lines
435 B
Markdown
|
|
|
|
sudo apt-get install libxml2-dev libxslt-dev lib32z1-dev python2.7-dev libssl-dev
|
|
|
|
pip install ftp://xmlsoft.org/libxml2/python/libxml2-python-2.6.9.tar.gz
|
|
|
|
#checkout temptest
|
|
git clone git@github.com:openstack/tempest.git
|
|
|
|
cd tempest
|
|
python setup.py install
|
|
|
|
|
|
http://ci.openstack.org/stackforge.html
|
|
http://ci.openstack.org/devstack-gate.html
|
|
https://github.com/openstack-infra/config/
|
|
http://pythonhosted.org/WSME/index.html
|
|
|
|
|
|
|
|
|
|
|
|
|