How to Manually Install OpenStack Tempest
============================
http://fosshelp.blogspot.com/2014/02/how-to-manually-install-openstack.html
1)
Minimum Config
Comment all other config under the "[identity]" section and use default value for that.
#sudo vim /etc/tempest/tempest.conf
[identity]
uri=http://127.0.0.1:5000/v2.0/
admin_password=openstack
2)
Working
#nosetests -vx tempest.cli.simple_read_only.test_glance
#nosetests -vx tempest.cli.simple_read_only.test_nova
#nosetests -vx tempest.cli.simple_read_only.test_cinder
#nosetests -vx tempest.cli.simple_read_only.test_neutron
3)
-vxl
x ---> Stop running tests after the first error or failure
l ---> Run test in Debug mode: So we can see better error message
============================
http://fosshelp.blogspot.com/2014/02/how-to-manually-install-openstack.html
1)
Minimum Config
Comment all other config under the "[identity]" section and use default value for that.
#sudo vim /etc/tempest/tempest.conf
[identity]
uri=http://127.0.0.1:5000/v2.0/
admin_password=openstack
2)
Working
#nosetests -vx tempest.cli.simple_read_only.test_glance
#nosetests -vx tempest.cli.simple_read_only.test_nova
#nosetests -vx tempest.cli.simple_read_only.test_cinder
#nosetests -vx tempest.cli.simple_read_only.test_neutron
3)
-vxl
x ---> Stop running tests after the first error or failure
l ---> Run test in Debug mode: So we can see better error message
No comments:
Post a Comment