93733eb7d6
Tell tempest to skip attempting to ping the router namespace from localhost because the router namespace is not accessible from localhost in the os_neutron test scenarios. Depends-On: https://review.openstack.org/#/c/636211 Change-Id: I20a19fd614c1d67b19bd7396b8c48e6667668fbd
24 lines
549 B
YAML
24 lines
549 B
YAML
---
|
|
openstack_host_specific_kernel_modules:
|
|
- name: "openvswitch"
|
|
pattern: "CONFIG_OPENVSWITCH"
|
|
group: "physical_host"
|
|
|
|
tempest_run: yes
|
|
|
|
tempest_plugins:
|
|
- name: neutron
|
|
repo: https://git.openstack.org/openstack/neutron
|
|
branch: master
|
|
- name: neutron-plugins
|
|
repo: https://git.openstack.org/openstack/neutron-tempest-plugin
|
|
branch: master
|
|
|
|
tempest_test_whitelist:
|
|
- "neutron_tempest_plugin.api.test_networks*"
|
|
|
|
tempest_network_ping_gateway: False
|
|
|
|
neutron_plugin_type: ml2.ovs
|
|
neutron_local_ip: "{{ ansible_host }}"
|