added notes
This commit is contained in:
parent
6f3f4887f9
commit
2ba4ffac1e
@ -17,7 +17,10 @@ NOTES:
|
|||||||
To install temptest so that refstack cli works to works (this will later be done with tox and in a slick way right now this is hacky) in ubuntu I did the following:
|
To install temptest so that refstack cli works to works (this will later be done with tox and in a slick way right now this is hacky) in ubuntu I did the following:
|
||||||
|
|
||||||
# setting up tempest fails unless I install these libs first .. for some reason pip fails if you don't.
|
# setting up tempest fails unless I install these libs first .. for some reason pip fails if you don't.
|
||||||
sudo apt-get install libxml2-dev libxslt-dev lib32z1-dev
|
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
|
#checkout temptest
|
||||||
git clone git@github.com:openstack/tempest.git
|
git clone git@github.com:openstack/tempest.git
|
||||||
@ -25,3 +28,6 @@ git clone git@github.com:openstack/tempest.git
|
|||||||
cd tempest
|
cd tempest
|
||||||
python setup.py install
|
python setup.py install
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user