Can I install Tempest on Vmware
Can I install Tempest in a virtual environment
First time here? Check out the FAQ!
Can I install Tempest in a virtual environment
Yes,
Create the virtual environment: $ virtualenv .venv or $ python3 -m venv .venv Clone tempest $ git clone git@github.com:openstack/tempest.git Install tempest via pip $ source .venv/bin/activate $ cd tempest $ pip install ./ Verify it is working $ tempest --help
Asked: 2016-08-18 10:29:00 -0600
Seen: 155 times
Last updated: Mar 23 '17
is vCenter necessary to integrate vmware with openstack?
How to setup a Multi-node Openstack environment on ESXi?
Openstack with vmware esxi as hypervisor?
tempest.lib.exceptions.InvalidCredentials: Invalid Credentials
VMware with nova-network and HyperV with neutron?
Transfer between Glance and nova and/or cinder
How to add new test cases to TEMPEST Test suite