Test multi-cast messaging between VMs.
Test multi-cast messages are delivered bewteen two VMs
using IPv4 through the same tenant network.
This new test scenario requires advanced image to be run as
it needs to run python3 scripts and python3 is not available
on Cirros.
Co-authored-by: Slawek Kaplonski <skaplons@redhat.com>
Change-Id: Idd1589adbff6e556290f43fabbb8a23737a34adf
diff --git a/neutron_tempest_plugin/config.py b/neutron_tempest_plugin/config.py
index e07c92a..74dfcb1 100644
--- a/neutron_tempest_plugin/config.py
+++ b/neutron_tempest_plugin/config.py
@@ -65,6 +65,12 @@
choices=['None', 'linuxbridge', 'ovs', 'sriov'],
help='Agent used for devstack@q-agt.service'),
+ # Multicast tests settings
+ cfg.StrOpt('multicast_group_range',
+ default='224.0.0.120-224.0.0.250',
+ help='Unallocated multi-cast IPv4 range, which will be used to '
+ 'test the multi-cast support.'),
+
# Option for feature to connect via SSH to VMs using an intermediate SSH
# server
cfg.StrOpt('ssh_proxy_jump_host',