tempest/tempest/common
James Page a9366270c2 Update server nic handling for LXD style nic names
Nova-LXD/LXD supports hotplugging of network interfaces, but
nic names are a little different to those in qemu/kvm:

  1249: eth0@if1250: <BROADCAST...> mtu 1450 ... 1000

These are actually part of a veth pair (hence the @ annotation).

Update server nic handling to deal with trailing '@if<peerid>'
so that nics get correctly detected when testing LXD based
OpenStack Clouds.

Change-Id: Ic7eb222d627513b9251772e2a3bf4909c4794a9f
2017-06-09 12:39:39 +01:00
..
utils Update server nic handling for LXD style nic names 2017-06-09 12:39:39 +01:00
__init__.py Changes the namespace from storm to tempest, as well as adding addition tests and improvements 2011-12-06 16:48:03 -06:00
compute.py Merge "Support testing nova-novncproxy on SSL" 2017-04-27 18:58:25 +00:00
credentials_factory.py Remove an unused variable in the BaseTestCase class 2017-01-04 19:17:35 +01:00
custom_matchers.py Replace six.iteritems with dict.items 2017-01-03 23:17:34 +00:00
dynamic_creds.py Add skip if public_network_id is not specified 2017-02-15 15:08:24 +08:00
fixed_network.py Introduce flake8-import-order 2017-02-13 17:16:18 +09:00
identity.py Use tempest.lib code in tempest 2016-02-24 10:43:59 -05:00
image.py Replace six.iteritems with dict.items 2017-01-03 23:17:34 +00:00
preprov_creds.py Use sequence directly instead of using len() 2017-04-17 15:03:04 +09:00
tempest_fixtures.py Update all Oslo module use 2015-03-11 21:07:56 +00:00
validation_resources.py Use Neutron (if available) to create floating IPs for validation 2017-06-07 10:50:08 -04:00
waiters.py Rename server arg in wait_for_interface_status method 2017-04-03 11:37:28 -04:00