Files
Guo Ruijing 6b02b4b064 create Openstack with ODL by vagrant
Change-Id: Ib5596df765f30182ed3ff04fc6f3ed1ffa5e476a
Related-Bug: #1633242
2017-01-03 02:54:58 +00:00
..

vagrant

It is verified to work in the env:

Host: Ubuntu 16.04 desktop 64bit with 16G memory & 256G disk Vagrant: 1.8.6 Virtualbox: 5.0.24

OpenStack Setup

download primary & subnode configuration from jenkins log. example: # curl http://logs.openstack.org/22/408422/1/check/gate-tempest-dsvm-networking-odl-multinode-carbon-snapshot-nv/ef988ee/logs/localrc.txt.gz > control.conf # curl http://logs.openstack.org/22/408422/1/check/gate-tempest-dsvm-networking-odl-multinode-carbon-snapshot-nv/ef988ee/logs/subnode-2/localrc.txt.gz > compute.conf # vagrant up

Note: we already include control.conf & compute.conf in this example.

Run Tempest

# vagrant ssh control # cd tempest # tempest run --regex tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames